public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: "Yan, Haixiao (CN)" <haixiao.yan.cn@windriver.com>
To: openembedded-core@lists.openembedded.org
Subject: Re: [OE-core][PATCH v2] syslinux: clean old object and dependency files before do_install
Date: Sat, 11 Oct 2025 20:49:00 +0800	[thread overview]
Message-ID: <07604c56-dd5c-4e6f-8916-426cc011a4bc@windriver.com> (raw)
In-Reply-To: <1869A174E96D7910.29244@lists.openembedded.org>

ping

On 9/29/2025 10:56 AM, Yan, Haixiao (CN) via lists.openembedded.org wrote:
> From: Haixiao Yan <haixiao.yan.cn@windriver.com>
>
> Remove all previous .o and .d files from OBJ directories before
> running do_install. This prevents stale build artifacts from
> interfering with the installation of new binaries and modules,
> especially after GCC upgrades that can invalidate existing dependency
> files, such as:
>
> make[4]: *** No rule to make target
> '/build/tmp-glibc/work/corei7-64-wrs-linux/syslinux/6.04-pre2-r1/recipe-sysroot-native/
> usr/lib/x86_64-wrs-linux/gcc/x86_64-wrs-linux/12.4.0/include/stdarg.h',
> needed by 'zlib/adler32.o'.  Stop.
>
> Signed-off-by: Haixiao Yan <haixiao.yan.cn@windriver.com>
> ---
>   meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb | 5 -----
>   1 file changed, 5 deletions(-)
>
> diff --git a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb
> index 449a75ebf8ab..59f1e936eff9 100644
> --- a/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb
> +++ b/meta/recipes-devtools/syslinux/syslinux_6.04-pre2.bb
> @@ -96,11 +96,6 @@ do_install() {
>   #
>   # Tasks for target which ship the precompiled bootloader and installer
>   #
> -do_configure:class-target() {
> -	# No need to do anything as we're mostly shipping the precompiled binaries
> -	:
> -}
> -
>   do_compile:class-target() {
>   	# No need to do anything as we're mostly shipping the precompiled binaries
>   	:
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#224110): https://lists.openembedded.org/g/openembedded-core/message/224110
> Mute This Topic: https://lists.openembedded.org/mt/115489669/8599992
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [Haixiao.Yan.CN@windriver.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


       reply	other threads:[~2025-10-11 12:49 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1869A174E96D7910.29244@lists.openembedded.org>
2025-10-11 12:49 ` Yan, Haixiao (CN) [this message]
2025-09-29  2:56 [OE-core][PATCH v2] syslinux: clean old object and dependency files before do_install haixiao.yan.cn

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=07604c56-dd5c-4e6f-8916-426cc011a4bc@windriver.com \
    --to=haixiao.yan.cn@windriver.com \
    --cc=openembedded-core@lists.openembedded.org \
    /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