From 82602469f5857866c953bf088266e4678737cd8f Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Thu, 11 Oct 2012 04:17:26 -0300 Subject: [PATCH] imx-test.inc: Replace board specific information with SoC The use of SoC information allow generic handle of iMX51 and iMX53 boards. Change-Id: Ie1e73c6a982db856d9f1ca9566111d2a7eb3ecfc Signed-off-by: Otavio Salvador --- meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc index 3c108f10..cfed77c2 100644 --- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc +++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc @@ -5,11 +5,10 @@ DEPENDS = "virtual/kernel imx-lib" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" -INC_PR = "r5" +INC_PR = "r6" -PLATFORM_imx53ard = "IMX53" -PLATFORM_imx53qsb = "IMX53" -PLATFORM_imx51evk = "IMX51" +PLATFORM_mx53 = "IMX53" +PLATFORM_mx51 = "IMX51" SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz" -- 2.40.1