|
Re: regd pTest
#systemd
#yocto
there is system integration testing that happens on autobuilders which you can check reports for
ptests are generic and one can add more to a package but usually you will see that its trying to run
there is system integration testing that happens on autobuilders which you can check reports for
ptests are generic and one can add more to a package but usually you will see that its trying to run
|
By
Khem Raj
·
#54690
·
|
|
Re: Enable graphic in core-image-minimal for raspberrypi
#yocto
minimal image is not ideal target as it is console only image
perhaps use core-image-weston (wayland) or core-image-x11/core-image-sato ( X11 ) as starting point.
minimal image is not ideal target as it is console only image
perhaps use core-image-weston (wayland) or core-image-x11/core-image-sato ( X11 ) as starting point.
|
By
Khem Raj
·
#54689
·
|
|
Re: extra-cmake-modules
#yocto
find if docs can be disabled during build, and perhaps that will get you moving forward
find if docs can be disabled during build, and perhaps that will get you moving forward
|
By
Khem Raj
·
#54688
·
|
|
Yocto Autobuilder: Latency Monitor and AB-INT - Meeting notes: Sept 9, 2021
YP AB Intermittent failures meeting
===================================
Sept 9, 2021, 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Kiran, Richard, Trevor,
YP AB Intermittent failures meeting
===================================
Sept 9, 2021, 9 AM ET
https://windriver.zoom.us/j/3696693975
Attendees: Kiran, Richard, Trevor,
|
By
Randy MacLeod
·
#54687
·
|
|
Re: Minutes: Yocto Project Weekly Triage Meeting 9/9/2021
Done with AR
Stephen
By
Stephen Jolley
·
#54686
·
|
|
Minutes: Yocto Project Weekly Triage Meeting 9/9/2021
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Bruce, Diane, Kiran, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs:
- Randy to
Wiki: https://wiki.yoctoproject.org/wiki/Bug_Triage
Attendees: Alex, Bruce, Diane, Kiran, Randy, Richard, Ross, Saul, Stephen, Steve, Tim, Trevor
ARs:
- Randy to
|
By
Trevor Gamblin
·
#54685
·
|
|
yocto library build needs ldconfig to start working
I have a rather simple bitbake package which adds a shared library foo.so to the system in /usr/lib/. However, on first boot, I am always forced to do an explicit "ldconfig" for the library to be
I have a rather simple bitbake package which adds a shared library foo.so to the system in /usr/lib/. However, on first boot, I am always forced to do an explicit "ldconfig" for the library to be
|
By
Ashutosh Naik
·
#54684
·
|
|
[yocto-autobuilder2][PATCH] add prioritizeBuilders
This prioritizeBuilders function sorts builders by the length of their
associated worker lists, so that builders that can only be assigned to a
small number of workers are assigned to those workers
This prioritizeBuilders function sorts builders by the length of their
associated worker lists, so that builders that can only be assigned to a
small number of workers are assigned to those workers
|
By
Trevor Gamblin
·
#54683
·
|
|
regd pTest
#systemd
#yocto
Hi,
I'm aware that yocto picks up packages from respective open source community. For e.g. dbus package is picked from freedesktop.org etc. In this regard, what kind of tests does yocto runs to
Hi,
I'm aware that yocto picks up packages from respective open source community. For e.g. dbus package is picked from freedesktop.org etc. In this regard, what kind of tests does yocto runs to
|
By
rpaluri@...
·
#54682
·
|
|
Re: [qa-build-notification] QA notification for completed autobuilder build (yocto-3.4_M3.rc1)
Hi All,
This is the full report for yocto-3.4_M3.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
Hi All,
This is the full report for yocto-3.4_M3.rc1:
https://git.yoctoproject.org/cgit/cgit.cgi/yocto-testresults-contrib/tree/?h=intel-yocto-testresults
======= Summary ========
No high
|
By
Teoh, Jay Shen
·
#54681
·
|
|
Enable graphic in core-image-minimal for raspberrypi
#yocto
Hello,
I cant find how to add maybe graphic conf for the yocto image I already have for the raspberrypi,
Any help?
Hello,
I cant find how to add maybe graphic conf for the yocto image I already have for the raspberrypi,
Any help?
|
By
yasminebenghozzi6@...
·
#54680
·
|
|
extra-cmake-modules
#yocto
Hi All,
I am trying to build an extra-cmake-modules package. Using bitbake command "bitbake extra-cmake-modules" compiled succuss. But using bitbake core-image-plasma-mobile throwing error. So I want
Hi All,
I am trying to build an extra-cmake-modules package. Using bitbake command "bitbake extra-cmake-modules" compiled succuss. But using bitbake core-image-plasma-mobile throwing error. So I want
|
By
sateesh m
·
#54679
·
|
|
Re: [meta-security][PATCH 1/2] image-with-hardened-binaries: add class
Hi,
I'm really not used to this e-mail process :-D
forwording my original answer to the mailing list...
BR Max
On 06.09.21 10:18, Maximilian Blenk wrote:
Hi,
I'm really not used to this e-mail process :-D
forwording my original answer to the mailing list...
BR Max
On 06.09.21 10:18, Maximilian Blenk wrote:
|
By
Maximilian Blenk
·
#54678
·
|
|
Re: Inactive service of hello world
#yocto
To piggyback on that, it is possible to set Type=oneshot[1] for the
service so that systemd considers the service to be up after it exited.
I find it useful for init or migration scripts that another
To piggyback on that, it is possible to set Type=oneshot[1] for the
service so that systemd considers the service to be up after it exited.
I find it useful for init or migration scripts that another
|
By
Nicolas Jeker
·
#54677
·
|
|
Re: Building Yocto on AWS container getting ERROR: The postinstall intercept hook 'update_icon_cache' failed,
#yocto
For the error, i have tried installed below package in aws container
libgdk-pixbuf2.0-0 in container,
and added DEPENDS += "qemuwrapper-cross" in bb file.
Will try the option building
For the error, i have tried installed below package in aws container
libgdk-pixbuf2.0-0 in container,
and added DEPENDS += "qemuwrapper-cross" in bb file.
Will try the option building
|
By
mail2uvijay@...
·
#54676
·
|
|
Re: Building Yocto on AWS container getting ERROR: The postinstall intercept hook 'update_icon_cache' failed,
#yocto
It's right there at the very end:
NOTE: Exit code 127.
It's right there at the very end:
NOTE: Exit code 127.
|
By
Alexander Kanavin
·
#54675
·
|
|
multilib SDK
I have a custom project where I am building for 64-bit kernel and 32-bit userspace using multilib config
# for 32bit userspace build
require conf/multilib.conf
MULTILIBS =
I have a custom project where I am building for 64-bit kernel and 32-bit userspace using multilib config
# for 32bit userspace build
require conf/multilib.conf
MULTILIBS =
|
By
Arun
·
#54674
·
|
|
Re: Building Yocto on AWS container getting ERROR: The postinstall intercept hook 'update_icon_cache' failed,
#yocto
Raj thanks for the response. Couldnt able to find error from the logs..
Attached detailed logs..
Raj thanks for the response. Couldnt able to find error from the logs..
Attached detailed logs..
|
By
mail2uvijay@...
·
#54673
·
|
|
Re: [poky] Poky:dunfell: SDK install issue (sed: -e expression #1, char 0: no previous regular expression)
Hi,
I think there is a patch queued in the testing branch for
Hi,
I think there is a patch queued in the testing branch for
|
By
Richard Purdie
·
#54672
·
|
|
Re: Inactive service of hello world
#yocto
What does your 'Hello World' service do? Just print 'Hello World' to the console and then exit?
If so that would be the reason why it is inactive. Systemd starts it and then it exits. Typically,
What does your 'Hello World' service do? Just print 'Hello World' to the console and then exit?
If so that would be the reason why it is inactive. Systemd starts it and then it exits. Typically,
|
By
Rudolf J Streif
·
#54671
·
|