Re: [yocto] Would COMPATIBLE_IMAGE make sense?

2021-06-30 Thread Jonas Vautherin
Thanks a lot for the answers, that's really helpful! Seems like I should have a closer look at the distros. I'll need some time to test it, I'll update here when that is done! On Tue, Jun 29, 2021 at 1:52 PM Bruce Ashfield wrote: > On Tue, Jun 29, 2021 at 2:41 AM Josef Holzmayr > wrote: > > >

Re: [yocto] Would COMPATIBLE_IMAGE make sense?

2021-06-29 Thread Bruce Ashfield
On Tue, Jun 29, 2021 at 2:41 AM Josef Holzmayr wrote: > > Howdy! > > Am 29.06.2021 um 01:28 schrieb Jonas Vautherin: > > I was thinking about my issue described here [1], and discovered the > > variables called COMPATIBLE_MACHINE and COMPATIBLE_HOST, which "you can > > use to stop recipes from

Re: [yocto] Would COMPATIBLE_IMAGE make sense?

2021-06-29 Thread Erik Boto
On Tue, Jun 29, 2021 at 8:41 AM Josef Holzmayr wrote: > > Howdy! > > Am 29.06.2021 um 01:28 schrieb Jonas Vautherin: > > I was thinking about my issue described here [1], and discovered the > > variables called COMPATIBLE_MACHINE and COMPATIBLE_HOST, which "you can > > use to stop recipes from

Re: [yocto] Would COMPATIBLE_IMAGE make sense?

2021-06-29 Thread Josef Holzmayr
Howdy! Am 29.06.2021 um 01:28 schrieb Jonas Vautherin: I was thinking about my issue described here [1], and discovered the variables called COMPATIBLE_MACHINE and COMPATIBLE_HOST, which "you can use to stop recipes from being built for machines (/hosts) with which the recipes are not

Re: [yocto] Would COMPATIBLE_IMAGE make sense?

2021-06-28 Thread Frederic Martinsons
Hello, instead of creating a new variable (don't sure of its possible usefulness), you can use BBMASK or review dependencies between your layer PS: I did a similar answer on your stackoverflow question. On Tue, 29 Jun 2021 at 01:29, Jonas Vautherin wrote: > I was thinking about my issue

[yocto] Would COMPATIBLE_IMAGE make sense?

2021-06-28 Thread Jonas Vautherin
I was thinking about my issue described here [1], and discovered the variables called COMPATIBLE_MACHINE and COMPATIBLE_HOST, which "you can use to stop recipes from being built for machines (/hosts) with which the recipes are not compatible". And so I wondered if it would make sense to add