From: Otavio Salvador Date: Thu, 11 Oct 2012 07:17:26 +0000 (-0300) Subject: imx-test.inc: Replace board specific information with SoC X-Git-Tag: 2.1~1655 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=82602469f5857866c953bf088266e4678737cd8f;p=meta-freescale.git 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 --- 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"