summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test
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
commit556e0f3d2756e6a8d8d4ed5e3d160c9d566fc29b (patch)
tree57653b14e3616d9e12514ccd96fca410c2c02131 /recipes-bsp/imx-test
parent60d992f5da5cd171f7e2762316aa52872988a183 (diff)
downloadmeta-fsl-arm-556e0f3d2756e6a8d8d4ed5e3d160c9d566fc29b.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>
Diffstat (limited to 'recipes-bsp/imx-test')
-rw-r--r--recipes-bsp/imx-test/imx-test.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index b5535d6..d8aa99d 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/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}"