|
Get target machine
Hi,
I have a .inc file that contains this information:
# Set the MACHINE string, expected to eventually replace the long list of
# build settings below
EXTRA_OECMAKE +=
Hi,
I have a .inc file that contains this information:
# Set the MACHINE string, expected to eventually replace the long list of
# build settings below
EXTRA_OECMAKE +=
|
By
Iggy
·
#58704
·
|
|
Re: LAYERSERIES_COMPAT_ variable in the layer's recipe
As I explained in the bug I filed in your repository, the LICENSE statement is the license of the contents of the packages, not the recipe itself.
https://github.com/mguentner/cannelloni clearly says
As I explained in the bug I filed in your repository, the LICENSE statement is the license of the contents of the packages, not the recipe itself.
https://github.com/mguentner/cannelloni clearly says
|
By
Ross Burton
·
#58703
·
|
|
Re: LAYERSERIES_COMPAT_ variable in the layer's recipe
Martin, U R too fast. Speedy Gonzales. ;-)
I do agree that this is the bad practice to change licences for the
known recipes. For the can-utils and socketcand. I'll revert this back
to GPLv2.
But,
Martin, U R too fast. Speedy Gonzales. ;-)
I do agree that this is the bad practice to change licences for the
known recipes. For the can-utils and socketcand. I'll revert this back
to GPLv2.
But,
|
By
Zoran
·
#58702
·
|
|
Re: LAYERSERIES_COMPAT_ variable in the layer's recipe
Ross,
It is now broken even in hardknott. I tried it, just as I tried it
before (it worked before).
I have no idea what the ERROR is:
zoran.s@NBK0005U:~/projects2/yocto/bbb-yocto/build$ bitbake
Ross,
It is now broken even in hardknott. I tried it, just as I tried it
before (it worked before).
I have no idea what the ERROR is:
zoran.s@NBK0005U:~/projects2/yocto/bbb-yocto/build$ bitbake
|
By
Zoran
·
#58701
·
|
|
Re: LAYERSERIES_COMPAT_ variable in the layer's recipe
And here is another example why nobody should be using meta-socketcan:
https://github.com/ZoranStojsavljevic/meta-socketcan/commit/cefd86cd1def9ad2e63be527f8ce36a076d7e17c#
You cannot change the
And here is another example why nobody should be using meta-socketcan:
https://github.com/ZoranStojsavljevic/meta-socketcan/commit/cefd86cd1def9ad2e63be527f8ce36a076d7e17c#
You cannot change the
|
By
Martin Jansa
·
#58700
·
|
|
Re: LAYERSERIES_COMPAT_ variable in the layer's recipe
The compatibility is because over time things change: override syntax has changed, classes get added or removed, functionality may appear in bitbake. Sometimes the breakage is subtle, and a layer may
The compatibility is because over time things change: override syntax has changed, classes get added or removed, functionality may appear in bitbake. Sometimes the breakage is subtle, and a layer may
|
By
Ross Burton
·
#58699
·
|
|
Re: LAYERSERIES_COMPAT_ variable in the layer's recipe
That commit really is not in the spirit of things and I'm not happy
people are doing that. I'd not be surprised if that stopped working
soon.
We had a huge problem with unmaintained layers where it
That commit really is not in the spirit of things and I'm not happy
people are doing that. I'd not be surprised if that stopped working
soon.
We had a huge problem with unmaintained layers where it
|
By
Richard Purdie
·
#58698
·
|
|
Re: [Openembedded-architecture] Y2038 proposal
I think we should fix those and we should add the target to the
autobuilder but I'm reluctant to add a long test to a-full. The fact it
is relatively clean suggests it doesn't regress that often. We
I think we should fix those and we should add the target to the
autobuilder but I'm reluctant to add a long test to a-full. The fact it
is relatively clean suggests it doesn't regress that often. We
|
By
Richard Purdie
·
#58697
·
|
|
Re: [Openembedded-architecture] Y2038 proposal
<richard.purdie@...> wrote:
I just ran qemux86 full ptest locally. It took 4h:10m (same as
qemuarm64 ptest on an arm worker). The fails were:
{'python3': ['test_deterministic_sets'],
<richard.purdie@...> wrote:
I just ran qemux86 full ptest locally. It took 4h:10m (same as
qemuarm64 ptest on an arm worker). The fails were:
{'python3': ['test_deterministic_sets'],
|
By
Alexander Kanavin
·
#58696
·
|
|
Re: Add user to group that's created in other recipe
This is another:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13419
Workarounds are not difficult, but the issue occurring for the first
time must be very disorienting.
Alex
This is another:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13419
Workarounds are not difficult, but the issue occurring for the first
time must be very disorienting.
Alex
|
By
Alexander Kanavin
·
#58695
·
|
|
Re: LAYERSERIES_COMPAT_ variable in the layer's recipe
And this is the commit that did this:
https://git.phytec.de/meta-phytec/commit/conf/layer.conf?id=8261e896d2b43211e7377feb38e919336d47c39f
Shame on you, phytec. Shame on you. What you do in your
And this is the commit that did this:
https://git.phytec.de/meta-phytec/commit/conf/layer.conf?id=8261e896d2b43211e7377feb38e919336d47c39f
Shame on you, phytec. Shame on you. What you do in your
|
By
Alexander Kanavin
·
#58694
·
|
|
Re: Y2038 proposal
Hi Alexander,
Yes. You need to run them with adjusted date:
date +'%Y-%m-%d %T' -s "2038-01-19 03:14:07"
ptest-runner glibc-tests
More
Hi Alexander,
Yes. You need to run them with adjusted date:
date +'%Y-%m-%d %T' -s "2038-01-19 03:14:07"
ptest-runner glibc-tests
More
|
By
?ukasz Majewski
·
#58693
·
|
|
Re: Add user to group that's created in other recipe
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13904 is one of the bugs I think.
https://bugzilla.yoctoproject.org/show_bug.cgi?id=13904 is one of the bugs I think.
|
By
Martin Jansa
·
#58692
·
|
|
Re: LAYERSERIES_COMPAT_ variable in the layer's recipe
Agreed with Rudolf.
If the layer maintainer didn't bother to do at least do one build with new release and adjust LAYERSERIES_COMPAT, then I don't consider that layer well maintained (it could be
Agreed with Rudolf.
If the layer maintainer didn't bother to do at least do one build with new release and adjust LAYERSERIES_COMPAT, then I don't consider that layer well maintained (it could be
|
By
Martin Jansa
·
#58691
·
|
|
Re: LAYERSERIES_COMPAT_ variable in the layer's recipe
To me this indicates that the maintainer of the layer has tested the compatibility of his layer with all of these releases of the Yocto Project.
A maintainer of a layer should make a deliberate
To me this indicates that the maintainer of the layer has tested the compatibility of his layer with all of these releases of the Yocto Project.
A maintainer of a layer should make a deliberate
|
By
Rudolf J Streif
·
#58690
·
|
|
LAYERSERIES_COMPAT_ variable in the layer's recipe
Hello to Yocto community,
As I am much more passive yocto wise these few years ( working on
Android build systems and around, this is also a nightmare, I should
say ;-) ), I have one Yocto question
Hello to Yocto community,
As I am much more passive yocto wise these few years ( working on
Android build systems and around, this is also a nightmare, I should
say ;-) ), I have one Yocto question
|
By
Zoran
·
#58689
·
|
|
Re: Add user to group that's created in other recipe
One way I have gotten around this is by using an .inc file to create the users/groups and then the recipes that need the user/group require/include that .inc file.
One way I have gotten around this is by using an .inc file to create the users/groups and then the recipes that need the user/group require/include that .inc file.
|
By
Tim Orling
·
#58688
·
|
|
Re: Add user to group that's created in other recipe
wrote:
Just to confirm, this is with master?
I think there are some open bugs for useradd issues like this. It is
supposed to work but sounds like there are races. If there isn't a bug
open for it,
wrote:
Just to confirm, this is with master?
I think there are some open bugs for useradd issues like this. It is
supposed to work but sounds like there are races. If there isn't a bug
open for it,
|
By
Richard Purdie
·
#58687
·
|
|
Re: Y2038 proposal
I just ran these tests in (32 bit) qemux86 on top of poky master (e.g.
no magic glibc flags), and they all passed. Do they need to be ran
after setting the date to the 'post-2038 future' to reveal the
I just ran these tests in (32 bit) qemux86 on top of poky master (e.g.
no magic glibc flags), and they all passed. Do they need to be ran
after setting the date to the 'post-2038 future' to reveal the
|
By
Alexander Kanavin
·
#58686
·
|
|
Re: [OE-core] OpenEmbedded Happy Hour November 30
Well, historically we used to have the OpenEmbedded Happy Hour after the
sessions on the second day of the Yocto Project Summit and ask people to
re-join a different Zoom room to socialize. This
Well, historically we used to have the OpenEmbedded Happy Hour after the
sessions on the second day of the Yocto Project Summit and ask people to
re-join a different Zoom room to socialize. This
|
By
Denys Dmytriyenko
·
#58685
·
|