Message ID | 20220712023708.15346-1-sakib.sajal@windriver.com |
---|---|
State | New |
Headers | show |
Series | u-boot: upgrade 2022.04 -> 2022.07 | expand |
On Tue, 12 Jul 2022 at 04:37, Sakib Sajal <sakib.sajal@windriver.com> wrote: > -LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" > +LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1" Why did this change? Needs to be explained in the commit message: License-Update: reason. Alex
On 2022-07-12 04:41, ZHIZHIKIN Andrey wrote: > [Please note: This e-mail is from an EXTERNAL e-mail address] > > Hello Sakib, > > Alex just chased me up, but nevertheless... > >> -----Original Message----- >> From: Sakib Sajal <sakib.sajal@windriver.com> >> Sent: Tuesday, July 12, 2022 4:37 AM >> To: openembedded-core@lists.openembedded.org >> Subject: [PATCH] u-boot: upgrade 2022.04 -> 2022.07 >> >> Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> >> --- >> meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++-- >> .../{u-boot-tools_2022.04.bb => u-boot-tools_2022.07.bb} | 0 >> .../u-boot/{u-boot_2022.04.bb => u-boot_2022.07.bb} | 0 >> 3 files changed, 2 insertions(+), 2 deletions(-) >> rename meta/recipes-bsp/u-boot/{u-boot-tools_2022.04.bb => u-boot- >> tools_2022.07.bb} (100%) >> rename meta/recipes-bsp/u-boot/{u-boot_2022.04.bb => u-boot_2022.07.bb} (100%) >> >> diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u- >> boot/u-boot-common.inc >> index 8fc33608d0..d7fd3c7227 100644 >> --- a/meta/recipes-bsp/u-boot/u-boot-common.inc >> +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc >> @@ -7,12 +7,12 @@ SECTION = "bootloaders" >> DEPENDS += "flex-native bison-native" >> >> LICENSE = "GPL-2.0-or-later" >> -LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" >> +LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1" > Please explain in the commit message that License change came due > to U-Boot commit fba0882bcdfd ("Add valgrind headers to U-Boot"). Thanks for pointing that out, v2 sent! > >> PE = "1" >> >> # We use the revision in order to avoid having to fetch it from the >> # repo during parse >> -SRCREV = "e4b6ebd3de982ae7185dbf689a030e73fd06e0d2" >> +SRCREV = "e092e3250270a1016c877da7bdd9384f14b1321e" >> >> 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.04.bb b/meta/recipes- >> bsp/u-boot/u-boot-tools_2022.07.bb >> similarity index 100% >> rename from meta/recipes-bsp/u-boot/u-boot-tools_2022.04.bb >> rename to meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb >> diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.04.bb b/meta/recipes-bsp/u- >> boot/u-boot_2022.07.bb >> similarity index 100% >> rename from meta/recipes-bsp/u-boot/u-boot_2022.04.bb >> rename to meta/recipes-bsp/u-boot/u-boot_2022.07.bb >> -- >> 2.33.0 >> > -- andrey
diff --git a/meta/recipes-bsp/u-boot/u-boot-common.inc b/meta/recipes-bsp/u-boot/u-boot-common.inc index 8fc33608d0..d7fd3c7227 100644 --- a/meta/recipes-bsp/u-boot/u-boot-common.inc +++ b/meta/recipes-bsp/u-boot/u-boot-common.inc @@ -7,12 +7,12 @@ SECTION = "bootloaders" DEPENDS += "flex-native bison-native" LICENSE = "GPL-2.0-or-later" -LIC_FILES_CHKSUM = "file://Licenses/README;md5=5a7450c57ffe5ae63fd732446b988025" +LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1" PE = "1" # We use the revision in order to avoid having to fetch it from the # repo during parse -SRCREV = "e4b6ebd3de982ae7185dbf689a030e73fd06e0d2" +SRCREV = "e092e3250270a1016c877da7bdd9384f14b1321e" 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.04.bb b/meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot-tools_2022.04.bb rename to meta/recipes-bsp/u-boot/u-boot-tools_2022.07.bb diff --git a/meta/recipes-bsp/u-boot/u-boot_2022.04.bb b/meta/recipes-bsp/u-boot/u-boot_2022.07.bb similarity index 100% rename from meta/recipes-bsp/u-boot/u-boot_2022.04.bb rename to meta/recipes-bsp/u-boot/u-boot_2022.07.bb
Signed-off-by: Sakib Sajal <sakib.sajal@windriver.com> --- meta/recipes-bsp/u-boot/u-boot-common.inc | 4 ++-- .../{u-boot-tools_2022.04.bb => u-boot-tools_2022.07.bb} | 0 .../u-boot/{u-boot_2022.04.bb => u-boot_2022.07.bb} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-bsp/u-boot/{u-boot-tools_2022.04.bb => u-boot-tools_2022.07.bb} (100%) rename meta/recipes-bsp/u-boot/{u-boot_2022.04.bb => u-boot_2022.07.bb} (100%)