summaryrefslogtreecommitdiffstats
path: root/meta-systemd/invalid.bb
Commit message (Collapse)AuthorAgeFilesLines
* layer.conf: remove detection of other layers, now there are only oe-core ↵Martin Jansa2013-04-151-2/+0
| | | | | | bbappends Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-systemd: select recipes based on active collectionsEnrico Scholz2012-12-261-0/+2
Recipes of inactivate layers must been BBMASK'ed to prevent build errors. This is very unflexible and causes high maintenance effort for keeping the project configuration in sync with the actual meta-systemd layout. With this patch, the .bbappend files within the meta-* directories are ignored unless the corresponding collection has been selected. As it relies on the order of BBFILES and BBFILE_COLLECTIONS expansion, a sanity check has been added which aborts the build when assumptions do not apply anymore. MJ: added meta-xfce as it was created later MJ: fixed expression for oe-core bbappends Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>