Skip to content

Commit 0cbe7e4

Browse files
authored
lxc: set DEBUG_PREFIX_MAP in TARGET_LDFLAGS for reproducibility (qualcomm-linux#145)
oe-core [1] removed DEBUG_PREFIX_MAP from TARGET_LDFLAGS to avoid passing prefix-map options via the linker flags. Restore DEBUG_PREFIX_MAP in TARGET_LDFLAGS temporarily as a bbappend until https://lists.yoctoproject.org/g/meta-virtualization/message/9553 gets merged upstream. [1] https://git.openembedded.org/openembedded-core/commit/?id=1797741aad02b8bf429fac4b81e30cdda64b5448
2 parents f86d5da + 8041767 commit 0cbe7e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# https://lists.yoctoproject.org/g/meta-virtualization/message/9553
2+
TARGET_LDFLAGS:append:qcom-distro = " ${DEBUG_PREFIX_MAP}"

0 commit comments

Comments
 (0)