aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Adami <andrea.adami@gmail.com>2012-12-11 22:53:24 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2012-12-12 09:22:56 +0000
commiteecc842f9df5981b32076897c4050cf8f048e3b7 (patch)
treed8690de705c219767b35d82f9798ae7b519bd258
parent9e3defbfa60bf9502960901455d7c5948d8885bf (diff)
downloadmeta-handheld-eecc842f9df5981b32076897c4050cf8f048e3b7.tar.gz
linux-yocto_3.4.bbappend: restrict DEFAULT_PREFERENCE to Zaurus only
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
-rw-r--r--recipes-kernel/linux/linux-yocto_3.4.bbappend7
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"