This commit is contained in:
Matthieu Jolimaitre 2024-09-20 15:19:07 +02:00
commit e843bf3df0
82 changed files with 450785 additions and 0 deletions

17
conf/layer.conf Normal file
View file

@ -0,0 +1,17 @@
# 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 += "feur"
BBFILE_PATTERN_feur := "^${LAYERDIR}/"
BBFILE_PRIORITY_feur = "10"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_feur = "1"
LAYERDEPENDS_feur = "core meta-python meta-arm sunxi"
LAYERSERIES_COMPAT_feur = "honister kirkstone langdale mickledore nanbield scarthgap"