mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
buildtools-tarball: Fix conflicts with oe-selftest and other tooling
OECORE_NATIVE_SYSROOT is used by tools like oe-run-native and hence we were seeing selftest failures when newer buildtools-tarballs that use this were run on the autobuilder. Unset the variable after use to avoid these issues. (From OE-Core rev: d00bab16aefb3f200b01ad6baee15bc9cca7b6ce) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ea5128fde10eb9be7fefbbb87ae6181edd2bcdff) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -79,6 +79,9 @@ if [ -d "\$OECORE_NATIVE_SYSROOT/environment-setup.d" ]; then
|
|||||||
. \$envfile
|
. \$envfile
|
||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
# We have to unset this else it can confuse oe-selftest and other tools
|
||||||
|
# which may also use the overlapping namespace.
|
||||||
|
unset OECORE_NATIVE_SYSROOT
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
mkdir -p ${SDK_OUTPUT}/${SDKPATHNATIVE}${sysconfdir}/
|
mkdir -p ${SDK_OUTPUT}/${SDKPATHNATIVE}${sysconfdir}/
|
||||||
|
|||||||
Reference in New Issue
Block a user