mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 06:18:22 +01:00
0192226c66
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
10 lines
331 B
Plaintext
10 lines
331 B
Plaintext
# We have a conf and classes directory, append to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a recipes directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "meta-allwinner"
|
|
BBFILE_PATTERN_meta-allwinner := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_meta-allwinner = "10"
|