diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-21 16:13:41 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-21 16:13:41 +0200 |
commit | db0c52ea9269d01a8ea7cb4d5d77ce51328f88ef (patch) | |
tree | 5126e75cb6539f1e474de89d2bf101e92d1a1a30 /conf | |
parent | 6411cef81541f002a577f36eca104f58e54c2b9f (diff) | |
download | meta-ti-db0c52ea9269d01a8ea7cb4d5d77ce51328f88ef.tar.gz |
layer.conf: fix overrides
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/layer.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index a507cbc7..2af1a6ed 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -5,6 +5,6 @@ BBPATH := "${LAYERDIR}:${BBPATH}" | |||
5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ | 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ |
6 | ${LAYERDIR}/recipes*/*/*.bbappend" | 6 | ${LAYERDIR}/recipes*/*/*.bbappend" |
7 | 7 | ||
8 | BBFILE_COLLECTIONS += "beagle-bsp" | 8 | BBFILE_COLLECTIONS += "meta-ti" |
9 | BBFILE_PATTERN_beagle-bsp := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_beagle-bsp = "10" | 10 | BBFILE_PRIORITY_meta-ti = "10" |