blob: 2b3543751cbc9671c9186cec03164eed9c789950 [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"
Andrew Geisslerea144b032023-01-27 16:03:57 -060016LAYERSERIES_COMPAT_meta-arm = "mickledore"
Brad Bishopbec4ebc2022-08-03 09:55:16 -040017
18# runfvp --console needs telnet, so pull this in for testimage.
19HOSTTOOLS_NONFATAL += "telnet"
Andrew Geisslerea144b032023-01-27 16:03:57 -060020
21addpylib ${LAYERDIR}/lib oeqa