diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2012-03-14 12:58:38 -0700 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2012-03-20 11:19:28 -0700 |
| commit | 1ada91f40c9c7684ec0963c72de20c639c42ec70 (patch) | |
| tree | 63a9ae4e3528dc7d56efd92c3db323a2eacbba23 | |
| parent | 675e28f7f6e32e5e12f010071fc0464de6cecf91 (diff) | |
| download | meta-intel-1ada91f40c9c7684ec0963c72de20c639c42ec70.tar.gz | |
fri2: Add 3.2 kernel recipes
Add linux-yocto_3.2 and linux-yocto-rt_3.2 kernel recipes, following the
pattern of the 3.0 recipes.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
| -rw-r--r-- | meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | 11 | ||||
| -rw-r--r-- | meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend new file mode 100644 index 00000000..c43975fb --- /dev/null +++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.2.bbappend | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_fri2 = "fri2" | ||
| 4 | KMACHINE_fri2 = "fri2" | ||
| 5 | KBRANCH_fri2 = "standard/preempt-rt/base" | ||
| 6 | |||
| 7 | COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" | ||
| 8 | KMACHINE_fri2-noemgd = "fri2" | ||
| 9 | KBRANCH_fri2-noemgd = "standard/preempt-rt/base" | ||
| 10 | |||
| 11 | module_autoload_iwlwifi = "iwlwifi" | ||
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend new file mode 100644 index 00000000..c125e9a8 --- /dev/null +++ b/meta-fri2/recipes-kernel/linux/linux-yocto_3.2.bbappend | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_fri2 = "fri2" | ||
| 4 | KMACHINE_fri2 = "fri2" | ||
| 5 | KBRANCH_fri2 = "standard/default/fri2" | ||
| 6 | |||
| 7 | COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" | ||
| 8 | KMACHINE_fri2-noemgd = "fri2" | ||
| 9 | KBRANCH_fri2-noemgd = "standard/default/fri2" | ||
| 10 | |||
| 11 | module_autoload_iwlwifi = "iwlwifi" | ||
