Files
meta-gnome-forks/conf/layer.conf
Andreas Müller ed10e7dbb2 Add langdale to compatible versions
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2022-10-23 16:42:59 +02:00

16 lines
508 B
Plaintext

# We have a conf directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes*/*.bb ${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 = "gatesgarth honister kirkstone langdale"
LICENSE_PATH += "${LAYERDIR}/licenses"