[OE-core] [PATCH 1/2] externalsrc.bbclass: support crate fetcher on externalsrc

2022-05-19 Thread Chanho Park via lists.openembedded.org
To support crate:// fetcher on externalsrc, we need to make pass-through the URIs in SRC_URI. Signed-off-by: Chanho Park --- meta/classes/externalsrc.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/externalsrc.bbclass b/meta/classes/externalsrc.bbclass in

[OE-core] [PATCH 0/2] Support cargo crate fetcher for externalsrc

2022-05-19 Thread Chanho Park via lists.openembedded.org
When we use externalsrc.bbclass with devtool, it is not possible to fetch crates via bb/fetch2/crate.py even though crate:// is defined in SRC_URI. To be working with externalsrc, we should not remove from externalsrc and remove "-z ${EXTERNALSRC}" check from cargo_common.bbclass. Chanho Park (2):

[OE-core] [PATCH 2/2] cargo_common.bbclass: enable bitbake vendoring for externalsrc

2022-05-19 Thread Chanho Park via lists.openembedded.org
To support crate:// fetcher on externalsrc, we need to remove "-z ${EXTERNALSRC} check of bitbake vendoring. It is possible to disable vendoring by CARGO_DISABLE_BITBAKE_VENDORING = "1" if externalsrc-ed project does not want to enablt it. Signed-off-by: Chanho Park --- meta/classes/cargo_common

[OE-core] Question of Yocto dunfell LTS period

2022-01-13 Thread Chanho Park via lists.openembedded.org
Dear folks, I found the lts period of Yocto dunfell has been extended from 2022.04 to 2024.04[1]. AFAIK, a Yocto LTS version has 2 years period. I tried to find any notice regarding this but I just found Richard's e-mail[2] in last year. Can I find any thread or notice regarding this extension? [

[OE-core] [PATCH] binutils: inherit pkgconfig to address libdebuginfod depdency

2021-09-09 Thread Chanho Park via lists.openembedded.org
Since libdebuginfo was default distro feature[1], cross build of binutils has been broken due to absence of pkg-config. To find the dependency properly, we should inherit pkgconfig bbclass. checking for aarch64-poky-linux-pkg-config... no checking for pkg-config... no checking whether to use debug