]> code.ossystems Code Review - meta-freescale.git/commitdiff
linux-imx: set DEFAULT_PREFERENCE to -1 only for current machines
authorOtavio Salvador <otavio@ossystems.com.br>
Wed, 14 Mar 2012 20:20:29 +0000 (20:20 +0000)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 15 Mar 2012 20:42:05 +0000 (20:42 +0000)
That allows for easy addition of newer i.MX6 platform on the BSP.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Eric Bnard <eric@eukrea.com>
meta-fsl-arm/recipes-kernel/linux/linux-imx_2.6.38.bb

index 5e5e1950a02e20c902fd6d4639f0064320c4a503..dd961a43840514a293ddcd1f85d66b72201e591e 100644 (file)
@@ -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)"