diff options
author | Kishore Bodke <kishore.k.bodke@intel.com> | 2013-02-15 18:49:33 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2013-02-18 16:23:07 (GMT) |
commit | 1652742ef6e93409a6e6f4228246d905e5f7fd4c (patch) | |
tree | 34e5cf9a87dbcb223428a451720178d46f10326a /meta-romley | |
parent | fa701ffe84741dc60c57988da84109763d336d9a (diff) | |
download | meta-intel-1652742ef6e93409a6e6f4228246d905e5f7fd4c.tar.gz |
meta-romley: add support for the linux-yocto_3.4 kernel
Add linux-yocto_3.4 kernel support for the romley machine.
Signed-off-by: Kishore Bodke <kishore.k.bodke@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-romley')
-rw-r--r-- | meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend | 13 |
1 files changed, 13 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 new file mode 100644 index 0000000..44a485b --- /dev/null +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.4.bbappend | |||
@@ -0,0 +1,13 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_romley = "romley" | ||
4 | |||
5 | KMACHINE_romley = "romley" | ||
6 | KBRANCH_romley = "standard/common-pc-64/romley" | ||
7 | |||
8 | SRCREV_machine_pn-linux-yocto_romley ?= "13809f2cfd9be0ce86bd486e1643f9b90bed6f4f" | ||
9 | SRCREV_meta_pn-linux-yocto_romley ?= "f697e099bc76d5df3a307a5bc0cc25021dd6dfe0" | ||
10 | |||
11 | module_autoload_uio = "uio" | ||
12 | |||
13 | LINUX_VERSION = "3.4.28" | ||