* [OE-core] [PATCH v2] barebox: upgrade 2024.10.0 -> 2024.12.0
@ 2024-12-12 0:48 wangmy
2024-12-12 0:49 ` [OE-core] [PATCH v2] systemd-boot: upgrade 256.8 -> 256.9 wangmy
2024-12-17 7:35 ` [OE-core] [PATCH v2] barebox: upgrade 2024.10.0 -> 2024.12.0 Enrico Jörns
0 siblings, 2 replies; 6+ messages in thread
From: wangmy @ 2024-12-12 0:48 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
0001-lib-lz4-use-lz4-instead-of-lz4c.patch
removed since it's included in 2024.12.0
Changelog:
===========
* ARM: omap: fix NS16550 UART setup in omap_debug_ll_init
* Documentation: imd: update information on barebox_update
* partitions: efi: Check GPT header size against minimum limit
* checkpatch: fix detection of barebox root directory
* ARM: omap: add two smaller MLO defconfigs for AM335x
* crc: crc-itu-t: generate lookup table on first use
* of: fdt: fix possible overflow during parsing of fdt
* remoteproc: use I/O memory variants of memcpy/memset
* dlmalloc: Fix integer overflow in request2size()
* remoteproc: imx: add support for loading ELF data sections into DRAM
* remoteproc: elf_loader: skip segment with memsz as zero
* of: fdt: fix overflow caused by fdt_prop extending beyond fdt
* usb: typec: fix freeing uninitialized memory Ahmad Fatoum
* startup: do not bring up networking if console input disabled
* sandbox: noshell_defconfig: set CONFIG_CONSOLE_DISABLE_INPUT=y
* ARM: dts: i.MX8MP: disable NPU node if hardware is missing
* clk: clk-composite: fix callback guard in clk_composite_round_rate
* partitions: efi: fix overflow issues while allocating gpt entries
* lib: lz4: use lz4 instead of lz4c
* clk: rockchip: make it compile again
* ARM: i.MX: ele: fix forward_lifecycle
* ARM: i.MX9: tqma93xx: workaround warning in variant detection
* partitions: efi: fix GPT header size exceeding allocation size
* video: Rockchip: add missing dma_alloc_coherent a device parameter
* dma: give dma_alloc_coherent a device parameter
* common: buffer access out-of-bounds
* include: Include <linux/math.h> to resolve implicit declaration of do_div()
* i2c: lpi2c: fix potential read of uninitialized variable
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
meta/recipes-bsp/barebox/barebox-common.inc | 4 ++--
meta/recipes-bsp/barebox/barebox.bb | 2 --
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-common.inc
index 5dcdb70757..fce3b825ae 100644
--- a/meta/recipes-bsp/barebox/barebox-common.inc
+++ b/meta/recipes-bsp/barebox/barebox-common.inc
@@ -3,6 +3,6 @@ SECTION = "bootloaders"
LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192"
-PV = "2024.10.0"
+PV = "2024.12.0"
SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2"
-SRC_URI[sha256sum] = "955b20bfa7358732d2c0c09ccfd4c1a69087b7e2c610b16dee7442d71a5af88d"
+SRC_URI[sha256sum] = "717a2416b37942f584b0bb2eb61ccbf85dc0f1a5c841318f47cd6967b9c4dcab"
diff --git a/meta/recipes-bsp/barebox/barebox.bb b/meta/recipes-bsp/barebox/barebox.bb
index dc9ae669d7..a48d97941c 100644
--- a/meta/recipes-bsp/barebox/barebox.bb
+++ b/meta/recipes-bsp/barebox/barebox.bb
@@ -8,5 +8,3 @@ and a subset of the POSIX C library for writing more command-line utilities."
require barebox-common.inc
inherit barebox
-SRC_URI += "file://0001-lib-lz4-use-lz4-instead-of-lz4c.patch \
- "
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [OE-core] [PATCH v2] systemd-boot: upgrade 256.8 -> 256.9
2024-12-12 0:48 [OE-core] [PATCH v2] barebox: upgrade 2024.10.0 -> 2024.12.0 wangmy
@ 2024-12-12 0:49 ` wangmy
2024-12-12 7:42 ` Mikko Rapeli
2024-12-17 7:35 ` [OE-core] [PATCH v2] barebox: upgrade 2024.10.0 -> 2024.12.0 Enrico Jörns
1 sibling, 1 reply; 6+ messages in thread
From: wangmy @ 2024-12-12 0:49 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
From: Wang Mingyu <wangmy@cn.fujitsu.com>
Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
---
...ystemd-boot-native_256.8.bb => systemd-boot-native_256.9.bb} | 0
.../systemd/{systemd-boot_256.8.bb => systemd-boot_256.9.bb} | 0
meta/recipes-core/systemd/systemd.inc | 2 +-
.../recipes-core/systemd/{systemd_256.8.bb => systemd_256.9.bb} | 0
4 files changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-core/systemd/{systemd-boot-native_256.8.bb => systemd-boot-native_256.9.bb} (100%)
rename meta/recipes-core/systemd/{systemd-boot_256.8.bb => systemd-boot_256.9.bb} (100%)
rename meta/recipes-core/systemd/{systemd_256.8.bb => systemd_256.9.bb} (100%)
diff --git a/meta/recipes-core/systemd/systemd-boot-native_256.8.bb b/meta/recipes-core/systemd/systemd-boot-native_256.9.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-boot-native_256.8.bb
rename to meta/recipes-core/systemd/systemd-boot-native_256.9.bb
diff --git a/meta/recipes-core/systemd/systemd-boot_256.8.bb b/meta/recipes-core/systemd/systemd-boot_256.9.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd-boot_256.8.bb
rename to meta/recipes-core/systemd/systemd-boot_256.9.bb
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
index 989ca667b7..b85d5b187d 100644
--- a/meta/recipes-core/systemd/systemd.inc
+++ b/meta/recipes-core/systemd/systemd.inc
@@ -15,7 +15,7 @@ LICENSE:libsystemd = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
-SRCREV = "a2240d1cf9f3515728186c2c98a6f4b64a40e4da"
+SRCREV = "f15fd96efd5ebdfb18746acb0cbb35a4331b4d8b"
SRCBRANCH = "v256-stable"
SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}"
diff --git a/meta/recipes-core/systemd/systemd_256.8.bb b/meta/recipes-core/systemd/systemd_256.9.bb
similarity index 100%
rename from meta/recipes-core/systemd/systemd_256.8.bb
rename to meta/recipes-core/systemd/systemd_256.9.bb
--
2.43.0
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [OE-core] [PATCH v2] systemd-boot: upgrade 256.8 -> 256.9
2024-12-12 0:49 ` [OE-core] [PATCH v2] systemd-boot: upgrade 256.8 -> 256.9 wangmy
@ 2024-12-12 7:42 ` Mikko Rapeli
2024-12-12 7:58 ` Alexander Kanavin
0 siblings, 1 reply; 6+ messages in thread
From: Mikko Rapeli @ 2024-12-12 7:42 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core, Wang Mingyu
Hi,
On Thu, Dec 12, 2024 at 08:49:00AM +0800, wangmy via lists.openembedded.org wrote:
> From: Wang Mingyu <wangmy@cn.fujitsu.com>
>
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
> ...ystemd-boot-native_256.8.bb => systemd-boot-native_256.9.bb} | 0
> .../systemd/{systemd-boot_256.8.bb => systemd-boot_256.9.bb} | 0
> meta/recipes-core/systemd/systemd.inc | 2 +-
> .../recipes-core/systemd/{systemd_256.8.bb => systemd_256.9.bb} | 0
> 4 files changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-core/systemd/{systemd-boot-native_256.8.bb => systemd-boot-native_256.9.bb} (100%)
> rename meta/recipes-core/systemd/{systemd-boot_256.8.bb => systemd-boot_256.9.bb} (100%)
> rename meta/recipes-core/systemd/{systemd_256.8.bb => systemd_256.9.bb} (100%)
>
> diff --git a/meta/recipes-core/systemd/systemd-boot-native_256.8.bb b/meta/recipes-core/systemd/systemd-boot-native_256.9.bb
> similarity index 100%
> rename from meta/recipes-core/systemd/systemd-boot-native_256.8.bb
> rename to meta/recipes-core/systemd/systemd-boot-native_256.9.bb
> diff --git a/meta/recipes-core/systemd/systemd-boot_256.8.bb b/meta/recipes-core/systemd/systemd-boot_256.9.bb
> similarity index 100%
> rename from meta/recipes-core/systemd/systemd-boot_256.8.bb
> rename to meta/recipes-core/systemd/systemd-boot_256.9.bb
> diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc
> index 989ca667b7..b85d5b187d 100644
> --- a/meta/recipes-core/systemd/systemd.inc
> +++ b/meta/recipes-core/systemd/systemd.inc
> @@ -15,7 +15,7 @@ LICENSE:libsystemd = "LGPL-2.1-or-later"
> LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
> file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
>
> -SRCREV = "a2240d1cf9f3515728186c2c98a6f4b64a40e4da"
> +SRCREV = "f15fd96efd5ebdfb18746acb0cbb35a4331b4d8b"
> SRCBRANCH = "v256-stable"
> SRC_URI = "git://github.com/systemd/systemd.git;protocol=https;branch=${SRCBRANCH}"
NACK: must also update systemd and systemd-boot-native recipe versions since
systemd, systemd-boot and systemd-boot-native all use systemd.inc.
If this update is automated, then that automation needs to be fixed to update all
affected recipes. This same issue has been in a lot of update patches.
Cheers,
-Mikko
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [OE-core] [PATCH v2] systemd-boot: upgrade 256.8 -> 256.9
2024-12-12 7:42 ` Mikko Rapeli
@ 2024-12-12 7:58 ` Alexander Kanavin
2024-12-12 8:30 ` Mikko Rapeli
0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2024-12-12 7:58 UTC (permalink / raw)
To: mikko.rapeli; +Cc: wangmy, openembedded-core, Wang Mingyu
On Thu, 12 Dec 2024 at 08:42, Mikko Rapeli via lists.openembedded.org
<mikko.rapeli=linaro.org@lists.openembedded.org> wrote:
> > ...ystemd-boot-native_256.8.bb => systemd-boot-native_256.9.bb} | 0
> > .../systemd/{systemd-boot_256.8.bb => systemd-boot_256.9.bb} | 0
> > meta/recipes-core/systemd/systemd.inc | 2 +-
> > .../recipes-core/systemd/{systemd_256.8.bb => systemd_256.9.bb} | 0
> NACK: must also update systemd and systemd-boot-native recipe versions since
> systemd, systemd-boot and systemd-boot-native all use systemd.inc.
The patch actually does this. Is something still missing?
Alex
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [OE-core] [PATCH v2] systemd-boot: upgrade 256.8 -> 256.9
2024-12-12 7:58 ` Alexander Kanavin
@ 2024-12-12 8:30 ` Mikko Rapeli
0 siblings, 0 replies; 6+ messages in thread
From: Mikko Rapeli @ 2024-12-12 8:30 UTC (permalink / raw)
To: Alexander Kanavin; +Cc: wangmy, openembedded-core, Wang Mingyu
Hi,
On Thu, Dec 12, 2024 at 08:58:51AM +0100, Alexander Kanavin wrote:
> On Thu, 12 Dec 2024 at 08:42, Mikko Rapeli via lists.openembedded.org
> <mikko.rapeli=linaro.org@lists.openembedded.org> wrote:
> > > ...ystemd-boot-native_256.8.bb => systemd-boot-native_256.9.bb} | 0
> > > .../systemd/{systemd-boot_256.8.bb => systemd-boot_256.9.bb} | 0
> > > meta/recipes-core/systemd/systemd.inc | 2 +-
> > > .../recipes-core/systemd/{systemd_256.8.bb => systemd_256.9.bb} | 0
>
>
> > NACK: must also update systemd and systemd-boot-native recipe versions since
> > systemd, systemd-boot and systemd-boot-native all use systemd.inc.
>
> The patch actually does this. Is something still missing?
You're right and I was wrong, sorry. I guess v1 of the patch was in current
master-next which was missing systemd recipe update. Would be nice to
change patch title prefix from systemd-boot to systemd though.
Cheers,
-Mikko
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [OE-core] [PATCH v2] barebox: upgrade 2024.10.0 -> 2024.12.0
2024-12-12 0:48 [OE-core] [PATCH v2] barebox: upgrade 2024.10.0 -> 2024.12.0 wangmy
2024-12-12 0:49 ` [OE-core] [PATCH v2] systemd-boot: upgrade 256.8 -> 256.9 wangmy
@ 2024-12-17 7:35 ` Enrico Jörns
1 sibling, 0 replies; 6+ messages in thread
From: Enrico Jörns @ 2024-12-17 7:35 UTC (permalink / raw)
To: wangmy, openembedded-core; +Cc: Wang Mingyu, PTX-Internal Yocto List
Hi Wang,
Am Donnerstag, dem 12.12.2024 um 08:48 +0800 schrieb wangmy via lists.openembedded.org:
> From: Wang Mingyu <wangmy@cn.fujitsu.com>
>
> 0001-lib-lz4-use-lz4-instead-of-lz4c.patch
> removed since it's included in 2024.12.0
>
> Changelog:
> ===========
> * ARM: omap: fix NS16550 UART setup in omap_debug_ll_init
> * Documentation: imd: update information on barebox_update
> * partitions: efi: Check GPT header size against minimum limit
> * checkpatch: fix detection of barebox root directory
> * ARM: omap: add two smaller MLO defconfigs for AM335x
> * crc: crc-itu-t: generate lookup table on first use
> * of: fdt: fix possible overflow during parsing of fdt
> * remoteproc: use I/O memory variants of memcpy/memset
> * dlmalloc: Fix integer overflow in request2size()
> * remoteproc: imx: add support for loading ELF data sections into DRAM
> * remoteproc: elf_loader: skip segment with memsz as zero
> * of: fdt: fix overflow caused by fdt_prop extending beyond fdt
> * usb: typec: fix freeing uninitialized memory Ahmad Fatoum
> * startup: do not bring up networking if console input disabled
> * sandbox: noshell_defconfig: set CONFIG_CONSOLE_DISABLE_INPUT=y
> * ARM: dts: i.MX8MP: disable NPU node if hardware is missing
> * clk: clk-composite: fix callback guard in clk_composite_round_rate
> * partitions: efi: fix overflow issues while allocating gpt entries
> * lib: lz4: use lz4 instead of lz4c
> * clk: rockchip: make it compile again
> * ARM: i.MX: ele: fix forward_lifecycle
> * ARM: i.MX9: tqma93xx: workaround warning in variant detection
> * partitions: efi: fix GPT header size exceeding allocation size
> * video: Rockchip: add missing dma_alloc_coherent a device parameter
> * dma: give dma_alloc_coherent a device parameter
> * common: buffer access out-of-bounds
> * include: Include <linux/math.h> to resolve implicit declaration of do_div()
> * i2c: lpi2c: fix potential read of uninitialized variable
thank you for the version bump!
Just a note for maybe the next round, since this patch is already in oe-core master:
This is not the changelog between v2024.10.0 and v2024.12.0. It is only the changelog of the final
fixes after merging the for-next/-Branches.
The total patch count for 2024.10.0 -> 2024.12.0 is >150 patches.
Therefore, it might be more practical to include the 'high-level' release notes from the barebox ML:
> This release brings us some Rockchip updates. We have a new board
> supported, the OrangePI 5 plus. Also we have VOP2 graphics output on
> RK356x SoCs. This comes with a few updates to the fbconsole which now
> supports changing the orientation and fonts with transparent background
> so that we can nicely put a console on a background image.
>
> Also new in this release is ECDSA support for verifying FIT images.
>
> Ahmad has continued to cleanup include/common.h. It's now nearly empty
> so everything is moved to more dedicated headers.
https://lore.barebox.org/barebox/Z1LWzzW3pa2ZM8XZ@pengutronix.de/t/
Regards, Enrico
> Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com>
> ---
> meta/recipes-bsp/barebox/barebox-common.inc | 4 ++--
> meta/recipes-bsp/barebox/barebox.bb | 2 --
> 2 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/meta/recipes-bsp/barebox/barebox-common.inc b/meta/recipes-bsp/barebox/barebox-
> common.inc
> index 5dcdb70757..fce3b825ae 100644
> --- a/meta/recipes-bsp/barebox/barebox-common.inc
> +++ b/meta/recipes-bsp/barebox/barebox-common.inc
> @@ -3,6 +3,6 @@ SECTION = "bootloaders"
>
> LIC_FILES_CHKSUM = "file://COPYING;md5=f5125d13e000b9ca1f0d3364286c4192"
>
> -PV = "2024.10.0"
> +PV = "2024.12.0"
> SRC_URI = "https://barebox.org/download/barebox-${PV}.tar.bz2"
> -SRC_URI[sha256sum] = "955b20bfa7358732d2c0c09ccfd4c1a69087b7e2c610b16dee7442d71a5af88d"
> +SRC_URI[sha256sum] = "717a2416b37942f584b0bb2eb61ccbf85dc0f1a5c841318f47cd6967b9c4dcab"
> diff --git a/meta/recipes-bsp/barebox/barebox.bb b/meta/recipes-bsp/barebox/barebox.bb
> index dc9ae669d7..a48d97941c 100644
> --- a/meta/recipes-bsp/barebox/barebox.bb
> +++ b/meta/recipes-bsp/barebox/barebox.bb
> @@ -8,5 +8,3 @@ and a subset of the POSIX C library for writing more command-line utilities."
> require barebox-common.inc
> inherit barebox
>
> -SRC_URI += "file://0001-lib-lz4-use-lz4-instead-of-lz4c.patch \
> - "
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#208618): https://lists.openembedded.org/g/openembedded-core/message/208618
> Mute This Topic: https://lists.openembedded.org/mt/110072594/3616721
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [ejo@pengutronix.de]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Pengutronix e.K. | Enrico Jörns |
Embedded Linux Consulting & Support | https://www.pengutronix.de/ |
Steuerwalder Str. 21 | Phone: +49-5121-206917-180 |
31137 Hildesheim, Germany | Fax: +49-5121-206917-9 |
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-12-17 7:35 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 0:48 [OE-core] [PATCH v2] barebox: upgrade 2024.10.0 -> 2024.12.0 wangmy
2024-12-12 0:49 ` [OE-core] [PATCH v2] systemd-boot: upgrade 256.8 -> 256.9 wangmy
2024-12-12 7:42 ` Mikko Rapeli
2024-12-12 7:58 ` Alexander Kanavin
2024-12-12 8:30 ` Mikko Rapeli
2024-12-17 7:35 ` [OE-core] [PATCH v2] barebox: upgrade 2024.10.0 -> 2024.12.0 Enrico Jörns
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.