mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
scripts/bitbake: We only need pseudo-native in the sysroot, we can ignore any other pieces of the dependency tree
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -16,7 +16,7 @@ OLDPATH=$PATH
|
||||
export PATH=`echo $PATH | sed s#[^:]*/scripts:##`
|
||||
if [ ! -e "$BUILDDIR/pseudodone" -a $no_build == "0" ]; then
|
||||
echo "Pseudo has not been built, building this first before the main build"
|
||||
bitbake pseudo-native
|
||||
bitbake pseudo-native -c populate_sysroot
|
||||
ret=$?
|
||||
if [ "$ret" != "0" ]; then
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user