summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2012-05-10 15:45:24 +0200
committerDenys Dmytriyenko <denys@ti.com>2012-05-11 00:32:49 -0400
commitfa87ca0b1a1890d262a591aee50f082194f45317 (patch)
treed6501c27f1aeff34e920629e63a5ef5ce5515436
parent051482e3b03ba7e2d6cecc0d8f85cc3be22dc8b2 (diff)
downloadmeta-ti-fa87ca0b1a1890d262a591aee50f082194f45317.tar.gz
omap3-sgx-modules, ti-staging.inc, ti-linuxutils: change PACKAGE_STRIP = "no" to the proper INHIBIT_PACKAGE_STRIP = "1"
PACKAGE_STRIP doesn't exit in oe-core (anymore) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb2
-rw-r--r--recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb2
-rw-r--r--recipes-ti/includes/ti-staging.inc2
-rw-r--r--recipes-ti/linuxutils/ti-linuxutils.inc2
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb
index f37299d6..0affee1e 100644
--- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb
+++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb
@@ -26,7 +26,7 @@ S = "${WORKDIR}/Graphics_SDK_${SGXPV}/GFX_Linux_KM"
26PVRBUILD = "release" 26PVRBUILD = "release"
27export KERNELDIR = "${STAGING_KERNEL_DIR}" 27export KERNELDIR = "${STAGING_KERNEL_DIR}"
28 28
29PACKAGE_STRIP = "no" 29INHIBIT_PACKAGE_STRIP = "1"
30 30
31TI_PLATFORM_omap3 = "omap3630" 31TI_PLATFORM_omap3 = "omap3630"
32TI_PLATFORM_ti816x = "ti81xx" 32TI_PLATFORM_ti816x = "ti81xx"
diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
index 42a2e9a6..31c7d4ec 100644
--- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
+++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
@@ -23,7 +23,7 @@ S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}/GFX_Linux_KM"
23PVRBUILD = "release" 23PVRBUILD = "release"
24export KERNELDIR = "${STAGING_KERNEL_DIR}" 24export KERNELDIR = "${STAGING_KERNEL_DIR}"
25 25
26PACKAGE_STRIP = "no" 26INHIBIT_PACKAGE_STRIP = "1"
27 27
28TI_PLATFORM_omap3 = "omap3630" 28TI_PLATFORM_omap3 = "omap3630"
29TI_PLATFORM_ti814x = "ti81xx" 29TI_PLATFORM_ti814x = "ti81xx"
diff --git a/recipes-ti/includes/ti-staging.inc b/recipes-ti/includes/ti-staging.inc
index 48ee061c..b5888055 100644
--- a/recipes-ti/includes/ti-staging.inc
+++ b/recipes-ti/includes/ti-staging.inc
@@ -1,4 +1,4 @@
1PACKAGE_STRIP = "no" 1INHIBIT_PACKAGE_STRIP = "1"
2 2
3ALLOW_EMPTY_${PN} = "1" 3ALLOW_EMPTY_${PN} = "1"
4ALLOW_EMPTY_${PN}-dev = "1" 4ALLOW_EMPTY_${PN}-dev = "1"
diff --git a/recipes-ti/linuxutils/ti-linuxutils.inc b/recipes-ti/linuxutils/ti-linuxutils.inc
index 06b254dd..dba485b8 100644
--- a/recipes-ti/linuxutils/ti-linuxutils.inc
+++ b/recipes-ti/linuxutils/ti-linuxutils.inc
@@ -90,4 +90,4 @@ FILES_ti-irq-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/irq*.ko
90FILES_ti-linuxutils-app = "${installdir}/ti-linuxutils-app/*/*" 90FILES_ti-linuxutils-app = "${installdir}/ti-linuxutils-app/*/*"
91 91
92INSANE_SKIP_ti-linuxutils-app = "True" 92INSANE_SKIP_ti-linuxutils-app = "True"
93PACKAGE_STRIP = "no" 93INHIBIT_PACKAGE_STRIP = "1"