diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2012-01-30 01:14:43 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-02-01 15:10:56 +0000 |
commit | 6719d3e9e7f4209018ed9ba331b852383f854539 (patch) | |
tree | 881e6cbec4dfac096481eb037eb5034d7a51acd4 | |
parent | 1655fd11d3bbed6100d96fccdb4bebd4269a1007 (diff) | |
download | poky-6719d3e9e7f4209018ed9ba331b852383f854539.tar.gz |
linux-yocto/meta-yocto: create linux-yocto 3.2 bbappend
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@windriver.com>
-rw-r--r-- | meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend | 19 |
1 files changed, 19 insertions, 0 deletions
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 0000000000..5e25910a84 --- /dev/null +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
@@ -0,0 +1,19 @@ | |||
1 | KMACHINE_atom-pc = "atom-pc" | ||
2 | KMACHINE_routerstationpro = routerstationpro" | ||
3 | KMACHINE_mpc8315e-rdb = "fsl-mpc8315e-rdb" | ||
4 | KMACHINE_beagleboard = "beagleboard" | ||
5 | |||
6 | KBRANCH_atom-pc = "standard/default/common-pc/atom-pc" | ||
7 | KBRANCH_routerstationpro = "standard/default/routerstationpro" | ||
8 | KBRANCH_mpc8315e-rdb = "standard/default/fsl-mpc8315e-rdb" | ||
9 | KBRANCH_beagleboard = "standard/default/beagleboard" | ||
10 | |||
11 | SRCREV_machine_atom-pc ?= "417fc778a86e81303bab5883b919ee422ec51c04" | ||
12 | SRCREV_machine_routerstationpro ?= "e015d29f374cd986e15f636b6b84b514d95d76ed" | ||
13 | SRCREV_machine_mpc8315e-rdb ?= "2349967f408cc60db2b1c89fcefffc81428f9341" | ||
14 | SRCREV_machine_beagleboard ?= "417fc778a86e81303bab5883b919ee422ec51c04" | ||
15 | |||
16 | COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | ||
17 | COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" | ||
18 | COMPATIBLE_MACHINE_beagleboard = "beagleboard" | ||
19 | COMPATIBLE_MACHINE_atom-pc = "atom-pc" | ||