Openembedded Core Discussions
 help / color / mirror / Atom feed
* [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0
@ 2024-12-09 23:56 wangmy
  2024-12-09 23:56 ` [OE-core] [PATCH 02/20] bash-completion: upgrade 2.14.0 -> 2.15.0 wangmy
                   ` (19 more replies)
  0 siblings, 20 replies; 22+ messages in thread
From: wangmy @ 2024-12-09 23:56 UTC (permalink / raw)
  To: openembedded-core; +Cc: Wang Mingyu, Wang Mingyu

From: Wang Mingyu <wangmy@fujitsu.com>

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 ++--
 1 file changed, 2 insertions(+), 2 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"
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2024-12-10 12:54 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-09 23:56 [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 02/20] bash-completion: upgrade 2.14.0 -> 2.15.0 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 03/20] btrfs-tools: upgrade 6.11 -> 6.12 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 04/20] ell: upgrade 0.70 -> 0.71 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 05/20] git: upgrade 2.47.0 -> 2.47.1 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 06/20] gnupg: upgrade 2.5.1 -> 2.5.2 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 07/20] gstreamer1.0: upgrade 1.24.9 -> 1.24.10 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 08/20] hwdata: upgrade 0.389 -> 0.390 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 09/20] kexec-tools: upgrade 2.0.29 -> 2.0.30 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 10/20] libdrm: upgrade 2.4.123 -> 2.4.124 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 11/20] libsdl2: upgrade 2.30.9 -> 2.30.10 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 12/20] llvm: upgrade 19.1.4 -> 19.1.5 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 13/20] pixman: upgrade 0.44.0 -> 0.44.2 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 14/20] re2c: upgrade 4.0 -> 4.0.1 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 15/20] sqlite3: upgrade 3.47.0 -> 3.47.2 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 16/20] stress-ng: upgrade 0.18.06 -> 0.18.07 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 17/20] sudo: upgrade 1.9.16p1 -> 1.9.16p2 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 18/20] systemd-boot: upgrade 256.8 -> 256.9 wangmy
2024-12-10 11:03   ` Alexander Kanavin
2024-12-09 23:56 ` [OE-core] [PATCH 19/20] ttyrun: upgrade 2.35.0 -> 2.36.0 wangmy
2024-12-09 23:56 ` [OE-core] [PATCH 20/20] vte: upgrade 0.78.1 -> 0.78.2 wangmy
2024-12-10 12:54 ` [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0 Mathieu Dubois-Briand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox