[yocto] Cloning

2018-08-21 Thread pawanKumar
Hi, I'm new to this clearlinux environment and I want to know how to clone poky in clearlinux and generate image. Please forward any link regarding cloning and generating yocto image in clearlinux. Thanks, Pavan -- ___ yocto mailing list yocto@yoctop

[yocto] Yocto build using eclipse

2018-08-21 Thread Sharmila
Hi Team, I am using i.Mx8 Family processor. Can you please tell whether it is possible to build the yocto bsp using *eclipse* to get the images (uboot,zImage,rootfs,dtb files). If yes then what is the procedure for the same. Regards, Sharmila -- ___

[yocto] [pseudo] Pseudo 1.8+ xattr sqlite corruption

2018-08-21 Thread Jack.Fewx
We are encountering a build problem after migrating to Poky 2.3 and Pseudo 1.8.1, and need help to resolve this. It is hampering our development efforts, forcing us to rebuild images frequently. Background: Our build applies SELinux file contexts, during build time since our rootfs is read-only

Re: [yocto] ptest-runner "No ptests found."

2018-08-21 Thread Nader Hariri
I added some features so my local.conf looks like this: IMAGE_FEATURES = "tools-debug debug-tweaks" EXTRA_IMAGE_FEATURES = "ptest-pkgs" here are my logs: # $IMAGE_FEATURES [4 operations] # set /home/nader/poky-docker/workdir/meta-corbos-linux/scripts/build/conf/local.conf:62 # "tools-deb

[yocto] [meta-raspberrypi] Id "s0" respawning too fast on Raspberry pi3

2018-08-21 Thread benxi
Hello Everyone, I build a rpi-hwup-image and run it on my raspberry pi3(Model B V1.2). After the system boots up, I keep seeing such message: INIT: Id "S0" respawning too fast: disabled for 5 minutes. I notice that yocto adds the following line to /etc/inittab when install sysvinit,

[yocto] Id "s0" respawning too fast on Raspberry pi3

2018-08-21 Thread benxi
Hello Everyone, I build a rpi-hwup-image and run it on my raspberry pi3(Model B V1.2). After the system boots up, I keep seeing such message: INIT: Id "S0" respawning too fast: disabled for 5 minutes. I notice that yocto adds the following line to /etc/inittab when install sysvinit,

[yocto] [ANNOUNCEMENT] Yocto Project 2.5.1 (sumo 19.0.1) Released

2018-08-21 Thread Tracy Graydon
Hello, We are pleased to announce the latest release of the Yocto Project 2.5.1 (sumo-19.0.1) is now available for download at: http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/poky-sumo-19.0.1.tar.bz2 http://mirrors.kernel.org/yocto/yocto/yocto-2.5.1/poky-sumo-19.0.1.tar.bz2 A gpg

Re: [yocto] Cleaning out build without re-downloading sources

2018-08-21 Thread Andre McCurdy
On Tue, Aug 21, 2018 at 3:52 PM, Paul Sheer wrote: > Hi, > > I am trying to do a clean out all packages within my build due to a > change in my GCC environment. > > I updated my GCC so, for assurance reasons, I want a rebuild of everything. > > However I want to avoid re-downloading gigs of source

[yocto] Cleaning out build without re-downloading sources

2018-08-21 Thread Paul Sheer
Hi, I am trying to do a clean out all packages within my build due to a change in my GCC environment. I updated my GCC so, for assurance reasons, I want a rebuild of everything. However I want to avoid re-downloading gigs of source packages. I am hoping there is a way, say, to restart all packa

Re: [yocto] how to understand the "PACKAGECONFIG_class-nativesdk " and "PACKAGECONFIG_class-target" ?

2018-08-21 Thread Andre McCurdy
On Tue, Aug 21, 2018 at 3:00 AM, tugouxp <13824125...@163.com> wrote: > how to understand the two: > "PACKAGECONFIG_class_target > PACKAGECONFIG_class-nativesdk " > semantics in bb files? i did not found any explanation on the official > document, so, please help me ,thanks ! They are conditional

[yocto] Yocto Project Status WW34’18

2018-08-21 Thread Jolley, Stephen K
Current Dev Position: YP 2.6 M3. - This is feature freeze for YP 2.6! Next Deadline: YP 2.6 M3 Build Target is Aug. 27, 2018 SWAT Team Rotation: · SWAT lead is currently: Chen · SWAT team rotation: Chen -> Paul on Aug. 24, 2018 · SWAT team rotation: Paul -> Ross on Aug

[yocto] chromium is compiling but is not able to add in the image

2018-08-21 Thread Pandey, Kamal
I tried adding chromium package via the meta-browser layer. It is compiling when I run $ bitbake chromium . But when I run $bitbake core-image-minimal-pdm3. It’s not adding chromium to the image and throwing errors as shown below: Loading cache: 100% |##

Re: [yocto] ptest-runner "No ptests found."

2018-08-21 Thread Nader Hariri
ok, so I changed my local.conf from IMAGE_FEATURES_append = " ptest-pkgs" to EXTRA_IMAGE_FEATURES = "ptest-pkgs", here are the logs: # $IMAGE_FEATURES [3 operations] # set? /home/nader/poky-docker/workdir/poky/meta/conf/distro/include/default-distrovars.inc:23 # "" # set /home/nader/poky

[yocto] how to understand the "PACKAGECONFIG_class-nativesdk " and "PACKAGECONFIG_class-target" ?

2018-08-21 Thread tugouxp
how to understand the two: "PACKAGECONFIG_class_target PACKAGECONFIG_class-nativesdk " semantics in bb files? i did not found any explanation on the official document, so, please help me ,thanks ! -- ___ yocto mailing list yocto@yoctoproject.org https

[yocto] [meta-cgl][PATCH] ocfs2-tools: Fix build with glibc 2.28

2018-08-21 Thread mingli.yu
From: Mingli Yu Backport two patches to fix below compile failures: 1, In file included from o2cb_abi.c:52: ../include/ocfs2/ocfs2.h:222:2: error: unknown type name 'loff_t' loff_t d_off; /* Offset of structure in the file */ ^~ 2, /usr/src/debug/ocfs2-tools/1.8.5-r0/git/mounted.ocfs2/mou

Re: [yocto] ptest-runner "No ptests found."

2018-08-21 Thread Alexander Kanavin
This looks like we *might* have a bug in here. Extra whitespace like this should not have such broken effects. Can you add some unrelated feature to IMAGE_FEATURES, so that we get a list without leading and trailing whitespaces? Alex 2018-08-21 9:54 GMT+02:00 Nader Hariri : > ok, so I changed my