diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2012-02-28 16:57:35 +0100 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2012-02-28 17:54:30 -0500 |
| commit | caaffe1aaddb333f9457b57f4d33838e8bec2afc (patch) | |
| tree | cca9658a2983e1c02cbd0796f3202b49522f8091 /recipes-ti | |
| parent | 266d76ba87d9ddf4db96d481bdd42cdd4e01362b (diff) | |
| download | meta-ti-caaffe1aaddb333f9457b57f4d33838e8bec2afc.tar.gz | |
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>
Diffstat (limited to 'recipes-ti')
| -rw-r--r-- | recipes-ti/c6accel/ti-c6accel.inc | 2 | ||||
| -rw-r--r-- | recipes-ti/dmai/ti-dmai.inc | 2 | ||||
| -rw-r--r-- | recipes-ti/dsplink/ti-dsplink.inc | 2 | ||||
| -rw-r--r-- | recipes-ti/gstreamer-ti/gstreamer-ti.inc | 2 | ||||
| -rw-r--r-- | recipes-ti/local-power-manager/ti-local-power-manager.inc | 2 | ||||
| -rw-r--r-- | recipes-ti/syslink/ti-syslink.inc | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/recipes-ti/c6accel/ti-c6accel.inc b/recipes-ti/c6accel/ti-c6accel.inc index 138072cc..638c9be3 100644 --- a/recipes-ti/c6accel/ti-c6accel.inc +++ b/recipes-ti/c6accel/ti-c6accel.inc | |||
| @@ -84,6 +84,6 @@ do_install() { | |||
| 84 | 84 | ||
| 85 | PACKAGES += "ti-c6accel-apps" | 85 | PACKAGES += "ti-c6accel-apps" |
| 86 | FILES_ti-c6accel-apps = "${installdir}/c6accel-apps/*" | 86 | FILES_ti-c6accel-apps = "${installdir}/c6accel-apps/*" |
| 87 | INSANE_SKIP_ti-c6accel-apps = True | 87 | INSANE_SKIP_ti-c6accel-apps = "1" |
| 88 | RDEPENDS_ti-c6accel-apps += "ti-cmem-module ti-dsplink-module" | 88 | RDEPENDS_ti-c6accel-apps += "ti-cmem-module ti-dsplink-module" |
| 89 | 89 | ||
diff --git a/recipes-ti/dmai/ti-dmai.inc b/recipes-ti/dmai/ti-dmai.inc index b22495a4..23481b7f 100644 --- a/recipes-ti/dmai/ti-dmai.inc +++ b/recipes-ti/dmai/ti-dmai.inc | |||
| @@ -145,7 +145,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" | |||
| 145 | 145 | ||
| 146 | PACKAGES += "ti-dmai-apps" | 146 | PACKAGES += "ti-dmai-apps" |
| 147 | FILES_ti-dmai-apps = "${installdir}/ti-dmai-apps/*" | 147 | FILES_ti-dmai-apps = "${installdir}/ti-dmai-apps/*" |
| 148 | INSANE_SKIP_ti-dmai-apps = True | 148 | INSANE_SKIP_ti-dmai-apps = "1" |
| 149 | 149 | ||
| 150 | RDEPENDS_ti-dmai-apps_dm6446 += "ti-codecs-dm6446-server ti-cmem-module ti-dsplink-module" | 150 | RDEPENDS_ti-dmai-apps_dm6446 += "ti-codecs-dm6446-server ti-cmem-module ti-dsplink-module" |
| 151 | RDEPENDS_ti-dmai-apps_dm6467 += "ti-codecs-dm6467 ti-cmem-module ti-dsplink-module" | 151 | RDEPENDS_ti-dmai-apps_dm6467 += "ti-codecs-dm6467 ti-cmem-module ti-dsplink-module" |
diff --git a/recipes-ti/dsplink/ti-dsplink.inc b/recipes-ti/dsplink/ti-dsplink.inc index 9b23e5b5..ce7cbf97 100644 --- a/recipes-ti/dsplink/ti-dsplink.inc +++ b/recipes-ti/dsplink/ti-dsplink.inc | |||
| @@ -208,4 +208,4 @@ PACKAGES += "ti-dsplink-examples" | |||
| 208 | RDEPENDS_ti-dsplink-examples_append = " ti-dsplink-module" | 208 | RDEPENDS_ti-dsplink-examples_append = " ti-dsplink-module" |
| 209 | RDEPENDS_ti-dsplink-examples_append_omap3 += " ti-lpm-module ti-lpm-utils" | 209 | RDEPENDS_ti-dsplink-examples_append_omap3 += " ti-lpm-module ti-lpm-utils" |
| 210 | FILES_ti-dsplink-examples = "${installdir}/ti-dsplink-examples/*" | 210 | FILES_ti-dsplink-examples = "${installdir}/ti-dsplink-examples/*" |
| 211 | INSANE_SKIP_ti-dsplink-examples = True | 211 | INSANE_SKIP_ti-dsplink-examples = "1" |
diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti.inc b/recipes-ti/gstreamer-ti/gstreamer-ti.inc index 6a483c3b..401ee263 100644 --- a/recipes-ti/gstreamer-ti/gstreamer-ti.inc +++ b/recipes-ti/gstreamer-ti/gstreamer-ti.inc | |||
| @@ -41,7 +41,7 @@ PLATFORM_dm365 = "dm365" | |||
| 41 | PLATFORM_omapl137 = "omapl137" | 41 | PLATFORM_omapl137 = "omapl137" |
| 42 | PLATFORM_omapl138 = "omapl138" | 42 | PLATFORM_omapl138 = "omapl138" |
| 43 | PLATFORM ?= "UNDEFINED_PLATFORM" | 43 | PLATFORM ?= "UNDEFINED_PLATFORM" |
| 44 | GST_TI_PLATFORM = ${PLATFORM} | 44 | GST_TI_PLATFORM = "${PLATFORM}" |
| 45 | 45 | ||
| 46 | XDC_PLATFORM_dm6446 = "ti.platforms.evmDM6446" | 46 | XDC_PLATFORM_dm6446 = "ti.platforms.evmDM6446" |
| 47 | XDC_PLATFORM_dm6467 = "ti.platforms.evmDM6467" | 47 | XDC_PLATFORM_dm6467 = "ti.platforms.evmDM6467" |
diff --git a/recipes-ti/local-power-manager/ti-local-power-manager.inc b/recipes-ti/local-power-manager/ti-local-power-manager.inc index 46ea86b7..9155c761 100644 --- a/recipes-ti/local-power-manager/ti-local-power-manager.inc +++ b/recipes-ti/local-power-manager/ti-local-power-manager.inc | |||
| @@ -130,4 +130,4 @@ pkg_postrm_ti-lpm-module_append () { | |||
| 130 | PACKAGES += "ti-lpm-utils" | 130 | PACKAGES += "ti-lpm-utils" |
| 131 | RDEPENDS_ti-lpm-utils += "ti-lpm-module" | 131 | RDEPENDS_ti-lpm-utils += "ti-lpm-module" |
| 132 | FILES_ti-lpm-utils = "${installdir}/ti-lpm-utils/*" | 132 | FILES_ti-lpm-utils = "${installdir}/ti-lpm-utils/*" |
| 133 | INSANE_SKIP_ti-lpm-utils = True | 133 | INSANE_SKIP_ti-lpm-utils = "1" |
diff --git a/recipes-ti/syslink/ti-syslink.inc b/recipes-ti/syslink/ti-syslink.inc index d7df8c19..04c59c1f 100644 --- a/recipes-ti/syslink/ti-syslink.inc +++ b/recipes-ti/syslink/ti-syslink.inc | |||
| @@ -236,6 +236,6 @@ update-modules || true | |||
| 236 | PACKAGES =+ "ti-syslink-examples" | 236 | PACKAGES =+ "ti-syslink-examples" |
| 237 | RRECOMMENDS_ti-syslink-examples_append = " ti-syslink-module" | 237 | RRECOMMENDS_ti-syslink-examples_append = " ti-syslink-module" |
| 238 | FILES_ti-syslink-examples = "${installdir}/ti-syslink-examples/*" | 238 | FILES_ti-syslink-examples = "${installdir}/ti-syslink-examples/*" |
| 239 | INSANE_SKIP_ti-syslink-examples = True | 239 | INSANE_SKIP_ti-syslink-examples = "1" |
| 240 | 240 | ||
| 241 | FILES_ti-syslink-dev = "${libdir}/*" | 241 | FILES_ti-syslink-dev = "${libdir}/*" |
