|
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 <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
·
|
|
Re: [OE-core] [PATCH 01/17] connman-conf: ignore eth0 in qemu in a way that is not sysvinit-specific
The AGL file[1] appears to have another entry in it for FallbackTimeservers. It
is also complicated by oe-core only doing this for qemu* machines. I'm not sure
a single variable is going to work
The AGL file[1] appears to have another entry in it for FallbackTimeservers. It
is also complicated by oe-core only doing this for qemu* machines. I'm not sure
a single variable is going to work
|
By
Richard Purdie
·
#273
·
|
|
Re: [OE-core] [PATCH 01/17] connman-conf: ignore eth0 in qemu in a way that is not sysvinit-specific
BTW, in our network-booted lava tests, we use this in the initrd even:
The initrd mounts a nbd device as root. Any network blib (down/up)
will make things fail.
Alittle ugly, but works ...
#
BTW, in our network-booted lava tests, we use this in the initrd even:
The initrd mounts a nbd device as root. Any network blib (down/up)
will make things fail.
Alittle ugly, but works ...
#
|
By
Jan Simon Moeller
·
#272
·
|
|
Re: [OE-core] [PATCH 01/17] connman-conf: ignore eth0 in qemu in a way that is not sysvinit-specific
If that fixes a lot of intermittent issues - of course.
Just thinking loud:
What about making main.conf's 'Blacklist' changeable by a config
variable we can set ?
Autobuilder could have this as
If that fixes a lot of intermittent issues - of course.
Just thinking loud:
What about making main.conf's 'Blacklist' changeable by a config
variable we can set ?
Autobuilder could have this as
|
By
Jan Simon Moeller
·
#271
·
|
|
[OE-core] [PATCH 01/17] connman-conf: ignore eth0 in qemu in a way that is not sysvinit-specific
Hi Jan-Simon/Scott,
The attached change is going to break meta-agl:
https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/1032
I think what OE-Core plans to do with a config file isn't
Hi Jan-Simon/Scott,
The attached change is going to break meta-agl:
https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/1032
I think what OE-Core plans to do with a config file isn't
|
By
Richard Purdie
·
#270
·
|
|
Re: SWAT Rotation schedule
Hi Alexandre,
I was on sick leave until yesterday, so I'm replying now.
I can start swat duty on today evening!
Thanks,
Minjae
2022년 4월 5일 (화) 오전 9:36, Alexandre Belloni
Hi Alexandre,
I was on sick leave until yesterday, so I'm replying now.
I can start swat duty on today evening!
Thanks,
Minjae
2022년 4월 5일 (화) 오전 9:36, Alexandre Belloni
|
By
Minjae Kim
·
#269
·
|
|
SWAT Rotation schedule
Hello Minjae,
This is a reminder that you are on SWAT duty this
Hello Minjae,
This is a reminder that you are on SWAT duty this
|
By
Alexandre Belloni
·
#268
·
|
|
Re: meta-agl-core/agl-copositor Fetcher failure
This is because gerrit server was throwing 504's .
IT should have it fixed.
Best,
JS
Naveen Saini <naveen.kumar.saini@...> schrieb am Mo., 28. März 2022, 13:47:
This is because gerrit server was throwing 504's .
IT should have it fixed.
Best,
JS
Naveen Saini <naveen.kumar.saini@...> schrieb am Mo., 28. März 2022, 13:47:
|
By
Jan Simon Moeller
·
#267
·
|
|
meta-agl-core/agl-copositor Fetcher failure
https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/977/steps/13/logs/stdio
Error log:
Parsing recipes...ERROR: ExpansionError during parsing
https://autobuilder.yoctoproject.org/typhoon/#/builders/120/builds/977/steps/13/logs/stdio
Error log:
Parsing recipes...ERROR: ExpansionError during parsing
|
By
Naveen Saini
·
#266
·
|
|
Re: SWAT Rotation schedule
I did end up triaging those, this was due to ongoing changes that are
now fixed and merged.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
I did end up triaging those, this was due to ongoing changes that are
now fixed and merged.
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
|
By
Alexandre Belloni
·
#265
·
|
|
Re: SWAT Rotation schedule
We had some discussion on IRC and RP sent a patch. We need to check on some recipes (possibly in meta-overc) which have previously needed a pinned python3-sphinx version.
We had some discussion on IRC and RP sent a patch. We need to check on some recipes (possibly in meta-overc) which have previously needed a pinned python3-sphinx version.
|
By
Tim Orling
·
#264
·
|