| Submitter | Andrea Adami |
|---|---|
| Date | Dec. 11, 2012, 9:53 p.m. |
| Message ID | <1355262804-2872-1-git-send-email-andrea.adami@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/40771/ |
| State | Accepted, archived |
| Headers | show |
Comments
Patch
diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend b/recipes-kernel/linux/linux-yocto_3.4.bbappend index 59e0fb4..7772dde 100644 --- a/recipes-kernel/linux/linux-yocto_3.4.bbappend +++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend @@ -2,7 +2,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-3.4:${THISDIR}/${PN}:${THISDIR}/fil COMPATIBLE_MACHINE .= "|akita|c7x0|collie|poodle|spitz|tosa" -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_akita = "-1" +DEFAULT_PREFERENCE_c7x0 = "-1" +DEFAULT_PREFERENCE_collie = "-1" +DEFAULT_PREFERENCE_poodle = "-1" +DEFAULT_PREFERENCE_spitz = "-1" +DEFAULT_PREFERENCE_tosa = "-1" KMACHINE_akita = "akita" KMACHINE_c7x0 = "c7x0"
Signed-off-by: Andrea Adami <andrea.adami@gmail.com> --- recipes-kernel/linux/linux-yocto_3.4.bbappend | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-)