Message ID | 20250521223414.248276-1-pierrick.bouvier@linaro.org |
---|---|
Headers | show |
Series | single-binary: build target common libraries with dependencies | expand |
On 22/5/25 00:34, Pierrick Bouvier wrote: > Pierrick Bouvier (7): > meson: build target libraries with common dependencies > hw/arm: remove explicit dependencies listed > target/arm: remove explicit dependencies listed > meson: apply target config for picking files from lib{system, user} > meson: merge lib{system, user}_ss with {system, user}_ss > meson: remove lib{system, user}_ss aliases > meson: merge hw_common_arch in target_common_system_arch Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Queued, thanks. Paolo
On 5/26/25 2:53 AM, Philippe Mathieu-Daudé wrote: > On 22/5/25 00:34, Pierrick Bouvier wrote: > >> Pierrick Bouvier (7): >> meson: build target libraries with common dependencies >> hw/arm: remove explicit dependencies listed >> target/arm: remove explicit dependencies listed >> meson: apply target config for picking files from lib{system, user} >> meson: merge lib{system, user}_ss with {system, user}_ss >> meson: remove lib{system, user}_ss aliases >> meson: merge hw_common_arch in target_common_system_arch > > Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org> > Thanks to you and Thomas for raising the issues this series fixed: - dependencies for target common libraries - apply config for target common libraries We should be good and complete in terms of build system for the single binary now. (last step left will be to create the single binary itself, which I have a patch for, but it will come later, no need to worry people with a new mysterious binary :)). Pierrick