diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-06-12 07:59:06 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-13 10:46:34 +0100 |
commit | 3a61329052085c990becf21dd915d587d7cbc5ad (patch) | |
tree | bad0c3b6604c4b042e0f556057e0cec9b36a1110 /meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb | |
parent | 98a967d10d11dd3d086604c822385a71b21031f9 (diff) | |
download | poky-3a61329052085c990becf21dd915d587d7cbc5ad.tar.gz |
kexec-tools: Pass -no-pie to linker
- This matches the linker flags to compiler flags in purgatory
- Compile arm64 without PIC
(From OE-Core rev: 653299d8c31eac6147b8183d9ec7ef82b7202cab)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb')
-rw-r--r-- | meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb b/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb index 90d5985801..4caca933c7 100644 --- a/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb +++ b/meta/recipes-kernel/kexec/kexec-tools_2.0.14.bb | |||
@@ -19,6 +19,8 @@ SRC_URI += "${KERNELORG_MIRROR}/linux/utils/kernel/kexec/kexec-tools-${PV}.tar.g | |||
19 | file://0001-x86-x86_64-Fix-format-warning-with-die.patch \ | 19 | file://0001-x86-x86_64-Fix-format-warning-with-die.patch \ |
20 | file://0002-ppc-Fix-format-warning-with-die.patch \ | 20 | file://0002-ppc-Fix-format-warning-with-die.patch \ |
21 | file://kexec-x32.patch \ | 21 | file://kexec-x32.patch \ |
22 | file://0001-Disable-PIE-during-link.patch \ | ||
23 | file://0001-arm64-Disable-PIC.patch \ | ||
22 | " | 24 | " |
23 | 25 | ||
24 | SRC_URI[md5sum] = "b2b2c5e6b29d467d6e99d587fb6b7cf5" | 26 | SRC_URI[md5sum] = "b2b2c5e6b29d467d6e99d587fb6b7cf5" |