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.
18 lines
513 B
Plaintext
18 lines
513 B
Plaintext
# 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 = "scarthgap styhead walnascar"
|
|
|
|
BBLAYERS_LAYERINDEX_URL = "https://layers.chxc.se/layerindex/"
|