summaryrefslogtreecommitdiffstats
path: root/meta-rt
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-07-20 09:08:06 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-12 17:21:56 +0100
commit8f7cb53a29e973f4602813fd515a0f4a90fe2130 (patch)
treee5a0376a9efed6a05c9d5b9db595cc9a06ae35a9 /meta-rt
parentb6c9c183fc0419b5f7820ef222025e637d12bf3c (diff)
downloadpoky-8f7cb53a29e973f4602813fd515a0f4a90fe2130.tar.gz
meta-rt: canonicalize directory structure
Use the more standard recipes-*/*/*.bb layout. (From OE-Core rev: 3b2fb9c103c126aff1370f4b98a91649aa70e36b) Signed-off-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-rt')
-rw-r--r--meta-rt/conf/layer.conf5
-rw-r--r--meta-rt/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb (renamed from meta-rt/recipes-kernel/linux-yocto-rt_2.6.34.bb)0
-rw-r--r--meta-rt/recipes-tests/rt-tests/rt-tests_0.73.bb (renamed from meta-rt/recipes-tests/rt-tests_0.73.bb)0
3 files changed, 3 insertions, 2 deletions
diff --git a/meta-rt/conf/layer.conf b/meta-rt/conf/layer.conf
index f105405784..59f42b62fe 100644
--- a/meta-rt/conf/layer.conf
+++ b/meta-rt/conf/layer.conf
@@ -5,8 +5,9 @@ RSP_ROOT ?= "sda1"
5BBPATH := "${BBPATH}:${LAYERDIR}" 5BBPATH := "${BBPATH}:${LAYERDIR}"
6 6
7# We have an images and various recipe-* directories, add to BBFILES 7# We have an images and various recipe-* directories, add to BBFILES
8BBFILES := "${BBFILES} ${LAYERDIR}/images/*.bb ${LAYERDIR}/images/*.bbappend ${LAYERDIR}/recipes-*/*.bb ${LAYERDIR}/recipes-*/*.bbappend" 8BBFILES := "${BBFILES} ${LAYERDIR}/images/*.bb ${LAYERDIR}/images/*.bbappend \
9 9 ${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
10
10BBFILE_COLLECTIONS += "rt" 11BBFILE_COLLECTIONS += "rt"
11BBFILE_PATTERN_rt := "^${LAYERDIR}/" 12BBFILE_PATTERN_rt := "^${LAYERDIR}/"
12BBFILE_PRIORITY_rt = "8" 13BBFILE_PRIORITY_rt = "8"
diff --git a/meta-rt/recipes-kernel/linux-yocto-rt_2.6.34.bb b/meta-rt/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb
index 01a6761f7a..01a6761f7a 100644
--- a/meta-rt/recipes-kernel/linux-yocto-rt_2.6.34.bb
+++ b/meta-rt/recipes-kernel/linux/linux-yocto-rt_2.6.34.bb
diff --git a/meta-rt/recipes-tests/rt-tests_0.73.bb b/meta-rt/recipes-tests/rt-tests/rt-tests_0.73.bb
index 6334bcdeef..6334bcdeef 100644
--- a/meta-rt/recipes-tests/rt-tests_0.73.bb
+++ b/meta-rt/recipes-tests/rt-tests/rt-tests_0.73.bb