diff options
Diffstat (limited to 'meta-romley')
-rw-r--r-- | meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 00000000..6fc0682d --- /dev/null +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
@@ -0,0 +1,21 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | |||
4 | COMPATIBLE_MACHINE_romley = "romley" | ||
5 | |||
6 | KMACHINE_romley = "romley" | ||
7 | KBRANCH_romley = "standard/common-pc-64/romley" | ||
8 | |||
9 | SRCREV_machine_pn-linux-yocto_romley ?= "c03195ed6e3066494e3fb4be69154a57066e845b" | ||
10 | SRCREV_meta_pn-linux-yocto_romley ?= "f1c9080cd27f99700fa59b5375d1ddd0afe625ad" | ||
11 | |||
12 | COMPATIBLE_MACHINE_romley-ivb = "romley-ivb" | ||
13 | KMACHINE_romley-ivb = "romley" | ||
14 | KBRANCH_romley-ivb = "standard/common-pc-64/romley" | ||
15 | |||
16 | SRCREV_machine_pn-linux-yocto_romley-ivb ?= "a9ec82e355130160f9094e670bd5be0022a84194" | ||
17 | SRCREV_meta_pn-linux-yocto_romley-ivb ?= "d9cd83c0292bd4e2a6754a96761027252e726a42" | ||
18 | |||
19 | LINUX_VERSION = "3.10.19" | ||
20 | |||
21 | module_autoload_uio = "uio" | ||