From: "Livius" <egyszeregy@freemail.hu>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/1] archiver.bbclass: Improve work-shared checking
Date: Thu, 06 Jun 2024 03:46:38 -0700 [thread overview]
Message-ID: <8404.1717670798520210610@lists.openembedded.org> (raw)
In-Reply-To: <2bbc5a56-36e3-47a9-b891-565735c90d73@windriver.com>
It seems to me i found, when it can not work well.
I use linux-fslc recipe from meta-freescale which redefining somewhy source directory in linux-imx.inc file.
https://github.com/Freescale/meta-freescale/blob/master/recipes-kernel/linux/linux-imx.inc#L22
S = "${WORKDIR}/git"
In kernel.bbclass it is the default S = "${STAGING_KERNEL_DIR}" value. This patch should work well only if the linux-kernel recipe use the default source dir as STAGING_KERNEL_DIR. If any other BSP provider company uses for example S = "${WORKDIR}/git", their linux-kernel recipe build/compiling will be failed in case of use archiver class.
prev parent reply other threads:[~2024-06-06 10:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-12-11 15:13 [PATCH 0/1] archiver.bbclass: Improve work-shared checking liezhi.yang
2023-12-11 15:13 ` [PATCH 1/1] " liezhi.yang
2024-06-05 21:04 ` Livius
2024-06-05 21:06 ` Livius
[not found] ` <Groupsio.1.24041.1717621460219935507@lists.openembedded.org>
2024-06-06 9:51 ` [OE-core] " Robert Yang
2024-06-06 10:46 ` Livius [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=8404.1717670798520210610@lists.openembedded.org \
--to=egyszeregy@freemail.hu \
--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 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.