* [meta-virtualization][PATCH] lxc: disable lxc-staticdev buildpaths checking @ 2025-02-16 8:21 Xiangyu Chen 2025-02-18 2:01 ` Bruce Ashfield 0 siblings, 1 reply; 2+ messages in thread From: Xiangyu Chen @ 2025-02-16 8:21 UTC (permalink / raw) To: meta-virtualization From: Xiangyu Chen <xiangyu.chen@windriver.com> lxc enabled the ffat-lto-objects option since 6.0.3[1], that liblxc.a object files contain both the intermediate language and the object code, that cause yocto QA report a QA warning. Ref: [1] https://github.com/lxc/lxc/commit/277ac364074f8287be91393f50f8f999d51101c4 Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> --- recipes-containers/lxc/lxc_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb index 1655e8d0..fe713a0d 100644 --- a/recipes-containers/lxc/lxc_git.bb +++ b/recipes-containers/lxc/lxc_git.bb @@ -127,6 +127,8 @@ FILES:${PN}-networking += " \ # am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \ #" +INSANE_SKIP:${PN}-staticdev += "buildpaths" + do_install:append() { # The /var/cache/lxc directory created by the Makefile # is wiped out in volatile, we need to create this at boot. -- 2.48.1 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-virtualization][PATCH] lxc: disable lxc-staticdev buildpaths checking 2025-02-16 8:21 [meta-virtualization][PATCH] lxc: disable lxc-staticdev buildpaths checking Xiangyu Chen @ 2025-02-18 2:01 ` Bruce Ashfield 0 siblings, 0 replies; 2+ messages in thread From: Bruce Ashfield @ 2025-02-18 2:01 UTC (permalink / raw) To: xiangyu.chen; +Cc: meta-virtualization In message: [meta-virtualization][PATCH] lxc: disable lxc-staticdev buildpaths checking on 16/02/2025 Xiangyu Chen via lists.yoctoproject.org wrote: > From: Xiangyu Chen <xiangyu.chen@windriver.com> > > lxc enabled the ffat-lto-objects option since 6.0.3[1], that > liblxc.a object files contain both the intermediate language > and the object code, that cause yocto QA report a QA warning. staged to master-next Bruce > > Ref: > [1] https://github.com/lxc/lxc/commit/277ac364074f8287be91393f50f8f999d51101c4 > > Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> > --- > recipes-containers/lxc/lxc_git.bb | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb > index 1655e8d0..fe713a0d 100644 > --- a/recipes-containers/lxc/lxc_git.bb > +++ b/recipes-containers/lxc/lxc_git.bb > @@ -127,6 +127,8 @@ FILES:${PN}-networking += " \ > # am_cv_python_pythondir='${PYTHON_SITEPACKAGES_DIR}' \ > #" > > +INSANE_SKIP:${PN}-staticdev += "buildpaths" > + > do_install:append() { > # The /var/cache/lxc directory created by the Makefile > # is wiped out in volatile, we need to create this at boot. > -- > 2.48.1 > > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#9142): https://lists.yoctoproject.org/g/meta-virtualization/message/9142 > Mute This Topic: https://lists.yoctoproject.org/mt/111212140/1050810 > Group Owner: meta-virtualization+owner@lists.yoctoproject.org > Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-18 2:01 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2025-02-16 8:21 [meta-virtualization][PATCH] lxc: disable lxc-staticdev buildpaths checking Xiangyu Chen 2025-02-18 2:01 ` Bruce Ashfield
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.