hi..
I've got a package .ipk built with the Barrier Breaker 14.07 linux x86_64 SDK that i'm trying to pull into a rootfs built with the corresponding Image Builder. The rootfs is running in a Docker image, but opkg is complaining that the .ipk has a bad magic number so perhaps the .ipk is corrupted in some way. I'm building on Ubuntu 14.04. I've put a bash script which reproduces the problem at https://gist.github.com/wrabbit-revisit … 67686fa056 . Perhaps i should try adding the package to the Image Builder? I've put that off because i think my method should work, but would appreciate it if someone could identify possible causes.
BTW i tried building from git://git.openwrt.org/14.07/openwrt.git, but menuconfig only shows an x86 target so i'm not sure how the x86_64 used in the downloads is built. I did get a build working by pulling in a package from git://git.openwrt.org/14.07/packages.git but this is a bit of a blocker.
thanks!