summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-test
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-07-17 10:03:48 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2012-07-17 10:16:58 -0300
commit08f72ec087c67dcdac648022575e3efbf1bcbb84 (patch)
tree463155f9737ee22d3340c7090934a211506bbf1c /recipes-bsp/imx-test
parent8e16e98ff4c044c8cd78b7f606411d529218d0ce (diff)
downloadmeta-fsl-arm-08f72ec087c67dcdac648022575e3efbf1bcbb84.tar.gz
imx-test: set PACKAGE_ARCH as the package is machine dependant
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.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/imx-test/imx-test.inc b/recipes-bsp/imx-test/imx-test.inc
index 292dc01..4a75c59 100644
--- a/recipes-bsp/imx-test/imx-test.inc
+++ b/recipes-bsp/imx-test/imx-test.inc
@@ -5,7 +5,7 @@ DEPENDS = "virtual/kernel"
5LICENSE = "GPLv2" 5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58" 6LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
7 7
8INC_PR = "r2" 8INC_PR = "r3"
9 9
10PLATFORM_imx53ard = "IMX53" 10PLATFORM_imx53ard = "IMX53"
11PLATFORM_imx53qsb = "IMX53" 11PLATFORM_imx53qsb = "IMX53"
@@ -26,3 +26,5 @@ do_install() {
26 26
27FILES_${PN} += "/unit_tests" 27FILES_${PN} += "/unit_tests"
28FILES_${PN}-dbg += "/unit_tests/.debug" 28FILES_${PN}-dbg += "/unit_tests/.debug"
29
30PACKAGE_ARCH = "${MACHINE_ARCH}" \ No newline at end of file