summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test/imx-test.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-10-11 04:17:26 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-10-15 11:53:03 -0300
commitb1eaaef4221a9a6939ead863ee11c0d4d54e0d51 (patch)
tree9a1b7f81c67ecd8e95b78923e5ceac111a145bbf /recipes-bsp/imx-test/imx-test.inc
parent19f3dbb0e175f16d039d43c5dea46fb162e57b5e (diff)
downloadmeta-fsl-arm-b1eaaef4221a9a6939ead863ee11c0d4d54e0d51.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-test/imx-test.inc')
-rw-r--r--recipes-bsp/imx-test/imx-test.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index 3c108f1..cfed77c 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -5,11 +5,10 @@ DEPENDS = "virtual/kernel imx-lib"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
7 7
8INC_PR = "r5" 8INC_PR = "r6"
9 9
10PLATFORM_imx53ard = "IMX53" 10PLATFORM_mx53 = "IMX53"
11PLATFORM_imx53qsb = "IMX53" 11PLATFORM_mx51 = "IMX51"
12PLATFORM_imx51evk = "IMX51"
13 12
14SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz" 13SRC_URI = "${FSL_MIRROR}/imx-test-${PV}.tar.gz"
15 14