From 3b2fb9c103c126aff1370f4b98a91649aa70e36b Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 20 Jul 2011 09:08:06 -0700 Subject: meta-rt: canonicalize directory structure Use the more standard recipes-*/*/*.bb layout. Signed-off-by: Darren Hart --- meta-rt/conf/layer.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-rt/conf') diff --git a/meta-rt/conf/layer.conf b/meta-rt/conf/layer.conf index f10540578..59f42b62f 100644 --- a/meta-rt/conf/layer.conf +++ b/meta-rt/conf/layer.conf @@ -5,8 +5,9 @@ RSP_ROOT ?= "sda1" BBPATH := "${BBPATH}:${LAYERDIR}" # We have an images and various recipe-* directories, add to BBFILES -BBFILES := "${BBFILES} ${LAYERDIR}/images/*.bb ${LAYERDIR}/images/*.bbappend ${LAYERDIR}/recipes-*/*.bb ${LAYERDIR}/recipes-*/*.bbappend" - +BBFILES := "${BBFILES} ${LAYERDIR}/images/*.bb ${LAYERDIR}/images/*.bbappend \ + ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" + BBFILE_COLLECTIONS += "rt" BBFILE_PATTERN_rt := "^${LAYERDIR}/" BBFILE_PRIORITY_rt = "8" -- cgit v1.2.3