diff options
author | Darren Hart <dvhart@linux.intel.com> | 2013-08-26 20:50:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-27 10:55:08 +0100 |
commit | ad8836134e92ee90526f6638b29c760999d5035e (patch) | |
tree | 576f72fc2ca405a8053aff50b377245e10b89fa7 /meta-yocto-bsp/recipes-kernel | |
parent | 36fc237ad7aaf7097698caaa2a19e49731eb1a21 (diff) | |
download | poky-ad8836134e92ee90526f6638b29c760999d5035e.tar.gz |
meta-yocto-bsp/genericx86: Update kernel, branch, KMACHINE, and SRCREV
For the genericx86 machine:
o Update the PREFERRED_VERSION for linux-yocto to 3.10
o Change the KBRANCH to common-pc/base
o Change the SRCREV to the HEAD
o Change the KMACHINE to a valid linux-yocto BSP name
(From meta-yocto rev: d26bfd7bf908d9ad622c1298c918ebf1db216e98)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/recipes-kernel')
-rw-r--r-- | meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend index 1ac014edc0..9639a56505 100644 --- a/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend +++ b/meta-yocto-bsp/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
@@ -1,11 +1,13 @@ | |||
1 | KBRANCH_atom-pc = "standard/common-pc/atom-pc" | 1 | KBRANCH_atom-pc = "standard/common-pc/atom-pc" |
2 | KBRANCH_genericx86 = "standard/common-pc/atom-pc" | 2 | KBRANCH_genericx86 = "standard/common-pc/base" |
3 | KBRANCH_routerstationpro = "standard/routerstationpro" | 3 | KBRANCH_routerstationpro = "standard/routerstationpro" |
4 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" | 4 | KBRANCH_mpc8315e-rdb = "standard/fsl-mpc8315e-rdb" |
5 | KBRANCH_beagleboard = "standard/beagleboard" | 5 | KBRANCH_beagleboard = "standard/beagleboard" |
6 | 6 | ||
7 | KMACHINE_genericx86 ?= "common-pc" | ||
8 | |||
7 | SRCREV_machine_atom-pc ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" | 9 | SRCREV_machine_atom-pc ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" |
8 | SRCREV_machine_genericx86 ?= "f20047520a57322f05d95a18a5fbd082fb15cb87" | 10 | SRCREV_machine_genericx86 ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" |
9 | SRCREV_machine_routerstationpro ?= "3991d03bd450e9363d5b6e97ede0628ba073db79" | 11 | SRCREV_machine_routerstationpro ?= "3991d03bd450e9363d5b6e97ede0628ba073db79" |
10 | SRCREV_machine_mpc8315e-rdb ?= "8d8339af518104db03f9c36b82f4372569e55b0a" | 12 | SRCREV_machine_mpc8315e-rdb ?= "8d8339af518104db03f9c36b82f4372569e55b0a" |
11 | SRCREV_machine_beagleboard ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" | 13 | SRCREV_machine_beagleboard ?= "6c1528b2b78d1ec7e75bb7a9880074ec35aa1aa0" |