blob: 68d8c562f297ab08c3f6f059d9e3888351780c4f [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"
9BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
10BBFILE_PRIORITY_meta-arm = "5"
11
12LAYERDEPENDS_meta-arm = " \
13 core \
14 arm-toolchain \
15"
Patrick Williams2390b1b2022-11-03 13:47:49 -050016LAYERSERIES_COMPAT_meta-arm = "langdale mickledore"
Brad Bishopbec4ebc2022-08-03 09:55:16 -040017
18# runfvp --console needs telnet, so pull this in for testimage.
19HOSTTOOLS_NONFATAL += "telnet"