mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
87ca6f811e
commit
f6d312c717
|
@ -12,6 +12,8 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \
|
|||
KERNEL_IMAGETYPE = "bzImage"
|
||||
|
||||
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
||||
PREFERRED_VERSION_linux-yocto ?= "3.0%"
|
||||
|
||||
PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto"
|
||||
PREFERRED_PROVIDER_libdrm = "libdrm-poulsbo"
|
||||
PREFERRED_PROVIDER_drm = "libdrm-poulsbo"
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
COMPATIBLE_MACHINE_emenlow = "emenlow"
|
||||
KMACHINE_emenlow = "yocto/standard/emenlow"
|
||||
KERNEL_FEATURES_append_emenlow += " cfg/smp.scc"
|
||||
|
||||
SRCREV_machine_pn-linux-yocto_emenlow ?= "32b75bf072568eb3e4e8efdd5fec7b8b15725146"
|
||||
SRCREV_meta_pn-linux-yocto_emenlow ?= "0dcdf7bb40a8e1fb18fd27d442fa5ace8cff4941"
|
Loading…
Reference in New Issue
Block a user