From 348dd6d628aad0854056c644b341b5da81f1255b Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Tue, 11 Jan 2022 04:04:22 +0100 Subject: u-boot: upgrade 2021.10 -> 2022.01 (From OE-Core rev: d9ff458e88fe764686e4df31faff9e74d5c490b7) Signed-off-by: Marek Vasut Cc: Alexander Kanavin Cc: Alexandre Belloni Cc: Richard Purdie Signed-off-by: Richard Purdie --- meta/recipes-bsp/u-boot/u-boot-common.inc | 2 +- meta/recipes-bsp/u-boot/u-boot-tools_2021.10.bb | 2 -- meta/recipes-bsp/u-boot/u-boot-tools_2022.01.bb | 2 ++ meta/recipes-bsp/u-boot/u-boot_2021.10.bb | 7 ------- meta/recipes-bsp/u-boot/u-boot_2022.01.bb | 7 +++++++ 5 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2021.10.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot-tools_2022.01.bb delete mode 100644 meta/recipes-bsp/u-boot/u-boot_2021.10.bb create mode 100644 meta/recipes-bsp/u-boot/u-boot_2022.01.bb diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 5a3fc17ad1..c09b1c2876 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 = "d80bb749fab53da72c4a0e09b8c2d2aaa3103c91" +SRCREV = "d637294e264adfeb29f390dfc393106fd4d41b17" SRC_URI = "git://git.denx.de/u-boot.git;branch=master \ " diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2021.10.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2021.10.bb deleted file mode 100644 index 7eaf721ca8..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot-tools_2021.10.bb +++ /dev/null @@ -1,2 +0,0 @@ -require u-boot-common.inc -require u-boot-tools.inc diff --git a/meta/recipes-bsp/u-boot/u-boot-tools_2022.01.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2022.01.bb new file mode 100644 index 0000000000..7eaf721ca8 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot-tools_2022.01.bb @@ -0,0 +1,2 @@ +require u-boot-common.inc +require u-boot-tools.inc diff --git a/meta/recipes-bsp/u-boot/u-boot_2021.10.bb b/meta/recipes-bsp/u-boot/u-boot_2021.10.bb deleted file mode 100644 index 617827ff08..0000000000 --- a/meta/recipes-bsp/u-boot/u-boot_2021.10.bb +++ /dev/null @@ -1,7 +0,0 @@ -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" - diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.01.bb b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb new file mode 100644 index 0000000000..617827ff08 --- /dev/null +++ b/meta/recipes-bsp/u-boot/u-boot_2022.01.bb @@ -0,0 +1,7 @@ +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" + -- cgit v1.2.3-54-g00ecf