Created meta-zepto layer for kirkstone branch

This layer's sole purpose is simple!
It sets one variable, BBLAYERS_LAYERINDEX_URL, and is sets it to
"https://layers.chxc.se/layerindex/", i.e.
BBLAYERS_LAYERINDEX_URL = "https://layers.chxc.se/layerindex/"
And it does that in order to make use of the Zepto layerindex.
This commit is contained in:
Erik Källberg 2025-06-21 08:22:14 +02:00
commit 9e680af17e

17
conf/layer.conf Normal file
View File

@ -0,0 +1,17 @@
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "zepto"
BBFILE_PATTERN_zepto := "^${LAYERDIR}/"
BBFILE_PRIORITY_zepto := "5"
LAYERVERSION_zepto = "1"
LAYERDEPENDS_zepto = "core"
LAYERSERIES_COMPAT_zepto = "kirkstone langdale mickledore nanbield"
BBLAYERS_LAYERINDEX_URL = "https://layers.chxc.se/layerindex/"