meta-bbb: initial commit

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2017-06-13 14:55:28 +02:00
commit b40f32de74
10 changed files with 393 additions and 0 deletions

12
conf/layer.conf Normal file
View 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"