diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2022-11-28 11:46:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-29 10:29:58 +0000 |
commit | dea0b2d2a9345e6df771aaaf2f9f2796343d6e30 (patch) | |
tree | 76cd1225ecb86759261dafc88c216bc6686c6759 /scripts/runqemu-extract-sdk | |
parent | afa94425a056f209ab78773f20c1c3873660bf98 (diff) | |
download | poky-dea0b2d2a9345e6df771aaaf2f9f2796343d6e30.tar.gz |
qemu-helper: depend on unfs3 and pseudo directly
The eliminates having to do extra steps (e.g. meta-ide-support)
when booting an image with a nfs mount as rootfs - startng runqemu
with a nfs mount starts to 'just work' after building an image.
(From OE-Core rev: f73e370bec16d206592a7ca01b4a86b1d1316ada)
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/runqemu-extract-sdk')
-rwxr-xr-x | scripts/runqemu-extract-sdk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-extract-sdk b/scripts/runqemu-extract-sdk index 9bc0c07fb8..db05da25f2 100755 --- a/scripts/runqemu-extract-sdk +++ b/scripts/runqemu-extract-sdk | |||
@@ -25,7 +25,7 @@ if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then | |||
25 | echo "Did you forget to source your build system environment setup script?" | 25 | echo "Did you forget to source your build system environment setup script?" |
26 | exit 1 | 26 | exit 1 |
27 | fi | 27 | fi |
28 | . $SYSROOT_SETUP_SCRIPT meta-ide-support | 28 | . $SYSROOT_SETUP_SCRIPT qemu-helper-native |
29 | PSEUDO_OPTS="-P $OECORE_NATIVE_SYSROOT/usr" | 29 | PSEUDO_OPTS="-P $OECORE_NATIVE_SYSROOT/usr" |
30 | 30 | ||
31 | ROOTFS_TARBALL=$1 | 31 | ROOTFS_TARBALL=$1 |