From: Otavio Salvador Date: Wed, 14 Mar 2012 20:20:29 +0000 (+0000) Subject: linux-imx: set DEFAULT_PREFERENCE to -1 only for current machines X-Git-Tag: 2.1~1914 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c2229d51b97cbff1217b8f457f5db935da9edc3c;p=meta-freescale.git linux-imx: set DEFAULT_PREFERENCE to -1 only for current machines That allows for easy addition of newer i.MX6 platform on the BSP. Signed-off-by: Otavio Salvador Acked-by: Eric Bnard --- diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb index 5e5e1950..dd961a43 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb +++ b/meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb @@ -1,4 +1,4 @@ -# Copyright (C) 2011 Freescale Semiconductor +# Copyright (C) 2011-2012 Freescale Semiconductor # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "Linux kernel for imx platforms" @@ -6,7 +6,8 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" PR = "r1" -DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_imx53qsb = "-1" +DEFAULT_PREFERENCE_imx53ard = "-1" inherit kernel COMPATIBLE_MACHINE = "(imx53qsb|imx53ard)"