Openembedded Core Discussions
 help / color / mirror / Atom feed
From: "Mathieu Dubois-Briand" <mathieu.dubois-briand@bootlin.com>
To: <wangmy@fujitsu.com>, <openembedded-core@lists.openembedded.org>
Cc: "Wang Mingyu" <wangmy@cn.fujitsu.com>
Subject: Re: [OE-core] [PATCH 01/20] barebox-tools: upgrade 2024.10.0 -> 2024.12.0
Date: Tue, 10 Dec 2024 13:54:49 +0100	[thread overview]
Message-ID: <D681BBVIIFZY.3OKPEN7OE1BG6@bootlin.com> (raw)
In-Reply-To: <1733788612-20933-1-git-send-email-wangmy@fujitsu.com>

On Tue Dec 10, 2024 at 12:56 AM CET, wangmy via lists.openembedded.org wrote:
> 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>
> ---

Hi Wang,

I believe this patch is breaking the barebox build. I've got the
following error on the autobuilder:

ERROR: barebox-2024.12.0-r0 do_patch: Applying patch '0001-lib-lz4-use-lz4-instead-of-lz4c.patch' on target directory '/srv/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-2005505/tmp/work/qemuarm64-poky-linux/barebox/2024.12.0/barebox-2024.12.0'
CmdError('quilt --quiltrc /srv/pokybuild/yocto-worker/oe-selftest-armhost/build/build-st-2005505/tmp/work/qemuarm64-poky-linux/barebox/2024.12.0/recipe-sysroot-native/etc/quiltrc push', 0, 'stdout: Applying patch 0001-lib-lz4-use-lz4-instead-of-lz4c.patch
patching file scripts/Makefile.lib
Hunk #1 FAILED at 492.
1 out of 1 hunk FAILED -- rejects in file scripts/Makefile.lib
Patch 0001-lib-lz4-use-lz4-instead-of-lz4c.patch can be reverse-applied

https://valkyrie.yoctoproject.org/#/builders/23/builds/647/steps/14/logs/stdio

It looks like the said patch was merged upstream. Can you have a look at
this please ?


-- 
Mathieu Dubois-Briand, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com



      parent reply	other threads:[~2024-12-10 12:54 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` Mathieu Dubois-Briand [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=D681BBVIIFZY.3OKPEN7OE1BG6@bootlin.com \
    --to=mathieu.dubois-briand@bootlin.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=wangmy@cn.fujitsu.com \
    --cc=wangmy@fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox