diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-27 23:48:15 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-28 13:33:21 -0500 |
| commit | 6437caaaf227916b72dcd97b0abd5cf2abef3673 (patch) | |
| tree | 58c2fb57a182b82b8061f0880fefc7a16d106c01 | |
| parent | 267db6a013519fcca15413253008a213c957b738 (diff) | |
| download | meta-intel-6437caaaf227916b72dcd97b0abd5cf2abef3673.tar.gz | |
meta-fri2: allow linux-yocto-rt to be used for fri2-noemgd
The fri2 linux-yocto-rt .bbappend is missing settings needed for use
with fri2-noemgd - this adds them.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend index 26241767..3af58917 100644 --- a/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ b/meta-fri2/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | |||
| @@ -1,6 +1,8 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 2 | COMPATIBLE_MACHINE_fri2 = "fri2" | 2 | COMPATIBLE_MACHINE_fri2 = "fri2" |
| 3 | KMACHINE_fri2 = "fri2" | 3 | KMACHINE_fri2 = "fri2" |
| 4 | COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd" | ||
| 5 | KMACHINE_fri2-noemgd = "fri2" | ||
| 4 | 6 | ||
| 5 | # Update the following to use a different BSP branch or meta SRCREV | 7 | # Update the following to use a different BSP branch or meta SRCREV |
| 6 | #KBRANCH_fri2 = "yocto/standard/preempt-rt/base" | 8 | #KBRANCH_fri2 = "yocto/standard/preempt-rt/base" |
