Commit Graph

6 Commits

Author SHA1 Message Date
Ramon Moesching 748a3bc835 archiver-dev.bbclass: Introduce patched archiver class with package selection and .git/ removement
Extend archiver class with selectiv package archiving (masking)
and option to remove .git/ repository

Hold changes in this new created file and try to bring it upstream
Referenced to commit id: a2eb50176b800c49c3899fa2f87585a869690bfa
from poky

BugzID: 54327

Signed-off-by: Ramon Moesching <ramon.moesching@netmodule.com>
2019-01-25 13:35:23 +01:00
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