mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2025-08-28 06:43:27 +02:00
allwinner-a10: initial import.
Signed-off-by: Enrico Butera <ebutera@users.berlios.de>
This commit is contained in:
9
conf/layer.conf
Normal file
9
conf/layer.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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"
|
Reference in New Issue
Block a user