]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-rt: canonicalize directory structure
authorDarren Hart <dvhart@linux.intel.com>
Wed, 20 Jul 2011 16:08:06 +0000 (09:08 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 12 Aug 2011 16:16:58 +0000 (17:16 +0100)
Use the more standard recipes-*/*/*.bb layout.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
meta-rt/conf/layer.conf
meta-rt/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb [moved from meta-rt/recipes-kernel/linux-yocto-rt_2.6.34.bb with 100% similarity]
meta-rt/recipes-tests/rt-tests/rt-tests_0.73.bb [moved from meta-rt/recipes-tests/rt-tests_0.73.bb with 100% similarity]

index f10540578410920cfef4fe16e24559275590ee0a..59f42b62fe98941e1518db5c4509739cc24398c3 100644 (file)
@@ -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"