summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2015-03-26 23:59:35 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2015-04-02 22:49:07 -0300
commiteaffebc32c4336da16c4ce86f77ec1009290fdaf (patch)
treef635d41604bc57772e522c0930e5e2e66a324cd5 /recipes-bsp
parent7db8443643b2c13e6cafda1398f3e9f530632af8 (diff)
downloadmeta-fsl-arm-eaffebc32c4336da16c4ce86f77ec1009290fdaf.tar.gz
imx-test: Use MACHINE_ARCH for dummy package
Change-Id: I1290d7b0279bc92c3c4e73af9d432c255d5e3cfb Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/imx-test/imx-test_00.00.00.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-test/imx-test_00.00.00.bb b/recipes-bsp/imx-test/imx-test_00.00.00.bb
index 1f6a275..bb68fcf 100644
--- a/recipes-bsp/imx-test/imx-test_00.00.00.bb
+++ b/recipes-bsp/imx-test/imx-test_00.00.00.bb
@@ -4,6 +4,6 @@ SECTION = "base"
4LICENSE = "MIT" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" 5LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
6 6
7inherit allarch
8
9ALLOW_EMPTY_${PN} = "1" 7ALLOW_EMPTY_${PN} = "1"
8
9PACKAGE_ARCH = "${MACHINE_ARCH}"