diff options
Diffstat (limited to 'meta-crystalforest/recipes-kernel/linux')
-rw-r--r-- | meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend new file mode 100644 index 0000000..d3ffde5 --- /dev/null +++ b/meta-crystalforest/recipes-kernel/linux/linux-yocto_3.8.bbappend | |||
@@ -0,0 +1,17 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | COMPATIBLE_MACHINE_crystalforest-gladden = "crystalforest-gladden" | ||
4 | KMACHINE_crystalforest-gladden = "crystalforest" | ||
5 | KBRANCH_crystalforest-gladden = "standard/common-pc-64/crystalforest" | ||
6 | |||
7 | SRCREV_machine_pn-linux-yocto_crystalforest-gladden ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" | ||
8 | SRCREV_meta_pn-linux-yocto_crystalforest-gladden ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" | ||
9 | |||
10 | COMPATIBLE_MACHINE_crystalforest-server = "crystalforest-server" | ||
11 | KMACHINE_crystalforest-server = "crystalforest" | ||
12 | KBRANCH_crystalforest-server = "standard/common-pc-64/crystalforest" | ||
13 | |||
14 | SRCREV_machine_pn-linux-yocto_crystalforest-server ?= "b170394a475b96ecc92cbc9e4b002bed0a9f69c5" | ||
15 | SRCREV_meta_pn-linux-yocto_crystalforest-server ?= "c2ed0f16fdec628242a682897d5d86df4547cf24" | ||
16 | |||
17 | module_autoload_uio = "uio" | ||