From 05fc042232d5202e5d84fac6daa862fae311208f Mon Sep 17 00:00:00 2001 From: wangmy Date: Mon, 10 Oct 2022 16:47:33 +0800 Subject: u-boot: upgrade 2022.07 -> 2022.10 (From OE-Core rev: c4c010dcf2c8936e685d2933bc32c5753f82ef4c) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb | 3 --- meta/recipes-bsp/u-boot/u-boot-tools_2022.10.bb | 3 +++ meta/recipes-bsp/u-boot/u-boot_2022.07.bb | 9 --------- meta/recipes-bsp/u-boot/u-boot_2022.10.bb | 9 +++++++++ 5 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2022.10.bb delete mode 100644 meta/recipes-bsp/u-boot/u-boot_2022.07.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot_2022.10.bb (limited to 'meta') diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index d7fd3c7227..60c77cbec4 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -12,7 +12,7 @@ PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "e092e3250270a1016c877da7bdd9384f14b1321e" +SRCREV = "4debc57a3da6c3f4d3f89a637e99206f4cea0a96" SRC_URI = "git://source.denx.de/u-boot/u-boot.git;protocol=https;branch=master" diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb deleted file mode 100644 index ef386f76e6..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb +++ /dev/null @@ -1,3 +0,0 @@ -require u-boot-common.inc -require u-boot-tools.inc - diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2022.10.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2022.10.bb new file mode 100644 index 0000000000..ef386f76e6 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2022.10.bb @@ -0,0 +1,3 @@ +require u-boot-common.inc +require u-boot-tools.inc + diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.07.bb b/meta/recipes-bsp/u-boot/u-boot_2022.07.bb deleted file mode 100644 index 1ae575790c..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot_2022.07.bb +++ /dev/null @@ -1,9 +0,0 @@ -require u-boot-common.inc -require u-boot.inc - -SRC_URI += " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \ - file://0001-riscv-fix-build-with-binutils-2.38.patch \ - " - -DEPENDS += "bc-native dtc-native python3-setuptools-native" - diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.10.bb b/meta/recipes-bsp/u-boot/u-boot_2022.10.bb new file mode 100644 index 0000000000..1ae575790c --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2022.10.bb @@ -0,0 +1,9 @@ +require u-boot-common.inc +require u-boot.inc + +SRC_URI += " file://0001-riscv32-Use-double-float-ABI-for-rv32.patch \ + file://0001-riscv-fix-build-with-binutils-2.38.patch \ + " + +DEPENDS += "bc-native dtc-native python3-setuptools-native" + -- cgit v1.2.3-54-g00ecf