diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2012-03-02 15:25:49 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-03-18 15:51:24 -0500 |
commit | 53ae200809bb6acfad89c254fa611d9fbace964e (patch) | |
tree | 0ebe1a2259d2967725b5f9a0c62dd63929035db7 /meta-sugarbay/recipes-kernel | |
parent | 99e436c70cd7922d31e7e8a9657e945982be99aa (diff) | |
download | meta-intel-53ae200809bb6acfad89c254fa611d9fbace964e.tar.gz |
meta-sugarbay: switch to linux-yocto-3.2 kernel
Switch sugarbay to the 3.2 kernel and update kernel SRCREVs.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-sugarbay/recipes-kernel')
-rw-r--r-- | meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | 8 | ||||
-rw-r--r-- | meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend new file mode 100644 index 00000000..531a3ad5 --- /dev/null +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | |||
@@ -0,0 +1,8 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | COMPATIBLE_MACHINE_sugarbay = "sugarbay" | ||
3 | KMACHINE_sugarbay = "sugarbay" | ||
4 | |||
5 | # Update the following to use a different BSP branch or meta SRCREV | ||
6 | #KBRANCH_sugarbay = "standard/preempt-rt/base" | ||
7 | #SRCREV_machine_pn-linux-yocto-rt_sugarbay ?= XXXX | ||
8 | #SRCREV_meta_pn-linux-yocto-rt_sugarbay ?= XXXX | ||
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend new file mode 100644 index 00000000..164beda3 --- /dev/null +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
@@ -0,0 +1,9 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_sugarbay = "sugarbay" | ||
4 | |||
5 | KMACHINE_sugarbay = "sugarbay" | ||
6 | KBRANCH_sugarbay = "standard/default/common-pc-64/sugarbay" | ||
7 | |||
8 | SRCREV_machine_pn-linux-yocto_sugarbay ?= "417c79c0c9d95cffe5b7d531dd406933b02ee3b9" | ||
9 | SRCREV_meta_pn-linux-yocto_sugarbay ?= "514847185c78c07f52e02750fbe0a03ca3a31d8f" | ||