diff options
Diffstat (limited to 'poky/meta/recipes-bsp/u-boot/u-boot_2021.04.bb')
-rw-r--r-- | poky/meta/recipes-bsp/u-boot/u-boot_2021.04.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/poky/meta/recipes-bsp/u-boot/u-boot_2021.04.bb b/poky/meta/recipes-bsp/u-boot/u-boot_2021.04.bb new file mode 100644 index 000000000..bbbc99bf8 --- /dev/null +++ b/poky/meta/recipes-bsp/u-boot/u-boot_2021.04.bb @@ -0,0 +1,6 @@ +require u-boot-common.inc +require u-boot.inc + +SRC_URI_append = " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch" + +DEPENDS += "bc-native dtc-native python3-setuptools-native" |