diff options
| author | Mark Hatle <mhatle@xilinx.com> | 2022-05-10 19:00:56 -0700 |
|---|---|---|
| committer | Mark Hatle <mhatle@xilinx.com> | 2022-05-12 09:31:18 -0700 |
| commit | ce70cc1055c32d4ea22a6386d84cbc4bb0cdc39f (patch) | |
| tree | 40b24b5545fcdbc697d203dab47fb1d5ece502f4 /meta-xilinx-core/recipes-devtools | |
| parent | b977710c7c8c816482ba7ba600ccccf99130d90c (diff) | |
| download | meta-xilinx-ce70cc1055c32d4ea22a6386d84cbc4bb0cdc39f.tar.gz | |
qemu-xilinx: Disable dynamic git fetch during build
All fetching must happen in the do_fetch operation.
Signed-off-by: Mark Hatle <mhatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core/recipes-devtools')
| -rw-r--r-- | meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc index 8433fc04..9e95ea54 100644 --- a/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc +++ b/meta-xilinx-core/recipes-devtools/qemu/qemu-xilinx.inc | |||
| @@ -35,7 +35,6 @@ PACKAGECONFIG[sdl] = "--enable-sdl,--disable-sdl,libsdl2" | |||
| 35 | PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,," | 35 | PACKAGECONFIG[pie] = "--enable-pie,--disable-pie,," |
| 36 | 36 | ||
| 37 | DISABLE_STATIC:pn-${PN} = "" | 37 | DISABLE_STATIC:pn-${PN} = "" |
| 38 | EXTRA_OECONF:remove = " --with-git=/bin/false --with-git-submodules=ignore" | ||
| 39 | 38 | ||
| 40 | PTEST_ENABLED = "" | 39 | PTEST_ENABLED = "" |
| 41 | 40 | ||
