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:
@@ -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"
|
||||
|
||||
@@ -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/*"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ."
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
PACKAGE_STRIP = "no"
|
||||
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user