Initial commit

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
Andreas Müller
2020-01-03 23:06:33 +01:00
commit bab00c27c7
2 changed files with 29 additions and 0 deletions

12
conf/layer.conf Normal file
View File

@@ -0,0 +1,12 @@
# We have a conf directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*/*.bb"
BBFILE_COLLECTIONS += "meta-gnome-forks"
BBFILE_PATTERN_meta-gnome-forks := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-gnome-forks = "10"
LAYERDEPENDS_meta-gnome-forks = "core openembedded-layer gnome-layer"
LAYERSERIES_COMPAT_meta-gnome-forks = "zeus"