diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-22 21:17:27 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-22 00:03:14 -0500 |
| commit | 0a4c4fbc2403a5d2591d4242b5f8a33a5b9311d0 (patch) | |
| tree | 58d3e775e5f2ed2f011b773ead21a3ac503546e9 /meta-emenlow | |
| parent | 2fb66d7abece6ce9561794d23f6c3cab3d465d99 (diff) | |
| download | meta-intel-0a4c4fbc2403a5d2591d4242b5f8a33a5b9311d0.tar.gz | |
meta-emenlow: switch to linux-yocto 3.0 kernel
Switch emenlow to the 3.0 kernel, lock it down, and update kernel
SRCREVs.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-emenlow')
| -rw-r--r-- | meta-emenlow/conf/machine/emenlow.conf | 2 | ||||
| -rw-r--r-- | meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 |
2 files changed, 10 insertions, 0 deletions
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index 39930a02..97455315 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf | |||
| @@ -12,6 +12,8 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | |||
| 12 | KERNEL_IMAGETYPE = "bzImage" | 12 | KERNEL_IMAGETYPE = "bzImage" |
| 13 | 13 | ||
| 14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
| 15 | PREFERRED_VERSION_linux-yocto ?= "3.0%" | ||
| 16 | |||
| 15 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 17 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
| 16 | PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" | 18 | PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo" |
| 17 | PREFERRED_PROVIDER_drm = "libdrm-poulsbo" | 19 | PREFERRED_PROVIDER_drm = "libdrm-poulsbo" |
diff --git a/meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend new file mode 100644 index 00000000..db3b3858 --- /dev/null +++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_emenlow = "emenlow" | ||
| 4 | KMACHINE_emenlow = "yocto/standard/emenlow" | ||
| 5 | KERNEL_FEATURES_append_emenlow += " cfg/smp.scc" | ||
| 6 | |||
| 7 | SRCREV_machine_pn-linux-yocto_emenlow ?= "32b75bf072568eb3e4e8efdd5fec7b8b15725146" | ||
| 8 | SRCREV_meta_pn-linux-yocto_emenlow ?= "0dcdf7bb40a8e1fb18fd27d442fa5ace8cff4941" | ||
