aboutsummaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
blob: 7a2441b6254bf10e7f4879ae5b6afdfc16f98f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Layer configuration for meta-handheld layer
# Copyright 2011 Intel Corporation

# We have a conf and classes directory, prepend to BBPATH to prefer our versions
BBPATH := "${LAYERDIR}:${BBPATH}"

# We have a recipes directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-handheld"
BBFILE_PATTERN_meta-handheld := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-handheld = "7"