1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

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>
This commit is contained in:
Koen Kooi
2011-08-10 08:38:18 +02:00
parent 9e85b31e35
commit 18698b86c7
6 changed files with 8 additions and 2 deletions

View File

@@ -186,6 +186,8 @@ do_install() {
cp -pPrf ${S}/* ${D}${CE_INSTALL_DIR_RECIPE}
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
PACKAGES += "ti-codec-engine-examples"
RDEPENDS_ti-codec-engine-examples = " ti-cmem-module"

View File

@@ -200,6 +200,7 @@ do_install() {
cp -pPrf ${CODEC_SUITE_NAME}/* ${D}${CODEC_INSTALL_DIR_RECIPE}
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
PACKAGES += "ti-codecs-omap3530-server"
FILES_ti-codecs-omap3530-server = "${installdir}/ti-codecs-server/*"

View File

@@ -141,6 +141,8 @@ do_install () {
cp -pPrf ${S}/* ${D}${DMAI_INSTALL_DIR_RECIPE}
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
PACKAGES += "ti-dmai-apps"
FILES_ti-dmai-apps = "${installdir}/ti-dmai-apps/*"
INSANE_SKIP_ti-dmai-apps = True

View File

@@ -143,6 +143,8 @@ pkg_postinst_${PN} () {
fi
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
INITSCRIPT_NAME = "gstti-init"
INITSCRIPT_PARAMS = "start 30 5 2 . stop 40 0 1 6 ."

View File

@@ -1,5 +1,3 @@
PACKAGE_ARCH = "${MACHINE_ARCH}"
PACKAGE_STRIP = "no"
ALLOW_EMPTY_${PN} = "1"

View File

@@ -109,6 +109,7 @@ do_install () {
cp -pPrf ${S}/* ${D}${LPM_INSTALL_DIR_RECIPE}
}
PACKAGE_ARCH = "${MACHINE_ARCH}"
PACKAGES += "ti-lpm-module"
FILES_ti-lpm-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/*lpm*ko"
RDEPENDS_ti-lpm-module += "ti-dsplink-module"