2012-06-03 19:47:57 +02:00
|
|
|
# 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"
|
|
|
|
|
2023-04-04 00:32:41 +02:00
|
|
|
BBFILE_COLLECTIONS += "sunxi"
|
|
|
|
BBFILE_PATTERN_sunxi := "^${LAYERDIR}/"
|
|
|
|
BBFILE_PRIORITY_sunxi = "10"
|
2019-05-29 19:09:30 +02:00
|
|
|
|
|
|
|
# This should only be incremented on significant changes that will
|
|
|
|
# cause compatibility issues with other layers
|
2023-04-04 00:32:41 +02:00
|
|
|
LAYERVERSION_sunxi = "1"
|
2019-05-29 19:09:30 +02:00
|
|
|
|
2023-05-18 19:46:46 +02:00
|
|
|
LAYERDEPENDS_sunxi = "core meta-python meta-arm"
|
2019-05-29 19:09:40 +02:00
|
|
|
|
2024-04-24 14:16:22 +02:00
|
|
|
LAYERSERIES_COMPAT_sunxi = "honister kirkstone langdale mickledore nanbield scarthgap"
|