[poky] [PATCH 1/2] linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend
Bruce Ashfield
bruce.ashfield at windriver.com
Mon Jan 30 12:16:09 PST 2012
Now that the 3.2 kernel has been introduced, we need a 3.2 bbappend for
the yocto hardware reference boards.
Signed-off-by: Bruce Ashfield <bruce.ashfield at windriver.com>
---
.../recipes-kernel/linux/linux-yocto_3.2.bbappend | 19 +++++++++++++++++++
1 files changed, 19 insertions(+), 0 deletions(-)
create mode 100644 meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
new file mode 100644
index 0000000..5e25910
--- /dev/null
+++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -0,0 +1,19 @@
+KMACHINE_atom-pc = "atom-pc"
+KMACHINE_routerstationpro = routerstationpro"
+KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb"
+KMACHINE_beagleboard = "beagleboard"
+
+KBRANCH_atom-pc = "standard/default/common-pc/atom-pc"
+KBRANCH_routerstationpro = "standard/default/routerstationpro"
+KBRANCH_mpc8315e-rdb = "standard/default/fsl-mpc8315e-rdb"
+KBRANCH_beagleboard = "standard/default/beagleboard"
+
+SRCREV_machine_atom-pc ?= "417fc778a86e81303bab5883b919ee422ec51c04"
+SRCREV_machine_routerstationpro ?= "e015d29f374cd986e15f636b6b84b514d95d76ed"
+SRCREV_machine_mpc8315e-rdb ?= "2349967f408cc60db2b1c89fcefffc81428f9341"
+SRCREV_machine_beagleboard ?= "417fc778a86e81303bab5883b919ee422ec51c04"
+
+COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb"
+COMPATIBLE_MACHINE_routerstationpro = "routerstationpro"
+COMPATIBLE_MACHINE_beagleboard = "beagleboard"
+COMPATIBLE_MACHINE_atom-pc = "atom-pc"
--
1.7.4.1
More information about the poky
mailing list