[yocto] [ANNOUNCEMENT] Yocto Project 3.0.3 (zeus 22.0.3) Released

2020-05-28 Thread Vineela
Hello, We are pleased to announce the Yocto Project 3.0.3 (zeus-22.0.3) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.0.3/poky-zeus-22.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.0.3/poky-zeus-22.0.3.tar.bz2 A gpg signed version

[yocto-announce] [ANNOUNCEMENT] Yocto Project 3.0.3 (zeus 22.0.3) Released

2020-05-28 Thread Vineela
Hello, We are pleased to announce the Yocto Project 3.0.3 (zeus-22.0.3) Release is now available for download. http://downloads.yoctoproject.org/releases/yocto/yocto-3.0.3/poky-zeus-22.0.3.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-3.0.3/poky-zeus-22.0.3.tar.bz2 A gpg signed version

Re: [yocto] QA notification for completed autobuilder build (yocto-2.7.4.rc2)

2020-05-28 Thread Richard Purdie
On Thu, 2020-05-28 at 00:28 -0400, William Mills via lists.yoctoproject.org wrote: > > On 5/27/20 6:42 PM, Michael Halstead wrote: > > I've rebuilt the fancyindex module and enabled it. The full filenames > > are displayed now. The module is disabled automatically when new > > versions of EPEL

[yocto] [yocto-autobuilder2][master][dunfell] config.py: Add Ubuntu 20.04 workers

2020-05-28 Thread Steve Sakoman
Signed-off-by: Steve Sakoman --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index ab0f825..8133a29 100644 --- a/config.py +++ b/config.py @@ -101,7 +101,7 @@ publish_dest = "/srv/autobuilder/autobuilder.yoctoproject.org/pub" web_port

[yocto] debug makefile based c-helloworld application

2020-05-28 Thread Christian Schmidt
I try to debug a simple helloworld program but i can't see the source code. My approach: hello.c ``` #include int main() {   printf("Hello World\n");   return 0; } ``` hellome.bb ``` # # This file was derived from the 'Hello World!' example recipe in the # Yocto Project Development

Re: [yocto] #yocto #raspberrypi #linux . Failure to build xen-image-minimal. Yocto bitbake failed @99% while building xen-minimal-image.

2020-05-28 Thread Khem Raj
On 5/27/20 3:37 AM, Siddhartha V wrote: Hello, I am building the xen minimal image using yocto warrior* ("bitbake xen-image-minimal") *by giving the target machine as *"raspberrypi4"*. It reached 99% but at last I got below error and the whole process terminated with error. ERROR:

Re: [yocto] #yocto

2020-05-28 Thread Khem Raj
On 5/24/20 8:22 AM, msriniva...@mvista.com wrote: Hi, I am cross compile nodejs 12.16 recipe for ARM v7 target using Yocto 2.2. I can built nodejs as a individual task (i.e. bitbake -c compile) (with some changes in recipe) with dependency over openssl 1.1.1b recipe from Yocto 2.6. But

Re: [yocto] QA notification for completed autobuilder build (yocto-2.7.4.rc2)

2020-05-28 Thread akuster
On 5/27/20 8:34 PM, Jain, Sangeeta wrote: > Hello All, > > Intel and WR YP QA is planning for QA execution for YP build yocto-2.7.4.rc2. > We are planning to execute following tests for this cycle: > > OEQA-manual tests for following module: > 1. OE-Core > 2. BSP-hw > > Runtime auto test for

Re: [yocto] #apt #linux #yocto #raspberrypi., apt, gcc, sudo not present

2020-05-28 Thread Ross Burton
On Wed, 27 May 2020 at 11:06, Siddhartha V wrote: > Hello, > > I built the image for Raspberrypi3B+ board. But when boot the board gcc, > apt, sudo were not there. Actually only the poweron and poweroff and few > basic commnds like, ls, mkdir, whoami were working. May I konw what wrong I > did

Re: [yocto] #apt #linux #yocto #raspberrypi., apt, gcc, sudo not present

2020-05-28 Thread Josef Holzmayr
Howdy! Am 27.05.2020 um 12:06 schrieb Siddhartha V: Hello,   I built the image for Raspberrypi3B+ board. But when boot the board gcc, apt, sudo were not there. Actually only the poweron and poweroff and few basic commnds like, ls, mkdir, whoami were working. May I konw what wrong I did

Re: [yocto] #apt #linux #yocto #raspberrypi., apt, gcc, sudo not present

2020-05-28 Thread Mark Van De Vyver
Hi Siddhartha, Caveat: This is generally what I've done, and not specific to any rpi or rhel setup If you run `bitbake -e core-image-base | grep "^IMAGE_FEATURES" you'll be able to see what was configured. You can also filter *_FEATURES to get a better idea of what went on in terms of