summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-09-23 16:41:27 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-25 15:28:34 -0300
commitec7403553fa3318abc32b5c3527a93b1266f2321 (patch)
tree0d0b990c0f07d3ba0fb75b10b9c14952c949a87e
parent3f4a835fe5bd2ef952174221f7060c5e335579a2 (diff)
downloadmeta-freescale-ec7403553fa3318abc32b5c3527a93b1266f2321.tar.gz
imx-test: Remove redundant PACKAGE_ARCH setting
The PACKAGE_ARCH is now dynamically set for package which depends on kernel. Change-Id: I4ae950e38e50d75bc0a6e14aabedd7d3102eff65 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc2
1 files changed, 0 insertions, 2 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 b5535d6df..d8aa99d63 100644
--- a/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc
+++ b/meta-fsl-arm/recipes-bsp/imx-test/imx-test.inc
@@ -40,5 +40,3 @@ do_install() {
40 40
41FILES_${PN} += "/unit_tests" 41FILES_${PN} += "/unit_tests"
42FILES_${PN}-dbg += "/unit_tests/.debug" 42FILES_${PN}-dbg += "/unit_tests/.debug"
43
44PACKAGE_ARCH = "${MACHINE_ARCH}"