diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-10 08:38:18 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-08-16 09:46:08 +0200 |
commit | 18698b86c76b2adafc2ef7061b331e3423dcbe6c (patch) | |
tree | 9ccc797acf8359689b23a8011f996da721c68cb4 /recipes-ti/dmai/ti-dmai.inc | |
parent | 9e85b31e35bb6dadc7c6997c7e0c8fb23b38249b (diff) | |
download | meta-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/dmai/ti-dmai.inc')
-rw-r--r-- | recipes-ti/dmai/ti-dmai.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ti/dmai/ti-dmai.inc b/recipes-ti/dmai/ti-dmai.inc index a84f303a..8b536fc8 100644 --- a/recipes-ti/dmai/ti-dmai.inc +++ b/recipes-ti/dmai/ti-dmai.inc | |||
@@ -141,6 +141,8 @@ do_install () { | |||
141 | cp -pPrf ${S}/* ${D}${DMAI_INSTALL_DIR_RECIPE} | 141 | cp -pPrf ${S}/* ${D}${DMAI_INSTALL_DIR_RECIPE} |
142 | } | 142 | } |
143 | 143 | ||
144 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
145 | |||
144 | PACKAGES += "ti-dmai-apps" | 146 | PACKAGES += "ti-dmai-apps" |
145 | FILES_ti-dmai-apps = "${installdir}/ti-dmai-apps/*" | 147 | FILES_ti-dmai-apps = "${installdir}/ti-dmai-apps/*" |
146 | INSANE_SKIP_ti-dmai-apps = True | 148 | INSANE_SKIP_ti-dmai-apps = True |