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/codec-engine | |
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/codec-engine')
-rw-r--r-- | recipes-ti/codec-engine/ti-codec-engine.inc | 2 | ||||
-rw-r--r-- | recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/recipes-ti/codec-engine/ti-codec-engine.inc b/recipes-ti/codec-engine/ti-codec-engine.inc index 18c8cf40..fde181e7 100644 --- a/recipes-ti/codec-engine/ti-codec-engine.inc +++ b/recipes-ti/codec-engine/ti-codec-engine.inc | |||
@@ -186,6 +186,8 @@ do_install() { | |||
186 | cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE} | 186 | cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE} |
187 | } | 187 | } |
188 | 188 | ||
189 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
190 | |||
189 | PACKAGES += "ti-codec-engine-examples" | 191 | PACKAGES += "ti-codec-engine-examples" |
190 | 192 | ||
191 | RDEPENDS_ti-codec-engine-examples = " ti-cmem-module" | 193 | RDEPENDS_ti-codec-engine-examples = " ti-cmem-module" |
diff --git a/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb b/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb index 0bacf91d..ae218b10 100644 --- a/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb +++ b/recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb | |||
@@ -200,6 +200,7 @@ do_install() { | |||
200 | cp -pPrf ${CODEC_SUITE_NAME}/* ${D}${CODEC_INSTALL_DIR_RECIPE} | 200 | cp -pPrf ${CODEC_SUITE_NAME}/* ${D}${CODEC_INSTALL_DIR_RECIPE} |
201 | } | 201 | } |
202 | 202 | ||
203 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
203 | 204 | ||
204 | PACKAGES += "ti-codecs-omap3530-server" | 205 | PACKAGES += "ti-codecs-omap3530-server" |
205 | FILES_ti-codecs-omap3530-server = "${installdir}/ti-codecs-server/*" | 206 | FILES_ti-codecs-omap3530-server = "${installdir}/ti-codecs-server/*" |