diff options
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" | |||
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" |
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 @@ | |||
1 | PACKAGE_STRIP = "no" | 1 | INHIBIT_PACKAGE_STRIP = "1" |
2 | 2 | ||
3 | ALLOW_EMPTY_${PN} = "1" | 3 | ALLOW_EMPTY_${PN} = "1" |
4 | ALLOW_EMPTY_${PN}-dev = "1" | 4 | ALLOW_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 | |||
90 | FILES_ti-linuxutils-app = "${installdir}/ti-linuxutils-app/*/*" | 90 | FILES_ti-linuxutils-app = "${installdir}/ti-linuxutils-app/*/*" |
91 | 91 | ||
92 | INSANE_SKIP_ti-linuxutils-app = "True" | 92 | INSANE_SKIP_ti-linuxutils-app = "True" |
93 | PACKAGE_STRIP = "no" | 93 | INHIBIT_PACKAGE_STRIP = "1" |