mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
Convert to new override syntax
This is the result of automated script conversion: scripts/contrib/convert-overrides.py <oe-core directory> converting the metadata to use ":" as the override character instead of "_". (From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -32,40 +32,40 @@ SECURITY_LDFLAGS ?= "-Wl,-z,relro,-z,now"
|
||||
SECURITY_X_LDFLAGS ?= "-Wl,-z,relro"
|
||||
|
||||
# powerpc does not get on with pie for reasons not looked into as yet
|
||||
GCCPIE_powerpc = ""
|
||||
GLIBCPIE_powerpc = ""
|
||||
SECURITY_CFLAGS_remove_powerpc = "${SECURITY_PIE_CFLAGS}"
|
||||
SECURITY_CFLAGS_pn-libgcc_powerpc = ""
|
||||
GCCPIE:powerpc = ""
|
||||
GLIBCPIE:powerpc = ""
|
||||
SECURITY_CFLAGS:remove:powerpc = "${SECURITY_PIE_CFLAGS}"
|
||||
SECURITY_CFLAGS:pn-libgcc:powerpc = ""
|
||||
|
||||
SECURITY_CFLAGS_pn-glibc = ""
|
||||
SECURITY_CFLAGS_pn-glibc-testsuite = ""
|
||||
SECURITY_CFLAGS_pn-gcc-runtime = ""
|
||||
SECURITY_CFLAGS_pn-grub = ""
|
||||
SECURITY_CFLAGS_pn-grub-efi = ""
|
||||
SECURITY_CFLAGS_pn-mkelfimage_x86 = ""
|
||||
SECURITY_CFLAGS:pn-glibc = ""
|
||||
SECURITY_CFLAGS:pn-glibc-testsuite = ""
|
||||
SECURITY_CFLAGS:pn-gcc-runtime = ""
|
||||
SECURITY_CFLAGS:pn-grub = ""
|
||||
SECURITY_CFLAGS:pn-grub-efi = ""
|
||||
SECURITY_CFLAGS:pn-mkelfimage:x86 = ""
|
||||
|
||||
SECURITY_CFLAGS_pn-valgrind = "${SECURITY_NOPIE_CFLAGS}"
|
||||
SECURITY_LDFLAGS_pn-valgrind = ""
|
||||
SECURITY_CFLAGS_pn-sysklogd = "${SECURITY_NOPIE_CFLAGS}"
|
||||
SECURITY_LDFLAGS_pn-sysklogd = ""
|
||||
SECURITY_CFLAGS:pn-valgrind = "${SECURITY_NOPIE_CFLAGS}"
|
||||
SECURITY_LDFLAGS:pn-valgrind = ""
|
||||
SECURITY_CFLAGS:pn-sysklogd = "${SECURITY_NOPIE_CFLAGS}"
|
||||
SECURITY_LDFLAGS:pn-sysklogd = ""
|
||||
|
||||
# Recipes which fail to compile when elevating -Wformat-security to an error
|
||||
SECURITY_STRINGFORMAT_pn-busybox = ""
|
||||
SECURITY_STRINGFORMAT_pn-gcc = ""
|
||||
SECURITY_STRINGFORMAT:pn-busybox = ""
|
||||
SECURITY_STRINGFORMAT:pn-gcc = ""
|
||||
|
||||
TARGET_CC_ARCH_append_class-target = " ${SECURITY_CFLAGS}"
|
||||
TARGET_LDFLAGS_append_class-target = " ${SECURITY_LDFLAGS}"
|
||||
TARGET_CC_ARCH_append_class-cross-canadian = " ${SECURITY_CFLAGS}"
|
||||
TARGET_LDFLAGS_append_class-cross-canadian = " ${SECURITY_LDFLAGS}"
|
||||
TARGET_CC_ARCH:append:class-target = " ${SECURITY_CFLAGS}"
|
||||
TARGET_LDFLAGS:append:class-target = " ${SECURITY_LDFLAGS}"
|
||||
TARGET_CC_ARCH:append:class-cross-canadian = " ${SECURITY_CFLAGS}"
|
||||
TARGET_LDFLAGS:append:class-cross-canadian = " ${SECURITY_LDFLAGS}"
|
||||
|
||||
SECURITY_STACK_PROTECTOR_pn-gcc-runtime = ""
|
||||
SECURITY_STACK_PROTECTOR_pn-glibc = ""
|
||||
SECURITY_STACK_PROTECTOR_pn-glibc-testsuite = ""
|
||||
SECURITY_STACK_PROTECTOR:pn-gcc-runtime = ""
|
||||
SECURITY_STACK_PROTECTOR:pn-glibc = ""
|
||||
SECURITY_STACK_PROTECTOR:pn-glibc-testsuite = ""
|
||||
# All xorg module drivers need to be linked this way as well and are
|
||||
# handled in recipes-graphics/xorg-driver/xorg-driver-common.inc
|
||||
SECURITY_LDFLAGS_pn-xserver-xorg = "${SECURITY_X_LDFLAGS}"
|
||||
SECURITY_LDFLAGS:pn-xserver-xorg = "${SECURITY_X_LDFLAGS}"
|
||||
|
||||
TARGET_CC_ARCH_append_pn-binutils = " ${SELECTED_OPTIMIZATION}"
|
||||
TARGET_CC_ARCH_append_pn-gcc = " ${SELECTED_OPTIMIZATION}"
|
||||
TARGET_CC_ARCH_append_pn-gdb = " ${SELECTED_OPTIMIZATION}"
|
||||
TARGET_CC_ARCH_append_pn-perf = " ${SELECTED_OPTIMIZATION}"
|
||||
TARGET_CC_ARCH:append:pn-binutils = " ${SELECTED_OPTIMIZATION}"
|
||||
TARGET_CC_ARCH:append:pn-gcc = " ${SELECTED_OPTIMIZATION}"
|
||||
TARGET_CC_ARCH:append:pn-gdb = " ${SELECTED_OPTIMIZATION}"
|
||||
TARGET_CC_ARCH:append:pn-perf = " ${SELECTED_OPTIMIZATION}"
|
||||
|
||||
Reference in New Issue
Block a user