|
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 <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
·
|