summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-05-09 14:13:44 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 09:31:02 +0100
commit32e63c24f1830907b8ab0b48aa901bbeadad440c (patch)
treeffcc8c29cc17fdd754c9c2cab46ca987631ca447 /meta-yocto
parentf285547a3820f394f7dd9dd974f876353d4ddc6c (diff)
downloadpoky-32e63c24f1830907b8ab0b48aa901bbeadad440c.tar.gz
linux-yocto: move non-core machines to meta-yocto
The non-qemu compatibility references have been removed from the main linux-yocto recipe. This change restores them in the meta-yocto layer. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/layer.conf3
-rw-r--r--meta-yocto/recipes-kernel/linux/linux-yocto-stable_git.bbappend12
-rw-r--r--meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend12
3 files changed, 26 insertions, 1 deletions
diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf
index f11d8edfac..68786b294b 100644
--- a/meta-yocto/conf/layer.conf
+++ b/meta-yocto/conf/layer.conf
@@ -2,7 +2,8 @@
2BBPATH := "${BBPATH}:${LAYERDIR}" 2BBPATH := "${BBPATH}:${LAYERDIR}"
3 3
4# We have a packages directory, add to BBFILES 4# We have a packages directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" 5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
6 7
7BBFILE_COLLECTIONS += "yocto" 8BBFILE_COLLECTIONS += "yocto"
8BBFILE_PATTERN_yocto := "^${LAYERDIR}/" 9BBFILE_PATTERN_yocto := "^${LAYERDIR}/"
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto-stable_git.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto-stable_git.bbappend
new file mode 100644
index 0000000000..ea0287d0da
--- /dev/null
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto-stable_git.bbappend
@@ -0,0 +1,12 @@
1KMACHINE_atom-pc = "atom-pc"
2KMACHINE_routerstationpro = "routerstationpro"
3KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb"
4KMACHINE_beagleboard = "beagleboard"
5
6SRCREV_machine_atom-pc = "72ca49ab08b8eb475cec82a10049503602325791"
7SRCREV_machine_routerstationpro = "49745cd45c92a89e70c6e2334caa80818c134562"
8SRCREV_machine_mpc8315e-rdb = "a1c0ed6bf4060c10874b2a8547d81b3169dcf16a"
9SRCREV_machine_beagleboard = "ef7f944e773950d4016b7643f9ecf052bbe250cd"
10
11COMPATIBLE_MACHINE += "(atom-pc|routerstationpro|mpc8315e-rdb|beagleboard)"
12
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
new file mode 100644
index 0000000000..e4aa7fd97a
--- /dev/null
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_git.bbappend
@@ -0,0 +1,12 @@
1KMACHINE_atom-pc = "yocto/standard/common-pc/atom-pc"
2KMACHINE_routerstationpro = "yocto/standard/routerstationpro"
3KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
4KMACHINE_beagleboard = "yocto/standard/beagleboard"
5
6SRCREV_machine_emenlow = "c3bbcb676f929c4fc0511a6e66494b8770d015a1"
7SRCREV_machine_atom-pc = "b906f358fd404a1e74a961f25079274e0d933ee1"
8SRCREV_machine_routerstationpro = "95ca94d2e71ca2db6822a37a7f575fa79c3d05d0"
9SRCREV_machine_mpc8315e-rdb = "53c800c244e73d81d2832f6da306eeae3b09e5dc"
10SRCREV_machine_beagleboard = "b906f358fd404a1e74a961f25079274e0d933ee1"
11
12COMPATIBLE_MACHINE = "(mpc8315e-rdb|routerstationpro|beagleboard)"