summaryrefslogtreecommitdiffstats
path: root/meta-romley/recipes-kernel/linux
diff options
context:
space:
mode:
authorKishore Bodke <kishore.k.bodke@intel.com>2013-02-25 16:05:30 -0800
committerTom Zanussi <tom.zanussi@intel.com>2013-02-27 14:30:03 -0600
commit920212bf51233a7f67e5482640f96b032aec25c7 (patch)
tree28bd7cda861dabeabbbb90e36764f98dfa7fb59b /meta-romley/recipes-kernel/linux
parent150be7c8fb97ac88737f6017fdf9dd47b273bb3e (diff)
downloadmeta-intel-920212bf51233a7f67e5482640f96b032aec25c7.tar.gz
romley: add Ivy Bridge support
Create a new machine to support the romley Ivy Bridge CPU variant. Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-romley/recipes-kernel/linux')
-rw-r--r--meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend
index 44a485b2..fc2c3037 100644
--- a/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend
+++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -8,6 +8,13 @@ KBRANCH_romley = "standard/common-pc-64/romley"
8SRCREV_machine_pn-linux-yocto_romley ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f" 8SRCREV_machine_pn-linux-yocto_romley ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
9SRCREV_meta_pn-linux-yocto_romley ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0" 9SRCREV_meta_pn-linux-yocto_romley ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
10 10
11COMPATIBLE_MACHINE_romley-ivb = "romley-ivb"
12KMACHINE_romley-ivb = "romley"
13KBRANCH_romley-ivb = "standard/common-pc-64/romley"
14
15SRCREV_machine_pn-linux-yocto_romley-ivb ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f"
16SRCREV_meta_pn-linux-yocto_romley-ivb ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0"
17
11module_autoload_uio = "uio" 18module_autoload_uio = "uio"
12 19
13LINUX_VERSION = "3.4.28" 20LINUX_VERSION = "3.4.28"