mirror of
https://github.com/schnitzeltony/meta-gnome-forks.git
synced 2026-01-29 17:08:42 +01:00
12
conf/layer.conf
Normal file
12
conf/layer.conf
Normal 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"
|
||||
Reference in New Issue
Block a user