diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-27 17:37:27 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-10-28 13:33:13 -0500 |
| commit | 267db6a013519fcca15413253008a213c957b738 (patch) | |
| tree | a87b62c950694df7c479f77ace94ab087835333a | |
| parent | 478969defe862a2779bf7eb3bca30e2067827d7e (diff) | |
| download | meta-intel-267db6a013519fcca15413253008a213c957b738.tar.gz | |
meta-crownbay: add linux-yocto-rt_3.0.bbappend
commit 061f3187e8cbec70d5970928b6e8252cb0958f4a (meta-intel: move
emgd-driver-bin_1.8 to common) somehow mistakenly removed the
unrelated linux-yocto-rt_3.0.bbappend from meta-crownbay. This adds
it back.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -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 new file mode 100644 index 00000000..aaf5614b --- /dev/null +++ b/meta-crownbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_crownbay-noemgd = "crownbay-noemgd" | ||
| 3 | KMACHINE_crownbay-noemgd = "crownbay" | ||
| 4 | |||
| 5 | KERNEL_FEATURES_append_crownbay-noemgd += " cfg/smp.scc" | ||
| 6 | |||
| 7 | # Update the following to use a different BSP branch or meta SRCREV | ||
| 8 | #KBRANCH_crownbay-noemgd = "yocto/standard/preempt-rt/base" | ||
| 9 | #SRCREV_machine_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX | ||
| 10 | #SRCREV_meta_pn-linux-yocto-rt_crownbay-noemgd ?= XXXX | ||
