On Sat, Nov 5, 2022 at 9:36 AM Peter Kjellerstedt <[email protected]> wrote: > > Argh, the second series (with three patches) is intended for Kirkstone, not > Langdale.
No worries! I think we are good in kirkstone too: https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/kirkstone-nut Patch series for both will go out for review in the next day or so once autobuilder testing is done. Steve > From: Martin Jansa <[email protected]> > Sent: den 5 november 2022 19:28 > To: Steve Sakoman <[email protected]> > Cc: Peter Kjellerstedt <[email protected]>; > [email protected] > Subject: Re: [OE-core] [langdale][PATCH 2/2] externalsrc.bbclass: Remove a > trailing slash from ${B} > > > > In my inbox it looks differently, 2/3 and 3/3 aren't identical and both are > indeed in langdale-nut. > > > > Then there is 1/2 identical to 2/3 (probably from sending last 3 > externalsrc.bbclass changes and then re-sending after realizing that only > last 2 are needed). > > > > 1/3 is already in langdale: > > https://git.openembedded.org/openembedded-core/commit/?h=langdale&id=6d9364e5f3535954f65cbbc694ee7933ac1d664f > > > > I think all is fine in langdale-nut. > > > > Cheers, > > > > On Sat, Nov 5, 2022 at 6:59 PM Steve Sakoman <[email protected]> wrote: > > I've already got these first two patches in stable/langdale-nut: > > https://git.openembedded.org/openembedded-core-contrib/log/?h=stable/langdale-nut > > And your 3/3 seems to be identical to 2/3. Am I missing something? > > Steve > > On Sat, Nov 5, 2022 at 5:42 AM Peter Kjellerstedt > <[email protected]> wrote: > > > > From: Peter Kjellerstedt <[email protected]> > > > > The trailing slash in ${B} caused -fdebug-prefix-map=${B}=... to not > > match as intended, resulting in ${TMPDIR} ending up in files in > > ${PN}-dbg when externalsrc was in use, which in turn triggered buildpath > > QA warnings. > > > > Signed-off-by: Alexandre Belloni <[email protected]> > > Signed-off-by: Richard Purdie <[email protected]> > > Signed-off-by: Peter Kjellerstedt <[email protected]> > > --- > > meta/classes/externalsrc.bbclass | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/meta/classes/externalsrc.bbclass > > b/meta/classes/externalsrc.bbclass > > index 5905342589..75fb91bcb0 100644 > > --- a/meta/classes/externalsrc.bbclass > > +++ b/meta/classes/externalsrc.bbclass > > @@ -61,7 +61,7 @@ python () { > > if externalsrcbuild: > > d.setVar('B', externalsrcbuild) > > else: > > - d.setVar('B', '${WORKDIR}/${BPN}-${PV}/') > > + d.setVar('B', '${WORKDIR}/${BPN}-${PV}') > > > > local_srcuri = [] > > fetch = bb.fetch2.Fetch((d.getVar('SRC_URI') or '').split(), d) > > > > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#172757): https://lists.openembedded.org/g/openembedded-core/message/172757 Mute This Topic: https://lists.openembedded.org/mt/94828874/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
