From patchwork Tue Dec 11 21:53:24 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-handheld] linux-yocto_3.4.bbappend: restrict DEFAULT_PREFERENCE to Zaurus only Date: Tue, 11 Dec 2012 21:53:24 -0000 From: Andrea Adami X-Patchwork-Id: 40771 Message-Id: <1355262804-2872-1-git-send-email-andrea.adami@gmail.com> To: openembedded-devel@lists.openembedded.org Signed-off-by: Andrea Adami --- recipes-kernel/linux/linux-yocto_3.4.bbappend | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) 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"