diff options
| author | Chan Wei Sern <wei.sern.chan@intel.com> | 2014-04-19 01:10:03 +0800 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2014-04-21 17:22:01 -0500 |
| commit | f0a6a64e1d0c29c985945e3f65ff71d867781014 (patch) | |
| tree | ae659545163be93c3e5c7fb27678f5e30fbb435b /meta-isg | |
| parent | 45a0fef3c57d43cf605b398d5429230f8da0cc28 (diff) | |
| download | meta-intel-f0a6a64e1d0c29c985945e3f65ff71d867781014.tar.gz | |
meta-valleyisland: Enable v3.10-rt Kernel recipe
Added kernel v3.10-rt recipe for valleyisland BSP.
The kernel version supported in this recipe is 3.10.35.
Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta-isg')
| -rw-r--r-- | meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend new file mode 100644 index 00000000..d214c786 --- /dev/null +++ b/meta-isg/meta-valleyisland/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | |||
| @@ -0,0 +1,28 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | ############################# | ||
| 4 | # MACHINE = valleyisland-32 # | ||
| 5 | ############################# | ||
| 6 | COMPATIBLE_MACHINE_valleyisland-32 = "valleyisland-32" | ||
| 7 | KMACHINE_valleyisland-32 = "valleyisland-32" | ||
| 8 | KBRANCH_valleyisland-32 = "standard/preempt-rt/base" | ||
| 9 | |||
| 10 | KERNEL_FEATURES_append_valleyisland-32 = "features/valleyisland-io/valleyisland-io" | ||
| 11 | |||
| 12 | LINUX_VERSION_valleyisland-32 = "3.10.35" | ||
| 13 | SRCREV_machine_pn-linux-yocto-rt_valleyisland-32 = "d1e73a1e09f9641c44e7d713d1a6b5b088411459" | ||
| 14 | SRCREV_meta_pn-linux-yocto-rt_valleyisland-32 = "7df9ef8ee47dc9023044614210f4c1d9d916dd5f" | ||
| 15 | |||
| 16 | ############################# | ||
| 17 | # MACHINE = valleyisland-64 # | ||
| 18 | ############################# | ||
| 19 | COMPATIBLE_MACHINE_valleyisland-64 = "valleyisland-64" | ||
| 20 | KMACHINE_valleyisland-64 = "valleyisland" | ||
| 21 | KBRANCH_valleyisland-64 = "standard/preempt-rt/base" | ||
| 22 | |||
| 23 | KERNEL_FEATURES_append_valleyisland-64 = "features/valleyisland-io/valleyisland-io" | ||
| 24 | |||
| 25 | LINUX_VERSION_valleyisland-64 = "3.10.35" | ||
| 26 | SRCREV_machine_pn-linux-yocto-rt_valleyisland-64 = "d1e73a1e09f9641c44e7d713d1a6b5b088411459" | ||
| 27 | SRCREV_meta_pn-linux-yocto-rt_valleyisland-64 ="7df9ef8ee47dc9023044614210f4c1d9d916dd5f" | ||
| 28 | |||
