blob: 89e964f627e525d12f354c5d775b1619c77ee2b3 (
plain)
1
2
3
4
5
6
7
8
|
require u-boot-common.inc
require u-boot.inc
DEPENDS += "bc-native dtc-native gnutls-native python3-pyelftools-native"
# workarounds for aarch64 kvm qemu boot regressions
SRC_URI:append:qemuarm64 = " file://disable-CONFIG_BLOBLIST.cfg file://disable_CONFIG_USB.cfg"
SRC_URI:append:genericarm64 = " file://disable-CONFIG_BLOBLIST.cfg file://disable_CONFIG_USB.cfg"
|