[OE-core] [PATCH 1/1] archiver.bbclass: Improve work-shared checking

2023-12-11 Thread Robert Yang via lists.openembedded.org
From: Robert Yang There are other recipes except the listed ones which use work-shared, improve the checking to make other recipes such as llvm-project-source work with do_ar_patched. Signed-off-by: Robert Yang --- meta/classes/archiver.bbclass | 6 ++ 1 file changed, 2 insertions(+), 4 de

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Improve work-shared checking

2024-06-05 Thread Livius
Hi, https://github.com/openembedded/openembedded-core/commit/5fbb4ca8da4f4f1ea426275c45634802dcb5a575 This patch caused something terrible wrong behavior, because ".../work-shared//kernel-source/" directory is totally empty and the complete Linux kernel source is missing if INHERIT += "archiver

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Improve work-shared checking

2024-06-05 Thread Livius
[Edited Message Follows] Hi, https://github.com/openembedded/openembedded-core/commit/5fbb4ca8da4f4f1ea426275c45634802dcb5a575 This patch caused something terrible wrong behavior, because ".../work-shared//kernel-source/" directory is totally empty and the complete Linux kernel source is missi

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Improve work-shared checking

2024-06-06 Thread Robert Yang via lists.openembedded.org
Hi Livius, On 6/6/24 05:06, Livius wrote: [Edited Message Follows] Hi, https://github.com/openembedded/openembedded-core/commit/5fbb4ca8da4f4f1ea426275c45634802dcb5a575 This patch caused something terrible wrong behavior, because ".../work-shared//kernel-source/" directory is totally empty a

Re: [OE-core] [PATCH 1/1] archiver.bbclass: Improve work-shared checking

2024-06-06 Thread Livius
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