mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-05 02:11:00 +00:00
various recipes: fix quoting to work with bitbake master
Changes from the original patch: * Matrix is no longer available, not fixes necessary * INSANE_SKIP is set to "1", like in oe-core - may need to list individual QA tests Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
266d76ba87
commit
caaffe1aad
@@ -84,6 +84,6 @@ do_install() {
|
||||
|
||||
PACKAGES += "ti-c6accel-apps"
|
||||
FILES_ti-c6accel-apps = "${installdir}/c6accel-apps/*"
|
||||
INSANE_SKIP_ti-c6accel-apps = True
|
||||
INSANE_SKIP_ti-c6accel-apps = "1"
|
||||
RDEPENDS_ti-c6accel-apps += "ti-cmem-module ti-dsplink-module"
|
||||
|
||||
|
||||
@@ -145,7 +145,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
PACKAGES += "ti-dmai-apps"
|
||||
FILES_ti-dmai-apps = "${installdir}/ti-dmai-apps/*"
|
||||
INSANE_SKIP_ti-dmai-apps = True
|
||||
INSANE_SKIP_ti-dmai-apps = "1"
|
||||
|
||||
RDEPENDS_ti-dmai-apps_dm6446 += "ti-codecs-dm6446-server ti-cmem-module ti-dsplink-module"
|
||||
RDEPENDS_ti-dmai-apps_dm6467 += "ti-codecs-dm6467 ti-cmem-module ti-dsplink-module"
|
||||
|
||||
@@ -208,4 +208,4 @@ PACKAGES += "ti-dsplink-examples"
|
||||
RDEPENDS_ti-dsplink-examples_append = " ti-dsplink-module"
|
||||
RDEPENDS_ti-dsplink-examples_append_omap3 += " ti-lpm-module ti-lpm-utils"
|
||||
FILES_ti-dsplink-examples = "${installdir}/ti-dsplink-examples/*"
|
||||
INSANE_SKIP_ti-dsplink-examples = True
|
||||
INSANE_SKIP_ti-dsplink-examples = "1"
|
||||
|
||||
@@ -41,7 +41,7 @@ PLATFORM_dm365 = "dm365"
|
||||
PLATFORM_omapl137 = "omapl137"
|
||||
PLATFORM_omapl138 = "omapl138"
|
||||
PLATFORM ?= "UNDEFINED_PLATFORM"
|
||||
GST_TI_PLATFORM = ${PLATFORM}
|
||||
GST_TI_PLATFORM = "${PLATFORM}"
|
||||
|
||||
XDC_PLATFORM_dm6446 = "ti.platforms.evmDM6446"
|
||||
XDC_PLATFORM_dm6467 = "ti.platforms.evmDM6467"
|
||||
|
||||
@@ -130,4 +130,4 @@ pkg_postrm_ti-lpm-module_append () {
|
||||
PACKAGES += "ti-lpm-utils"
|
||||
RDEPENDS_ti-lpm-utils += "ti-lpm-module"
|
||||
FILES_ti-lpm-utils = "${installdir}/ti-lpm-utils/*"
|
||||
INSANE_SKIP_ti-lpm-utils = True
|
||||
INSANE_SKIP_ti-lpm-utils = "1"
|
||||
|
||||
@@ -236,6 +236,6 @@ update-modules || true
|
||||
PACKAGES =+ "ti-syslink-examples"
|
||||
RRECOMMENDS_ti-syslink-examples_append = " ti-syslink-module"
|
||||
FILES_ti-syslink-examples = "${installdir}/ti-syslink-examples/*"
|
||||
INSANE_SKIP_ti-syslink-examples = True
|
||||
INSANE_SKIP_ti-syslink-examples = "1"
|
||||
|
||||
FILES_ti-syslink-dev = "${libdir}/*"
|
||||
|
||||
Reference in New Issue
Block a user