diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2013-08-30 16:46:41 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2013-09-23 14:00:14 (GMT) |
commit | cf39cdb27099b86541e6ccf1f757e0c33ad7a2db (patch) | |
tree | b573e3731b5bb985b406477332027db6465cdc28 /meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend | |
parent | 26d394b4cf86bd6fb7df2fe774d7b1fb3ec3db37 (diff) | |
download | meta-intel-cf39cdb27099b86541e6ccf1f757e0c33ad7a2db.tar.gz |
fri2-noemgd: linux-yocto_3.10 recipe extension
Provide the BSP specific extension for the linux-yocto_3.10
recipe from the oecore layer.
This configures the v3.10 kernel repository branches and commits
for this BSP.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend')
-rw-r--r-- | meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend new file mode 100644 index 0000000..adc25d4 --- /dev/null +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.10.bbappend | |||
@@ -0,0 +1,13 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | |||
3 | LINUX_VERSION = "3.10.11" | ||
4 | |||
5 | COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" | ||
6 | KMACHINE_fri2-noemgd = "fri2" | ||
7 | KBRANCH_fri2-noemgd = "standard/fri2" | ||
8 | KERNEL_FEATURES_append_fri2-noemgd = " cfg/vesafb" | ||
9 | SRCREV_meta_fri2-noemgd = "285f93bf942e8f6fa678ffc6cc53696ed5400718" | ||
10 | SRCREV_machine_fri2-noemgd = "702040ac7c7ec66a29b4d147665ccdd0ff015577" | ||
11 | |||
12 | module_autoload_iwlwifi = "iwlwifi" | ||
13 | |||