Re: [OE-core] [PATCH 1/5] opkg: Add upstream fixes for empty packages

2019-11-22 Thread Mikko.Rapeli
This fixes the crash I was seeing too. While debugging it, I noticed that host valgrind was not able to work with yocto host tools and I had to build native valgrind which needed some patches and workarounds. Will try to submit them... Thanks for fixing this! -Mikko --

[OE-core] [PATCH 1/5] opkg: Add upstream fixes for empty packages

2019-11-21 Thread Richard Purdie
An ipk with a zero size data.tar file caused opkg to crash with a double free abort. Add the upstream fixes for this. Signed-off-by: Richard Purdie --- .../opkg/opkg/open_inner.patch| 46 .../opkg/opkg/opkg_archive.patch | 54 +++