diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-07-26 11:25:59 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-07-26 11:25:59 -0500 |
| commit | 3be9957211e54669825d1d55bb73c68d3f3354d0 (patch) | |
| tree | 75d64de80941727245cd6895d0b3b10fb49a7cc6 | |
| parent | 313fd4fd8f2cdd612e0a896cb7cad48c6337317e (diff) | |
| download | meta-intel-1.1_M3.rc2.tar.gz | |
meta-sugarbay: switch to linux-yocto 3.0 kernel1.1_M3.rc2
Switch sugarbay to the 3.0 kernel, lock it down, and update kernel
SRCREVs.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-sugarbay/conf/machine/sugarbay.conf | 1 | ||||
| -rw-r--r-- | meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/meta-sugarbay/conf/machine/sugarbay.conf b/meta-sugarbay/conf/machine/sugarbay.conf index ebc6dbcc..9450d974 100644 --- a/meta-sugarbay/conf/machine/sugarbay.conf +++ b/meta-sugarbay/conf/machine/sugarbay.conf | |||
| @@ -15,6 +15,7 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | |||
| 15 | KERNEL_IMAGETYPE = "bzImage" | 15 | KERNEL_IMAGETYPE = "bzImage" |
| 16 | 16 | ||
| 17 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | 17 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" |
| 18 | PREFERRED_VERSION_linux-yocto = "3.0+git%" | ||
| 18 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 19 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
| 19 | 20 | ||
| 20 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 21 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend new file mode 100644 index 00000000..57420f21 --- /dev/null +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_sugarbay = "sugarbay" | ||
| 4 | KMACHINE_sugarbay = "yocto/standard/common-pc-64/sugarbay" | ||
| 5 | |||
| 6 | SRCREV_machine_pn-linux-yocto_sugarbay ?= "3216e7d5c3cada16161481826cdb39c930457587" | ||
| 7 | SRCREV_meta_pn-linux-yocto_sugarbay ?= "9010d1cbef2633dac7e559a7705c326b7601dd4c" | ||
