meta-bbb: initial commit
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
12
conf/layer.conf
Normal file
12
conf/layer.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
# We have a conf and classes directory, add to BBPATH
|
||||
BBPATH .= ":${LAYERDIR}"
|
||||
|
||||
# We have recipes-* directories, add to BBFILES
|
||||
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "meta-bbb"
|
||||
BBFILE_PATTERN_meta-bbb = "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_meta-bbb = "7"
|
||||
|
||||
IMAGE_INSTALL_append = " wireless-tools wpa-supplicant linux-firmware-rtl8192cu"
|
Reference in New Issue
Block a user