summaryrefslogtreecommitdiffstats
path: root/recipes-ti/includes
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-08-10 08:38:18 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-16 09:46:08 +0200
commit18698b86c76b2adafc2ef7061b331e3423dcbe6c (patch)
tree9ccc797acf8359689b23a8011f996da721c68cb4 /recipes-ti/includes
parent9e85b31e35bb6dadc7c6997c7e0c8fb23b38249b (diff)
downloadmeta-ti-18698b86c76b2adafc2ef7061b331e3423dcbe6c.tar.gz
TI recipes: only use PACKAGE_ARCH = "${MACHINE_ARCH}" where needed
With machine specific staging in OE-core the tools (xdc, dmai, etc) can drop the PACKAGE_ARCH munging. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-ti/includes')
-rw-r--r--recipes-ti/includes/ti-staging.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-ti/includes/ti-staging.inc b/recipes-ti/includes/ti-staging.inc
index 2bacd7a9..48ee061c 100644
--- a/recipes-ti/includes/ti-staging.inc
+++ b/recipes-ti/includes/ti-staging.inc
@@ -1,5 +1,3 @@
1PACKAGE_ARCH = "${MACHINE_ARCH}"
2
3PACKAGE_STRIP = "no" 1PACKAGE_STRIP = "no"
4 2
5ALLOW_EMPTY_${PN} = "1" 3ALLOW_EMPTY_${PN} = "1"