Another point where I encounter this warning is when using devtool, as
externalsrc is injected via bbappend.
After browsing through the code here [1] I was wondering if all that is
like it is supposed to be - if I understand the code correctly [2] the
bbappends should be applied before the BBCLA
On Fri, 2021-02-12 at 18:26 +, Peter Kjellerstedt wrote:
> Since the order of inheriting native/nativesdk is important, rather
> than adding warnings about when it is done in the wrong order, which
> conflicts with bbappends that want to add inherit statements for
> native recipes, wouldn’t it
/2] insane: Add test for native/nativesdk
inherit order
>After this patch got merged I notice some "noise" in my builds.
>
>For bbappends which inherit unrelated classes I get a lot of warning like
>
>Issue: nativesdk-openssh: native/nativesdk class is not inherited
On 11.02.21 15:59, Richard Purdie wrote:
On Thu, 2021-02-11 at 15:47 +0100, Konrad Weihmann wrote:
On 11.02.21 14:04, Richard Purdie wrote:
On Thu, 2021-02-11 at 13:10 +0100, Konrad Weihmann wrote:
On 11.02.21 12:43, Richard Purdie wrote:
On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann
On Thu, 2021-02-11 at 15:47 +0100, Konrad Weihmann wrote:
>
> On 11.02.21 14:04, Richard Purdie wrote:
> > On Thu, 2021-02-11 at 13:10 +0100, Konrad Weihmann wrote:
> > >
> > > On 11.02.21 12:43, Richard Purdie wrote:
> > > > On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann wrote:
> > > > > Aft
On 11.02.21 14:04, Richard Purdie wrote:
On Thu, 2021-02-11 at 13:10 +0100, Konrad Weihmann wrote:
On 11.02.21 12:43, Richard Purdie wrote:
On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann wrote:
After this patch got merged I notice some "noise" in my builds.
For bbappends which inherit
On Thu, 2021-02-11 at 13:10 +0100, Konrad Weihmann wrote:
>
> On 11.02.21 12:43, Richard Purdie wrote:
> > On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann wrote:
> > > After this patch got merged I notice some "noise" in my builds.
> > >
> > > For bbappends which inherit unrelated classes I ge
On 11.02.21 12:43, Richard Purdie wrote:
On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann wrote:
After this patch got merged I notice some "noise" in my builds.
For bbappends which inherit unrelated classes I get a lot of warning like
Issue: nativesdk-openssh: native/nativesdk class is not
On Thu, 2021-02-11 at 08:21 +0100, Konrad Weihmann wrote:
> After this patch got merged I notice some "noise" in my builds.
>
> For bbappends which inherit unrelated classes I get a lot of warning like
>
> Issue: nativesdk-openssh: native/nativesdk class is not inherited last,
> this can result
>After this patch got merged I notice some "noise" in my builds.
>
>For bbappends which inherit unrelated classes I get a lot of warning like
>
>Issue: nativesdk-openssh: native/nativesdk class is not inherited last,
>this can result in unexpected behaviour. Classes inherited after
>native/nativesd
After this patch got merged I notice some "noise" in my builds.
For bbappends which inherit unrelated classes I get a lot of warning like
Issue: nativesdk-openssh: native/nativesdk class is not inherited last,
this can result in unexpected behaviour. Classes inherited after
native/nativesdk: m
Hello Martin,
I have just submitted patches with fix for missing INSANE_SKIP and printing
shortlist of classes inherited after native/nativesdk.
Please check:
https://lists.openembedded.org/g/openembedded-core/message/147370
https://lists.openembedded.org/g/openembedded-core/message/147371
Sorry
>Would it make sense to show some shortened version of inherited_classes?
Yes, it wouldn't be a problem to continue the loop until native/nativesdk
recipe is found and then just print the classes that were found.
>Unfortunately INSANE_SKIP doesn't seem to work with native-last as well.
Is this exp
Would it make sense to show some shortened version of inherited_classes?
The whole variable is too long, e.g. in my case with:
diff --git a/meta/classes/insane.bbclass b/meta/classes/insane.bbclass
index 3597943ddd..03481489c3 100644
--- a/meta/classes/insane.bbclass
+++ b/meta/classes/insane.bbcl
Classes native/nativesdk should be inherited last to prevent unexpected
behaviour.
[YOCTO #5729]
Signed-off-by: Tomasz Dziendzielski
---
meta/classes/insane.bbclass | 28 +++-
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/meta/classes/insane.bbclass b/met
15 matches
Mail list logo