From: Tomasz Dziendzielski Date: Mon, 22 Feb 2021 22:44:01 +0000 (+0100) Subject: bitbake.conf: Introduce FAKEROOTLOGS variable used by bitbake to print pseudo.log X-Git-Tag: 2020-10.3-gatesgarth~48 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ccd25025ffa1d3579f4cf575e49490649c563e4d;p=openembedded-core.git bitbake.conf: Introduce FAKEROOTLOGS variable used by bitbake to print pseudo.log Bitbake depends on this variable while looking for pseudo.log file in case of fakeroot task failure. Signed-off-by: Tomasz Dziendzielski Signed-off-by: Richard Purdie (cherry picked from commit e8e9e5f62b144828387e20eec2e66fcd61edd0d3) Signed-off-by: Anuj Mittal --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 8e0a0ec4b4..b38b1d2964 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -696,6 +696,7 @@ FAKEROOTCMD = "${PSEUDO_SYSROOT}${bindir_native}/pseudo" FAKEROOTENV = "PSEUDO_PREFIX=${PSEUDO_SYSROOT}${prefix_native} PSEUDO_LOCALSTATEDIR=${PSEUDO_LOCALSTATEDIR} PSEUDO_PASSWD=${PSEUDO_PASSWD} PSEUDO_NOSYMLINKEXP=1 PSEUDO_IGNORE_PATHS=${@oe.path.canonicalize(d.getVar('PSEUDO_IGNORE_PATHS'))} PSEUDO_DISABLED=0" FAKEROOTNOENV = "PSEUDO_UNLOAD=1" FAKEROOTDIRS = "${PSEUDO_LOCALSTATEDIR}" +FAKEROOTLOGS = "${WORKDIR}/pseudo/pseudo.log" PREFERRED_PROVIDER_virtual/fakeroot-native ?= "pseudo-native" ##################################################################