diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-07-26 23:58:13 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-27 16:12:11 +0100 |
commit | cec3932fb88e845465a5040e82acba3dc0db7992 (patch) | |
tree | d79c623dfd79dc1d2d359bce1c900da61d744f02 | |
parent | 4130931694fdf29aabaaefeabccfabefc00be4e3 (diff) | |
download | poky-cec3932fb88e845465a5040e82acba3dc0db7992.tar.gz |
linux-yocto/meta-yocto: create linux-yocto 3.0 bbappend
Creating a 3.0 bbappend to enable work on the hardware yocto targets.
The SRCREV updates in this file are accurate, but compatibility
has been commented out until support can be verified.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend new file mode 100644 index 0000000000..ef580a52a2 --- /dev/null +++ b/meta-yocto/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
@@ -0,0 +1,15 @@ | |||
1 | KMACHINE_atom-pc = "yocto/standard/common-pc/atom-pc" | ||
2 | KMACHINE_routerstationpro = "yocto/standard/routerstationpro" | ||
3 | KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb" | ||
4 | KMACHINE_beagleboard = "yocto/standard/beagleboard" | ||
5 | |||
6 | SRCREV_machine_emenlow = "374340f311d7b035451f45e29bab5e1b8c058ce8" | ||
7 | SRCREV_machine_atom-pc = "fdd23ed909594ba6c32c894ee6536cf823b0377f" | ||
8 | SRCREV_machine_routerstationpro = "fd6d538850a28413e3c4867b905c56039773df3a" | ||
9 | SRCREV_machine_mpc8315e-rdb = "5d3c0b06071abd663c7790df141060ae462660a9" | ||
10 | SRCREV_machine_beagleboard = "32631d785b0b907e5c14435ef7531ed041ab8c64" | ||
11 | |||
12 | # COMPATIBLE_MACHINE_mpc8315e-rdb = "mpc8315e-rdb" | ||
13 | # COMPATIBLE_MACHINE_routerstationpro = "routerstationpro" | ||
14 | # COMPATIBLE_MACHINE_beagleboard = "beagleboard" | ||
15 | # COMPATIBLE_MACHINE_atom-pc = "atom-pc" | ||