/openbmc/qemu/configs/targets/ |
H A D | riscv32-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | rx-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | mips64el-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | microblazeel-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | i386-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | x86_64-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | microblaze-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | arm-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | ppc-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | ppc64-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | or1k-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | riscv64-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | aarch64-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
H A D | loongarch64-softmmu.mak | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|
/openbmc/qemu/ |
H A D | meson.build | diff 9b089d254a5623baef01f7d0ec37331c1155f1ce Wed May 08 02:25:48 CDT 2024 Paolo Bonzini <pbonzini@redhat.com> configs: disable emulators that require it if libfdt is not found
Since boards can express their dependency on libfdt and system/device_tree.c, only leave TARGET_NEED_FDT if the target has a hard dependency.
Those emulators will be skipped if libfdt is disabled, or if it is "auto" and not found and --disable-download is passed; unless the target is mentioned explicitly in --target-list, in which case the build will fail.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
|