|
Re: [meta-arm] bitbake master fails to parse meta-gem5
This has already been fixed:
https://lists.yoctoproject.org/g/meta-arm/topic/93038429#3684
Denys
This has already been fixed:
https://lists.yoctoproject.org/g/meta-arm/topic/93038429#3684
Denys
|
By
Denys Dmytriyenko
·
#293
·
|
|
bitbake master fails to parse meta-gem5
Hello,
Since the change in how bitbake handle classes, meta-gem5 fails to
parse:
Parsing recipes...ERROR: ParseError at
Hello,
Since the change in how bitbake handle classes, meta-gem5 fails to
parse:
Parsing recipes...ERROR: ParseError at
|
By
Alexandre Belloni
·
#292
·
|
|
Re: New kernel_configcheck warnings in master
Yes, we are very aware, and our CI is failing because of this. I
_think_ recent changes to yocto-kernel-cache are causing this.
d2b8b81fd3798eb276e768c24b450e0012a31893
We also have testimage
Yes, we are very aware, and our CI is failing because of this. I
_think_ recent changes to yocto-kernel-cache are causing this.
d2b8b81fd3798eb276e768c24b450e0012a31893
We also have testimage
|
By
Jon Mason <jdmason@...>
·
#291
·
|
|
New kernel_configcheck warnings in master
Hello,
Since the latest kernel upgrade in master, the following warnings have
appeared:
WARNING: linux-yocto-5.19+gitAUTOINC+eb7088acca_43e6ab6ed0-r0 do_kernel_configcheck: [kernel config]:
Hello,
Since the latest kernel upgrade in master, the following warnings have
appeared:
WARNING: linux-yocto-5.19+gitAUTOINC+eb7088acca_43e6ab6ed0-r0 do_kernel_configcheck: [kernel config]:
|
By
Alexandre Belloni
·
#290
·
|
|
Re: check-layer-nightly failure
<alexandre.belloni@...> wrote:
docker-compose has a history of being sensitive to changes in this package.
Once again, I'll put on the record that we continue to ignore the lack
of an elegant
<alexandre.belloni@...> wrote:
docker-compose has a history of being sensitive to changes in this package.
Once again, I'll put on the record that we continue to ignore the lack
of an elegant
|
By
Bruce Ashfield <bruce.ashfield@...>
·
#289
·
|
|
check-layer-nightly failure
Hello,
Since python3-colorama got upgraded to 0.4.5 in meta-python,
check-layer-nightly is failing for meta-virtualization:
AssertionError: Adding layer meta-virtualization changed signatures.
23
Hello,
Since python3-colorama got upgraded to 0.4.5 in meta-python,
check-layer-nightly is failing for meta-virtualization:
AssertionError: Adding layer meta-virtualization changed signatures.
23
|
By
Alexandre Belloni
·
#288
·
|
|
Re: [OE-core] perl makefile race - any make experts who can help?
We can't have a conditional dependency like that, the task checksums as
implemented today wouldn't work and it would break ssttate reuse.
Cheers,
Richard
We can't have a conditional dependency like that, the task checksums as
implemented today wouldn't work and it would break ssttate reuse.
Cheers,
Richard
|
By
Richard Purdie
·
#287
·
|
|
Re: [OE-core] perl makefile race - any make experts who can help?
It is a fair point. We may as well add it to perl/perl-native. Centos7
still has make 3.82 but I think we now already require buildtools
tarball there so we could probably drop the glibc dependency on
It is a fair point. We may as well add it to perl/perl-native. Centos7
still has make 3.82 but I think we now already require buildtools
tarball there so we could probably drop the glibc dependency on
|
By
Richard Purdie
·
#286
·
|
|
Re: [OE-core] perl makefile race - any make experts who can help?
Make perhaps does not have many complex dependency needs so it might not be as bad
Second option is to mandate buildtools on this distro
And add make to tarball
Make perhaps does not have many complex dependency needs so it might not be as bad
Second option is to mandate buildtools on this distro
And add make to tarball
|
By
Khem Raj <raj.khem@...>
·
#285
·
|
|
Re: [OE-core] perl makefile race - any make experts who can help?
lists.yoctoproject.org wrote:
Ubuntu 18.04 uses make 4.1 which is old (Oct 2014).
I noticed these patches from
lists.yoctoproject.org wrote:
Ubuntu 18.04 uses make 4.1 which is old (Oct 2014).
I noticed these patches from
|
By
Richard Purdie
·
#284
·
|
|
Re: [OE-core] perl makefile race - any make experts who can help?
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14096
I'm struggling to get the data out from the old builds, one mentions
ubuntu1604, there is an ubuntu1804 on both x86 and arm hosts.
It is
https://bugzilla.yoctoproject.org/show_bug.cgi?id=14096
I'm struggling to get the data out from the old builds, one mentions
ubuntu1604, there is an ubuntu1804 on both x86 and arm hosts.
It is
|
By
Richard Purdie
·
#283
·
|
|
Re: [OE-core] perl makefile race - any make experts who can help?
Here's something I didn't think of before. Has this occurred anywhere
else except Ubuntu 18.04?
Alex
<richard.purdie@...> wrote:
Here's something I didn't think of before. Has this occurred anywhere
else except Ubuntu 18.04?
Alex
<richard.purdie@...> wrote:
|
By
Alexander Kanavin <alex.kanavin@...>
·
#282
·
|
|
perl makefile race - any make experts who can help?
Hi,
Occasionally we see perl do_install failures on the autobuilder. It
looks like some kind of make race. With the last failure I saved off
the build directory and have spent a lot of time staring
Hi,
Occasionally we see perl do_install failures on the autobuilder. It
looks like some kind of make race. With the last failure I saved off
the build directory and have spent a lot of time staring
|
By
Richard Purdie
·
#281
·
|
|
Re: Investigating a hung job on the autobuilder - a HOWTO
A little script I have locally which is useful for finding bitbake instances:
for PID in $(pgrep '^Cooker$'); do
pstree -p -l $PID
echo
done
Output from a
A little script I have locally which is useful for finding bitbake instances:
for PID in $(pgrep '^Cooker$'); do
pstree -p -l $PID
echo
done
Output from a
|
By
Ross Burton
·
#280
·
|
|
Investigating a hung job on the autobuilder - a HOWTO
Investigating a hung job on the autobuilder
We've yet another hung job on the autobuilder. I thought I'd write down
what I did to investigate it so others can learn how to do it and so I
can remember
Investigating a hung job on the autobuilder
We've yet another hung job on the autobuilder. I thought I'd write down
what I did to investigate it so others can learn how to do it and so I
can remember
|
By
Richard Purdie
·
#279
·
|
|
SWAT Rotation schedule
Hello everyone,
We are actually at the end of the previous rotation, here is the
Hello everyone,
We are actually at the end of the previous rotation, here is the
|
By
Alexandre Belloni
·
#278
·
|
|
Re: SWAT Rotation schedule
Sure Alex & team, thanks.
Leo
Sure Alex & team, thanks.
Leo
|
By
Leonardo Sandoval
·
#277
·
|
|
SWAT Rotation schedule
Hello Leo,
This is a reminder that you are on SWAT duty this
Hello Leo,
This is a reminder that you are on SWAT duty this
|
By
Alexandre Belloni
·
#276
·
|
|
Re: SWAT Rotation schedule
Hi Alexandre,
Yes, I'm on it.
Thanks
Jaga
Hi Alexandre,
Yes, I'm on it.
Thanks
Jaga
|
By
Duraisamy, Jagadheesan
·
#275
·
|
|
SWAT Rotation schedule
Hello Jaga,
This is a reminder that you are on SWAT duty this
Hello Jaga,
This is a reminder that you are on SWAT duty this
|
By
Alexandre Belloni
·
#274
·
|