* [PATCH 0/1] Update emenlow to 3.0 kernel
@ 2011-09-21 20:34 tom.zanussi
2011-09-21 20:34 ` [PATCH 1/1] meta-emenlow: switch to linux-yocto " tom.zanussi
0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2011-09-21 20:34 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
This patch moves emenlow to 3.0.
The following changes since commit 2fb66d7abece6ce9561794d23f6c3cab3d465d99:
Tom Zanussi (1):
meta-intel: update SRCREVs
are available in the git repository at:
git://git.yoctoproject.org/meta-intel.git tzanussi/emenlow-3.0
http://git.yoctoproject.org/cgit.cgi//log/?h=tzanussi/emenlow-3.0
Tom Zanussi (1):
meta-emenlow: switch to linux-yocto 3.0 kernel
meta-emenlow/conf/machine/emenlow.conf | 2 ++
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 ++++++++
2 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] meta-emenlow: switch to linux-yocto 3.0 kernel
2011-09-21 20:34 [PATCH 0/1] Update emenlow to 3.0 kernel tom.zanussi
@ 2011-09-21 20:34 ` tom.zanussi
0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2011-09-21 20:34 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Switch emenlow to the 3.0 kernel, lock it down, and update kernel
SRCREVs.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
meta-emenlow/conf/machine/emenlow.conf | 2 ++
.../recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 ++++++++
2 files changed, 10 insertions(+), 0 deletions(-)
create mode 100644 meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend
diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf
index 39930a0..9745531 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 \
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"
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 0000000..40984f6
--- /dev/null
+++ b/meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -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 ?= "493b09ef2c7124f977421a40955750743a5293d3"
+SRCREV_meta_pn-linux-yocto_emenlow ?= "d588bdafc0d9b4d2386144b7d76a1d379e2d16c0"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-21 20:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-21 20:34 [PATCH 0/1] Update emenlow to 3.0 kernel tom.zanussi
2011-09-21 20:34 ` [PATCH 1/1] meta-emenlow: switch to linux-yocto " tom.zanussi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.