OpenWrt add dependency to swig for U-Boot builds

2021-01-31 Thread Hauke Mehrtens
The U-Boot build for more and more SoCs is using binman by default to combine the images (SPL, U-Boot, ...). Binman is build from the U-Boot project and it needs swig to build. We have multiple patches in OpenWrt to remove this dependency from U-Boot, but it costs more and more time to revert b

Re: OpenWrt add dependency to swig for U-Boot builds

2021-02-05 Thread Lucian Cristian
On 31.01.2021 20:43, Hauke Mehrtens wrote: The U-Boot build for more and more SoCs is using binman by default to combine the images (SPL, U-Boot, ...). Binman is build from the U-Boot project and it needs swig to build. We have multiple patches in OpenWrt to remove this dependency from U-Boot,

Re: OpenWrt add dependency to swig for U-Boot builds

2021-02-14 Thread Petr Štetiar
Hauke Mehrtens [2021-01-31 19:43:42]: Hi, > The U-Boot build for more and more SoCs is using binman by default to > combine the images (SPL, U-Boot, ...). Binman is build from the U-Boot > project and it needs swig to build. We have multiple patches in OpenWrt to > remove this dependency from U-

Re: OpenWrt add dependency to swig for U-Boot builds

2021-03-14 Thread Petr Štetiar
Hi, > Hauke Mehrtens [2021-01-31 19:43:42]: > > > Does anyone have an opinion on this topic? > > I don't see other option ATM. so I went ahead and added swig[1] to the buildworker image. 1. https://git.openwrt.org/3776a9157532e69478ef03236d22254267a4f12e Cheers, Petr __