All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Tomasz Dziendzielski" <tomasz.dziendzielski@gmail.com>
To: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: openembedded-core <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] [PATCH] bitbake.conf: Add sstate-build-populate_sdk and intercept_scripts- to PSEUDO_IGNORE_PATHS
Date: Thu, 18 Feb 2021 11:30:22 +0100	[thread overview]
Message-ID: <CAJkqNs1L+J1e1WVLwO46VB-PfpRgaM+aA3D1mC68ryHg86gcGw@mail.gmail.com> (raw)
In-Reply-To: <075c7fbe4df698d6919b3c6bebbb43d83fa1c861.camel@linuxfoundation.org>

[-- Attachment #1: Type: text/plain, Size: 1165 bytes --]

 >> Recipes using populate_sdk.bbclass are failing with pseudo abort due to
>> path mismatch on these paths.
>>
>> Signed-off-by: Tomasz Dziendzielski <tomasz.dziendzielski@gmail.com>
>> ---
>>  meta/conf/bitbake.conf | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>
>We build SDKs on the autobuilder and don't see this. Any idea what you
>need to do to trigger it?

I was able to reproduce abort on sstate-build-populate_sdk on the latest
master without any old build/ directory.
$ . ./oe-init-build-env
$ bitbake meta-go-toolchain
$ bitbake meta-go-toolchain -c populate_sdk -f

Please note that above commands might not fail every time, it seems to be a
bit random. It occurs not only on rebuilds but also on the first run. If we
build multiple SDKs at one bitbake execution the build is unlikely to
finish successfully, because each time different (or the same) SDKs will
fail.

In our environment I also had to add ${WORKDIR}/oe-sdk-repo,${SDK_OUTPUT}
to PSEUDO_IGNORE_PATHS to make SDKs work but I'm not sure if failures on
these two are not related to some of our custom mechanisms.

Best regards,
Tomasz Dziendzielski

[-- Attachment #2: Type: text/html, Size: 1530 bytes --]

  reply	other threads:[~2021-02-18 10:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-17 22:49 [PATCH] bitbake.conf: Add sstate-build-populate_sdk and intercept_scripts- to PSEUDO_IGNORE_PATHS Tomasz Dziendzielski
2021-02-18  9:55 ` [OE-core] " Richard Purdie
2021-02-18 10:30   ` Tomasz Dziendzielski [this message]
2021-02-19 17:51     ` Richard Purdie

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=CAJkqNs1L+J1e1WVLwO46VB-PfpRgaM+aA3D1mC68ryHg86gcGw@mail.gmail.com \
    --to=tomasz.dziendzielski@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=richard.purdie@linuxfoundation.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.