blob: 75efe5464376e8f84219b4ea9b0a6072661654d5 [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "meta-arm-bsp"
9BBFILE_PATTERN_meta-arm-bsp = "^${LAYERDIR}/"
10BBFILE_PRIORITY_meta-arm-bsp = "5"
11
Patrick Williams2390b1b2022-11-03 13:47:49 -050012LAYERSERIES_COMPAT_meta-arm-bsp = "langdale mickledore"
Brad Bishopbec4ebc2022-08-03 09:55:16 -040013
14LAYERDEPENDS_meta-arm-bsp = "core meta-arm"
15# This won't be used by layerindex-fetch, but works everywhere else
16LAYERDEPENDS_meta-arm-bsp:append:corstone1000 = " meta-python openembedded-layer"
17LAYERDEPENDS_meta-arm-bsp:append:musca-b1 = " meta-python"
18LAYERDEPENDS_meta-arm-bsp:append:musca-s1 = " meta-python"
19
20# Additional license directories.
21LICENSE_PATH += "${LAYERDIR}/custom-licenses"