From db0c52ea9269d01a8ea7cb4d5d77ce51328f88ef Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 21 Apr 2011 16:13:41 +0200 Subject: [PATCH] layer.conf: fix overrides Signed-off-by: Koen Kooi --- conf/layer.conf | 6 +++--- 1 file 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}" BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \ ${LAYERDIR}/recipes*/*/*.bbappend" -BBFILE_COLLECTIONS += "beagle-bsp" -BBFILE_PATTERN_beagle-bsp := "^${LAYERDIR}/" -BBFILE_PRIORITY_beagle-bsp = "10" +BBFILE_COLLECTIONS += "meta-ti" +BBFILE_PATTERN_meta-ti := "^${LAYERDIR}/" +BBFILE_PRIORITY_meta-ti = "10"