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/recipes-kernel | |
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/recipes-kernel')
-rw-r--r-- | meta-emenlow/recipes-kernel/linux/linux-yocto_3.0.bbappend | 8 |
1 files changed, 8 insertions, 0 deletions
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" | ||