diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-28 11:26:22 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-28 13:33:31 -0500 |
| commit | bdf5b42c29aedc53bcdf7ac560a3ddf24b82d2d9 (patch) | |
| tree | 94ca6e26de468282f6910986adb8dc1f5cc3e0f8 /meta-crownbay | |
| parent | 6437caaaf227916b72dcd97b0abd5cf2abef3673 (diff) | |
| download | meta-intel-bdf5b42c29aedc53bcdf7ac560a3ddf24b82d2d9.tar.gz | |
meta-crownbay: allow linux-yocto-rt to be used for crownbay
The crownbay linux-yocto-rt .bbappend is missing settings needed for use
with crownbay - this adds them.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crownbay')
| -rw-r--r-- | meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend index aaf5614b..dee9bce4 100644 --- a/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | |||
| @@ -1,10 +1,20 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 2 | |||
| 2 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | 3 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" |
| 3 | KMACHINE_crownbay-noemgd = "crownbay" | 4 | KMACHINE_crownbay-noemgd = "crownbay" |
| 4 | 5 | ||
| 5 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" | 6 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" |
| 6 | 7 | ||
| 8 | COMPATIBLE_MACHINE_crownbay = "crownbay" | ||
| 9 | KMACHINE_crownbay = "crownbay" | ||
| 10 | |||
| 11 | KERNEL_FEATURES_append_crownbay += " cfg/smp.scc" | ||
| 12 | |||
| 7 | # Update the following to use a different BSP branch or meta SRCREV | 13 | # Update the following to use a different BSP branch or meta SRCREV |
| 8 | #KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base" | 14 | #KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base" |
| 9 | #SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX | 15 | #SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX |
| 10 | #SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX | 16 | #SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX |
| 17 | |||
| 18 | #KBRANCH_crownbay = "yocto/standard/preempt-rt/base" | ||
| 19 | #SRCREV_machine_pn-linux-yocto-rt_crownbay ?= XXXX | ||
| 20 | #SRCREV_meta_pn-linux-yocto-rt_crownbay ?= XXXX | ||
