[ptxdist] [PATCH] barebox_mlo: blacklist TARGET_BUILD_ID

2017-08-02 Thread Ian Abbott
We don't want build-id information in the barebox_mlo binaries. It also results in a build failure for Altera SOCFPGA with some toolchains that end up outputting the ".note.gnu.build-id" section before the ".text" section, which causes barebox's "scripts/fix_size" program to report "invalid

Re: [ptxdist] Problem building barebox_mlo for socfpga with ptxdist-2017.07.0 and OSELAS.Toolchain-2014.12.2

2017-08-02 Thread Ian Abbott
On 01/08/17 20:41, Ian Abbott wrote: Hi folks, I encountered a build error when using ptxdist-2017.07.0 with OSELAS.Toolchain-2014.12.2 (specifically, the "oselas.toolchain-2014.12.2-arm-v7a-linux-gnueabihf-gcc-4.9.2-glibc-2.20-binutils-2.24-kernel-3.16-sanitized" Debian package) to build

[ptxdist] [PATCH] libwebsockets: version bump to 1.7.9

2017-08-02 Thread Denis OSTERLAND
Signed-off-by: Denis Osterland ---  rules/libwebsockets.make | 4 ++--  1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libwebsockets.make b/rules/libwebsockets.make index ffaede3..fe1d1c4 100644 --- a/rules/libwebsockets.make +++