summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2012-05-23 23:03:44 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-08 11:57:50 +0100
commit77d30c7174bcf761d9d7a9be36825106c633ca1b (patch)
tree4ac928c556ccdc2bd5e1219fa2a6e35fcfca534e /meta-yocto
parent5010afd2e0bedb8a365991a4e19389edc93978c2 (diff)
downloadpoky-77d30c7174bcf761d9d7a9be36825106c633ca1b.tar.gz
linux-yocto/meta-yocto: introduce 3.4 bbappend
Creating the initial meta-yocto bbappend for the 3.4 kernel. The routerstationpro and beaglboard are not initially marked as compatible since full testing has not completed. Future updates will remove this restriction. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend
new file mode 100644
index 0000000000..cb8c3aabc8
--- /dev/null
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -0,0 +1,14 @@
1KBRANCH_atom-pc = "standard/common-pc/atom-pc"
2KBRANCH_routerstationpro = "standard/routerstationpro"
3KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb"
4KBRANCH_beagleboard = "standard/beagleboard"
5
6SRCREV_machine_atom-pc ?= "780ab7e11f03931295e8f0e29707f2abb688e9ad"
7SRCREV_machine_routerstationpro ?= "780ab7e11f03931295e8f0e29707f2abb688e9ad"
8SRCREV_machine_mpc8315e-rdb ?= "2d99f67fe6b4301cefd4e6f9a5ce75a9cc84686b"
9SRCREV_machine_beagleboard ?= "780ab7e11f03931295e8f0e29707f2abb688e9ad"
10
11COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
12# COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
13# COMPATIBLE_MACHINE_beagleboard = "beagleboard"
14COMPATIBLE_MACHINE_atom-pc = "atom-pc"