diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-05-10 15:45:24 +0200 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2012-05-11 00:32:49 -0400 |
commit | fa87ca0b1a1890d262a591aee50f082194f45317 (patch) | |
tree | d6501c27f1aeff34e920629e63a5ef5ce5515436 /recipes-bsp/powervr-drivers | |
parent | 051482e3b03ba7e2d6cecc0d8f85cc3be22dc8b2 (diff) | |
download | meta-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>
Diffstat (limited to 'recipes-bsp/powervr-drivers')
-rw-r--r-- | recipes-bsp/powervr-drivers/omap3-sgx-modules_1.6.16.3977.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb | 2 |
2 files changed, 2 insertions, 2 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" | |||
26 | PVRBUILD = "release" | 26 | PVRBUILD = "release" |
27 | export KERNELDIR = "${STAGING_KERNEL_DIR}" | 27 | export KERNELDIR = "${STAGING_KERNEL_DIR}" |
28 | 28 | ||
29 | PACKAGE_STRIP = "no" | 29 | INHIBIT_PACKAGE_STRIP = "1" |
30 | 30 | ||
31 | TI_PLATFORM_omap3 = "omap3630" | 31 | TI_PLATFORM_omap3 = "omap3630" |
32 | TI_PLATFORM_ti816x = "ti81xx" | 32 | TI_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" | |||
23 | PVRBUILD = "release" | 23 | PVRBUILD = "release" |
24 | export KERNELDIR = "${STAGING_KERNEL_DIR}" | 24 | export KERNELDIR = "${STAGING_KERNEL_DIR}" |
25 | 25 | ||
26 | PACKAGE_STRIP = "no" | 26 | INHIBIT_PACKAGE_STRIP = "1" |
27 | 27 | ||
28 | TI_PLATFORM_omap3 = "omap3630" | 28 | TI_PLATFORM_omap3 = "omap3630" |
29 | TI_PLATFORM_ti814x = "ti81xx" | 29 | TI_PLATFORM_ti814x = "ti81xx" |