summaryrefslogtreecommitdiff
path: root/meta-arm/meta-arm/conf/layer.conf
blob: af8c4cc3871961382715077752ca11ec39783833 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 += "meta-arm"
BBFILE_PATTERN_meta-arm = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-arm = "5"

LAYERDEPENDS_meta-arm = " \
    core \
    arm-toolchain \
"
LAYERSERIES_COMPAT_meta-arm = "langdale"

# runfvp --console needs telnet, so pull this in for testimage.
HOSTTOOLS_NONFATAL += "telnet"