summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2023-04-08 13:39:16 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2023-04-08 15:09:47 +0200
commit2f901a8a273b152cf9372e89fb64a55ebbaa71b3 (patch)
tree5156a55c414bc57377f56f328f05b93d727a86ad /rules
parent9d2a7b25bf1d4e886db075dcae832137787f06c2 (diff)
downloadDistroKit-2f901a8a273b152cf9372e89fb64a55ebbaa71b3.tar.gz
DistroKit-2f901a8a273b152cf9372e89fb64a55ebbaa71b3.tar.xz
host-qemu: ignore git submodules
without this configure switch, we get the following error: ------------------------- target: host-qemu.prepare ------------------------- Using './build' as the directory for build output warn: ignoring non-existent submodule ui/keycodemapdb warn: ignoring non-existent submodule tests/fp/berkeley-testfloat-3 warn: ignoring non-existent submodule tests/fp/berkeley-softfloat-3 warn: ignoring non-existent submodule dtc fatal: not a git repository: '/home/rsc/work/DistroKit/platform-v7a/build-host/qemu-7.2.0/.git-disabled' /home/rsc/work/DistroKit/platform-v7a/build-host/qemu-7.2.0/scripts/git-submodule.sh: failed to update modules Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/host-qemu.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/rules/host-qemu.make b/rules/host-qemu.make
index c4d08b3..cee65be 100644
--- a/rules/host-qemu.make
+++ b/rules/host-qemu.make
@@ -186,7 +186,8 @@ HOST_QEMU_CONF_OPT := \
--disable-gio \
--disable-slirp-smbd \
\
- --disable-keyring
+ --disable-keyring \
+ --with-git-submodules=ignore
# Use '=' to delay $(shell ...) calls until this is needed
QEMU_CROSS_QEMU = $(call ptx/get-alternative, config/qemu, qemu-cross)