diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2014-03-26 22:48:12 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2014-03-26 22:50:45 -0500 |
| commit | 385480881105643d83277023ce74df8c1b4a9c9e (patch) | |
| tree | 7bab50496d49a51ebfd576baf43dc3f8cec21018 | |
| parent | b3614d762b40930b57680bf2a81b8068f1067d50 (diff) | |
| download | meta-intel-385480881105643d83277023ce74df8c1b4a9c9e.tar.gz | |
Actually remove all retired BSP files
The below commit didn't actually remove all the files from the BSPs
retired - the BSP directories were still there with unremoved files in
them - this actually finishes the removal.
commit 8d79fb4e0cec07fe05ca440578414eaa6be80a3a
Author: Nitin A Kamble <nitin.a.kamble@intel.com>
Date: Wed Mar 12 12:12:32 2014 -0700
Remove chiefriver, sys940x & n450 BSPs
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
| -rw-r--r-- | meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 9 | ||||
| -rw-r--r-- | meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend | 16 |
2 files changed, 0 insertions, 25 deletions
diff --git a/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend deleted file mode 100644 index bee7e549..00000000 --- a/meta-chiefriver/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend +++ /dev/null | |||
| @@ -1,9 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_chiefriver = "chiefriver" | ||
| 4 | KMACHINE_chiefriver = "chiefriver" | ||
| 5 | |||
| 6 | # Update the following to use a different BSP branch or meta SRCREV | ||
| 7 | #KBRANCH_chiefriver = "standard/preempt-rt/base" | ||
| 8 | #SRCREV_machine_pn-linux-yocto-rt_chiefriver ?= "XXX" | ||
| 9 | #SRCREV_meta_pn-linux-yocto-rt_chiefriver ?= "XXX" | ||
diff --git a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend b/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend deleted file mode 100644 index cc680cec..00000000 --- a/meta-sys940x/recipes-kernel/linux/linux-yocto-rt_3.10.bbappend +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
| 2 | |||
| 3 | COMPATIBLE_MACHINE_sys940x = "sys940x" | ||
| 4 | KMACHINE_sys940x = "sys940x" | ||
| 5 | |||
| 6 | COMPATIBLE_MACHINE_sys940x-noemgd = "sys940x-noemgd" | ||
| 7 | KMACHINE_sys940x-noemgd = "sys940x" | ||
| 8 | |||
| 9 | # Update the following to use a different BSP branch or meta SRCREV | ||
| 10 | #KBRANCH_sys940x = "standard/preempt-rt/base" | ||
| 11 | #SRCREV_machine_pn-linux-yocto-rt_sys940x ?= "XXX" | ||
| 12 | #SRCREV_meta_pn-linux-yocto-rt_sys940x ?= "XXX" | ||
| 13 | |||
| 14 | #KBRANCH_sys940x-noemgd = "standard/preempt-rt/base" | ||
| 15 | #SRCREV_machine_pn-linux-yocto-rt_sys940x-noemgd ?= "XXX" | ||
| 16 | #SRCREV_meta_pn-linux-yocto-rt_sys940x-noemgd ?= "XXX" | ||
