Files
poky/meta/recipes-devtools
Joshua Watt 8dd2fa2205 qemu-helper-native: Re-write bridge helper as C program
The bridge helper program is invoked directly from QEMU when it needs to
attach to a network bridge. As such, it is subject to the environment of
QEMU itself. Specifically, if bridging is enabled with direct rendering
acceleration, QEMU is run with an LD_PRELOAD that attempts to preload
several uninative libraries; however /bin/sh doesn't use the uninative
loader which means it can fail to start with an error like:

 /bin/sh: symbol lookup error: sysroots-uninative/x86_64-linux/lib/librt.so.1: undefined symbol: __libc_unwind_link_get, version GLIBC_PRIVATE

Converting the helper program to a C program resolves this problem
because it will now use the uninative loader so the preload doesn't
cause errors.

(From OE-Core rev: f698e98f2f09952b34488b8cf9e73e82bd7aea07)

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-10-26 12:28:39 +01:00
..
2022-10-26 12:28:39 +01:00
2021-11-25 21:55:10 +00:00
2022-07-01 11:31:42 +01:00
2022-09-26 22:04:35 +01:00
2022-07-12 23:56:10 +01:00
2022-04-20 13:13:59 +01:00
2022-09-17 07:47:07 +01:00
2022-05-13 17:56:29 +01:00
2022-09-17 07:47:07 +01:00
2021-11-03 10:12:42 +00:00
2022-09-30 10:32:21 +01:00
2022-08-16 14:57:58 +01:00
2022-09-17 07:47:08 +01:00
2022-09-17 07:47:08 +01:00
2022-03-23 12:13:49 +00:00
2022-07-18 11:47:37 +01:00
2022-03-11 06:56:01 +00:00
2022-10-26 12:28:38 +01:00
2022-07-23 13:55:26 +01:00
2022-10-26 12:28:38 +01:00
2021-08-02 15:44:10 +01:00
2022-09-17 07:47:07 +01:00
2022-09-17 07:47:07 +01:00
2021-08-02 15:44:10 +01:00
2022-08-25 11:08:07 +01:00
2022-10-26 12:28:38 +01:00
2022-09-02 15:58:26 +01:00
2022-10-26 12:28:39 +01:00
2022-08-21 22:51:42 +01:00
2022-04-26 18:25:08 +01:00
2021-12-08 20:22:10 +00:00
2022-09-08 14:59:39 +01:00
2022-09-08 14:59:39 +01:00