diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-06-06 14:01:22 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-06-07 21:21:55 +0100 |
commit | 20c30045d05687abaab441f45e4e67e962ff97a4 (patch) | |
tree | ab03a3bde17135181fe9da2ca41f870a77841f13 /meta/conf/distro/include/security_flags.inc | |
parent | 2ace644daa16e7ad7e2f19610bd9a6b06e621a3e (diff) | |
download | poky-20c30045d05687abaab441f45e4e67e962ff97a4.tar.gz |
ltp: upgrade 20220121 -> 20220527
Disable stack protection as newly added kvm tests won't build with it.
(From OE-Core rev: f231bc2c28226776f0990ec65aa5f95e89021218)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include/security_flags.inc')
-rw-r--r-- | meta/conf/distro/include/security_flags.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/security_flags.inc b/meta/conf/distro/include/security_flags.inc index 8374cb8544..2972f05b4e 100644 --- a/meta/conf/distro/include/security_flags.inc +++ b/meta/conf/distro/include/security_flags.inc | |||
@@ -61,6 +61,7 @@ TARGET_LDFLAGS:append:class-cross-canadian = " ${SECURITY_LDFLAGS}" | |||
61 | SECURITY_STACK_PROTECTOR:pn-gcc-runtime = "" | 61 | SECURITY_STACK_PROTECTOR:pn-gcc-runtime = "" |
62 | SECURITY_STACK_PROTECTOR:pn-glibc = "" | 62 | SECURITY_STACK_PROTECTOR:pn-glibc = "" |
63 | SECURITY_STACK_PROTECTOR:pn-glibc-testsuite = "" | 63 | SECURITY_STACK_PROTECTOR:pn-glibc-testsuite = "" |
64 | SECURITY_STACK_PROTECTOR:pn-ltp = "" | ||
64 | # All xorg module drivers need to be linked this way as well and are | 65 | # All xorg module drivers need to be linked this way as well and are |
65 | # handled in recipes-graphics/xorg-driver/xorg-driver-common.inc | 66 | # handled in recipes-graphics/xorg-driver/xorg-driver-common.inc |
66 | SECURITY_LDFLAGS:pn-xserver-xorg = "${SECURITY_X_LDFLAGS}" | 67 | SECURITY_LDFLAGS:pn-xserver-xorg = "${SECURITY_X_LDFLAGS}" |