Commit Graph

5 Commits

Author SHA1 Message Date
Lucien Mueller 7235d88103 externalgitsrc: changed so that the variable is now only set once instead of beeing read every time its assigned.
This also rebuilds recipes which use the EXTERNALSRC_GIT_SRCREV variable, when the variable changes.

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
2018-12-10 16:05:32 +01:00
Ramon Moesching e8a4352ef3 externalgitsrc bbclass: Stop caching recipes with dynamic variables
BB_DONT_CACHE stops caching recipes and should avoid any bashhash issues

BugzID: 54217

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-11-12 17:51:15 +01:00
Alexandre Bard 326b2247fb Fix /etc/version
BugzID: 54169
2018-11-08 23:26:23 +01:00
Patrick Zysset 396f64749c distro: use -dirty marker on not clean builds
version string generated with 'git describe' contains -dirty marker if
not all changes have been commited before.

Signed-off-by: Patrick Zysset <patrick.zysset@netmodule.com>
2018-10-11 13:33:13 +02:00
Ramon Moesching 4e93383ac8 externalgitsrc: initinal commit. execute git describe tag and return it
used for setting /etc/version

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2018-08-28 22:35:41 +02:00