From b18c50951fd21dc63273070e27b2403014036305 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 30 Mar 2017 22:53:17 +0200 Subject: [PATCH] barebox: Update to be able build and link with gcc6/ld.gold Build the old barebox with newer tools. This should work for dora and master at the same time. --- recipes-bsp/barebox/barebox-sysmobts_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/recipes-bsp/barebox/barebox-sysmobts_git.bb b/recipes-bsp/barebox/barebox-sysmobts_git.bb index e9ac5b4..5320a60 100644 --- a/recipes-bsp/barebox/barebox-sysmobts_git.bb +++ b/recipes-bsp/barebox/barebox-sysmobts_git.bb @@ -1,6 +1,6 @@ require barebox.inc -SRCREV = "f2b03e21a869b8df30e428ac9408d7988d55279a" +SRCREV = "1d8bdd6f226df2ecbde3776b52fbc228158293fd" SRC_URI = " \ git://git.sysmocom.de/barebox.git;branch=v2015.06 \ file://defconfig \ @@ -17,6 +17,9 @@ BAREBOX_BIN_SYMLINK ?= "barebox-${MACHINE}.bin" # generated using echo -n 'bts-stop' | sha1sum BAREBOX_PASSWORD = "5a7ef8875df28cb95a0f833906f94df8573bcc5d" +# Provide a replacement for calling whoami +export KBUILD_BUILD_USER="poky" + do_configure_append () { mkdir -p ${WORKDIR}/env/nv echo 5 > ${WORKDIR}/env/nv/login.timeout