mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
59c8231315
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
12 lines
424 B
Plaintext
12 lines
424 B
Plaintext
# Layer configuration for meta-initramfs layer
|
|
|
|
# We have a conf and classes directory, prepend to BBPATH to prefer our versions
|
|
BBPATH := "${LAYERDIR}:${BBPATH}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "meta-initramfs"
|
|
BBFILE_PATTERN_meta-initramfs := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-initramfs = "8"
|