diff options
| author | Darren Hart <dvhart@linux.intel.com> | 2011-07-22 13:44:54 -0700 |
|---|---|---|
| committer | Darren Hart <dvhart@linux.intel.com> | 2011-08-11 12:57:05 -0700 |
| commit | 90d7762bb322a3357c6ca90a6055dbc092cba603 (patch) | |
| tree | 4a3a7212a239f50390b2ca4515492eb1f66fdc81 /meta-sugarbay/recipes-kernel | |
| parent | 58f707b29e20c2f1712da2e0c1eedc78ea7de6c8 (diff) | |
| download | meta-intel-90d7762bb322a3357c6ca90a6055dbc092cba603.tar.gz | |
add linux-yocto-rt_3.0 support for all meta-intel BSPs
All the BSPs build out of the preempt-rt/base branch (rather than a
preempt-rt/$MACHINE branch), so separate KMACHINE and KBRANCH assignments are
required for each BSP.
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-sugarbay/recipes-kernel')
| -rw-r--r-- | meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend new file mode 100644 index 00000000..7564367d --- /dev/null +++ b/meta-sugarbay/recipes-kernel/linux/linux-yocto-rt_3.0.bbappend | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | COMPATIBLE_MACHINE_sugarbay = "sugarbay" | ||
| 3 | KMACHINE_sugarbay = "sugarbay" | ||
| 4 | KBRANCH_sugarbay = "yocto/standard/preempt-rt/base" | ||
| 5 | |||
| 6 | SRCREV_machine_pn-linux-yocto-rt_sugarbay ?= ${AUTOREV} | ||
| 7 | SRCREV_meta_pn-linux-yocto-rt_sugarbay ?= ${AUTOREV} | ||
