meta-ox64-bsp/conf/layer.conf
Grzegorz Kowalski 3e13a0fa03 add initial bootable image
based on openbouffalo/meta-bl808
2024-08-31 17:45:25 +02:00

19 lines
535 B
Plaintext

# 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 += "ox64-bsp"
BBFILE_PATTERN_ox64-bsp = "^${LAYERDIR}/"
BBFILE_PRIORITY_ox64-bsp = "6"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_ox64-bsp = "2"
LAYERDEPENDS_ox64-bsp = "core"
LAYERSERIES_COMPAT_ox64-bsp = "scarthgap"