mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-06 11:32:38 +00:00
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>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
051482e3b0
commit
fa87ca0b1a
@@ -26,7 +26,7 @@ S = "${WORKDIR}/Graphics_SDK_${SGXPV}/GFX_Linux_KM"
|
|||||||
PVRBUILD = "release"
|
PVRBUILD = "release"
|
||||||
export KERNELDIR = "${STAGING_KERNEL_DIR}"
|
export KERNELDIR = "${STAGING_KERNEL_DIR}"
|
||||||
|
|
||||||
PACKAGE_STRIP = "no"
|
INHIBIT_PACKAGE_STRIP = "1"
|
||||||
|
|
||||||
TI_PLATFORM_omap3 = "omap3630"
|
TI_PLATFORM_omap3 = "omap3630"
|
||||||
TI_PLATFORM_ti816x = "ti81xx"
|
TI_PLATFORM_ti816x = "ti81xx"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ S = "${WORKDIR}${TI_BIN_UNPK_WDEXT}/GFX_Linux_KM"
|
|||||||
PVRBUILD = "release"
|
PVRBUILD = "release"
|
||||||
export KERNELDIR = "${STAGING_KERNEL_DIR}"
|
export KERNELDIR = "${STAGING_KERNEL_DIR}"
|
||||||
|
|
||||||
PACKAGE_STRIP = "no"
|
INHIBIT_PACKAGE_STRIP = "1"
|
||||||
|
|
||||||
TI_PLATFORM_omap3 = "omap3630"
|
TI_PLATFORM_omap3 = "omap3630"
|
||||||
TI_PLATFORM_ti814x = "ti81xx"
|
TI_PLATFORM_ti814x = "ti81xx"
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
PACKAGE_STRIP = "no"
|
INHIBIT_PACKAGE_STRIP = "1"
|
||||||
|
|
||||||
ALLOW_EMPTY_${PN} = "1"
|
ALLOW_EMPTY_${PN} = "1"
|
||||||
ALLOW_EMPTY_${PN}-dev = "1"
|
ALLOW_EMPTY_${PN}-dev = "1"
|
||||||
|
|||||||
@@ -90,4 +90,4 @@ FILES_ti-irq-module = "/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/irq*.ko
|
|||||||
FILES_ti-linuxutils-app = "${installdir}/ti-linuxutils-app/*/*"
|
FILES_ti-linuxutils-app = "${installdir}/ti-linuxutils-app/*/*"
|
||||||
|
|
||||||
INSANE_SKIP_ti-linuxutils-app = "True"
|
INSANE_SKIP_ti-linuxutils-app = "True"
|
||||||
PACKAGE_STRIP = "no"
|
INHIBIT_PACKAGE_STRIP = "1"
|
||||||
|
|||||||
Reference in New Issue
Block a user