Re: [yocto] minimize size of SW update bundle

2017-10-19 Thread Patrick Ohly
On Tue, 2017-10-17 at 16:12 +0300, Robert Berger wrote: > Hi, > > Imagine you have only a limited bandwidth to your devices available > for  > SW update. So you would like to minimize what's uploaded (over the > air)  > to your devices. > > How would you do this with yocto? > > [1] and [2] might

[yocto] conflicts between attempted installs of base-files-3.0.14-r89.prsg_x86_base and procps-3.3.12-r0.corei7_64

2017-10-19 Thread Vivek Berodhia
Hi All, I am new to Yocto Project development, I am building core-image-minimal with meta-secure-core for x86 platform. But facing issue in do_rootfs. Issue may be simple but i have not found any solution after google a lot. Please suggest where should i make changes, so that it will accept both e

Re: [yocto] conflicts between attempted installs of base-files-3.0.14-r89.prsg_x86_base and procps-3.3.12-r0.corei7_64

2017-10-19 Thread Alex Kiernan
On 19 October 2017 at 08:19, Vivek Berodhia wrote: > Hi All, > > I am new to Yocto Project development, I am building core-image-minimal > with meta-secure-core for x86 platform. But facing issue in do_rootfs. > Issue may be simple but i have not found any solution after google a lot. > Please su

[yocto] Plain package isn't built for alsa-lib in Poky

2017-10-19 Thread Caglayan, Alinur
Hello, I am trying to build a custom image. Alsa-lib is being compiled and packaged successfully, so Bitbake says. However, it only generates -dbg and -dev packages. So while in function do_rootfs, I get "Unable to install packages, Collected errors: opkg_prepare_url_for_install: Couldn't find

[yocto] sfdisk package

2017-10-19 Thread Stéphane Ancelot
Hi, I would need sfdisk package, I have not found it. I suppose I must create it or are there any software forge where I could find it ? Regards, S.Ancelot -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yo

Re: [yocto] sfdisk package

2017-10-19 Thread Ayoub Zaki
On 19.10.2017 11:36, Stéphane Ancelot wrote: Hi, I would need sfdisk package, I have not found it. I suppose I must create it or are there any software forge where I could find it ? util-linux-sfdisk ? Regards, S.Ancelot -- Ayoub Zaki Embedded Systems Consultant Vaihinger Straße 2/1

Re: [yocto] sfdisk package

2017-10-19 Thread Stéphane Ancelot
Hi, right, it might be this, but how can you retrieve this information ? searching in recipes I have not found it . Regards, S.Ancelot Le 19/10/2017 à 11:39, Ayoub Zaki a écrit : On 19.10.2017 11:36, Stéphane Ancelot wrote: Hi, I would need sfdisk package, I have not found it. I suppos

Re: [yocto] sfdisk package

2017-10-19 Thread Ayoub Zaki
On 19.10.2017 12:26, Stéphane Ancelot wrote: Hi, right, it might be this, but how can you retrieve this information ? searching in recipes I have not found it . find meta* -type f | xargs grep -e 'sfdisk' meta/recipes-core/util-linux/util-linux.inc:PACKAGES =+ "util-linux-agetty util-linux-

Re: [yocto] sfdisk package

2017-10-19 Thread Stéphane Ancelot
Thanks Le 19/10/2017 à 12:28, Ayoub Zaki a écrit : On 19.10.2017 12:26, Stéphane Ancelot wrote: Hi, right, it might be this, but how can you retrieve this information ? searching in recipes I have not found it . find meta* -type f | xargs grep -e 'sfdisk' meta/recipes-core/util-linux/util

[yocto] [meta-mingw][PATCH] gdb: add missing space to append line

2017-10-19 Thread Samuli Piippo
Signed-off-by: Samuli Piippo --- recipes-devtools/gdb/gdb-cross-canadian_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend b/recipes-devtools/gdb/gdb-cross-canadian_%.bbappend index 54b975a..067b614 100644 --- a/reci

[yocto] rocko: QA issue with glibc-locale

2017-10-19 Thread Belisko Marek
Hi, I'm using latest origin/rocko (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build beaglebone core-image-minimal. While build I got this QA error: ERROR: glibc-locale-2.26-r0 do_package: QA Issue: glibc-locale: Files/directories were installed but not shipped in any package: /

Re: [yocto] more efficient debug kernel

2017-10-19 Thread Bruce Ashfield
On 10/18/2017 06:29 PM, Robert Berger wrote: Hi, I usually build a debug kernel with debug info included, which makes it run "suboptimal". Distros build the kernel with CONFIG_DEBUG_INFO enables, but strip symbols out of the resulting kernel and kernel modules, and place them in the separate

[yocto] customising custom-image-sato

2017-10-19 Thread Stéphane Ancelot
Hi, I tried removing puzzles package using IMAGE_INSTALL_remove but it has not had any effect. Is there a way to remove unwanted packages ? Regards, S.Ancelot -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinf

Re: [yocto] customising custom-image-sato

2017-10-19 Thread Burton, Ross
If you want a custom core-image-sato then the easiest (and right) thing to do is to write a new image recipe. Then you get to pick what you want in it and don't want in it. puzzles comes in via packagegroup-x11-sato-games, via -x11-sato (which also depends on -x11-sato-base and -x11-sato-apps)..

Re: [yocto] Plain package isn't built for alsa-lib in Poky

2017-10-19 Thread Burton, Ross
Note that the alsa-lib package doesn't actually put the library alsa-lib but the libasound package, the alsa-lib package could not exist (or for most recent releases, it exists but only contains card data files). So if you're depending on alsa-lib to get the library then that's not the right name.

Re: [yocto] Lib /modules not listed

2017-10-19 Thread Khem Raj
On Wed, Oct 18, 2017 at 11:38 PM, Umamahesh Yelchuruvenkata wrote: > Hi > At the target lib/modules is not listing and lsmod is not tainted. > Any suggestions. Add kerne-modules to your image may be via IMAGE_INSTALL > > Thanks > UmaMahesh > > > > ::DISCLAIMER:: > ---

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-19 Thread Khem Raj
On Thu, Oct 19, 2017 at 4:10 AM, Belisko Marek wrote: > Hi, > > I'm using latest origin/rocko > (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build > beaglebone core-image-minimal. While build I got this QA error: > what layers do you use ? and any local changes ? > ERROR: glibc-

[yocto] Problem with populate_sdk

2017-10-19 Thread Greg Wilson-Lindberg
I'm trying to build an SDK for a Raspberry Pi3, and I got a problem with the files from one of my custom recipes. In my recipe I have: FILES_${PN}-dev = "lib/lib${PN}.a lib/lib${PN}_unix.a lib/pkgconfig include/canfestival/*.h" The *.a files get put into staticdev not dev in the package spli

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-19 Thread Belisko Marek
Hi Khem, On Thu, Oct 19, 2017 at 6:08 PM, Khem Raj wrote: > On Thu, Oct 19, 2017 at 4:10 AM, Belisko Marek > wrote: >> Hi, >> >> I'm using latest origin/rocko >> (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build >> beaglebone core-image-minimal. While build I got this QA error:

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-19 Thread Burton, Ross
On 19 October 2017 at 12:10, Belisko Marek wrote: > I'm using latest origin/rocko > (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build > beaglebone core-image-minimal. While build I got this QA error: > > ERROR: glibc-locale-2.26-r0 do_package: QA Issue: glibc-locale: > Files/dire

Re: [yocto] Building kernel backports for ARM with Yocto

2017-10-19 Thread Marlon Smith
On Wed, 2017-10-18 at 22:50 -0700, Khem Raj wrote: > On Wed, Oct 18, 2017 at 3:13 PM, Marlon Smith om> wrote: > > > > Hi everyone, > > > > I'm trying to build the Linux backports project to get updated wifi > > drivers > > on an older kernel.  The problem is that when building backports, > > it

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-19 Thread Belisko Marek
Hi Ross, On Thu, Oct 19, 2017 at 9:15 PM, Burton, Ross wrote: > On 19 October 2017 at 12:10, Belisko Marek wrote: >> >> I'm using latest origin/rocko >> (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build >> beaglebone core-image-minimal. While build I got this QA error: >> >> ERR

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-19 Thread Belisko Marek
Hi Ross, On Thu, Oct 19, 2017 at 9:42 PM, Belisko Marek wrote: > Hi Ross, > > On Thu, Oct 19, 2017 at 9:15 PM, Burton, Ross wrote: >> On 19 October 2017 at 12:10, Belisko Marek wrote: >>> >>> I'm using latest origin/rocko >>> (65d23bd7986615fdfb0f1717b615534a2a14ab80) with no change to build >>

Re: [yocto] Building kernel backports for ARM with Yocto

2017-10-19 Thread Khem Raj
On Thu, Oct 19, 2017 at 12:38 PM, Marlon Smith wrote: > On Wed, 2017-10-18 at 22:50 -0700, Khem Raj wrote: >> On Wed, Oct 18, 2017 at 3:13 PM, Marlon Smith > om> wrote: >> > >> > Hi everyone, >> > >> > I'm trying to build the Linux backports project to get updated wifi >> > drivers >> > on an olde

Re: [yocto] Building kernel backports for ARM with Yocto

2017-10-19 Thread Marlon Smith
On Thu, 2017-10-19 at 14:18 -0700, Khem Raj wrote: > On Thu, Oct 19, 2017 at 12:38 PM, Marlon Smith com> wrote: > > > > On Wed, 2017-10-18 at 22:50 -0700, Khem Raj wrote: > > > > > > On Wed, Oct 18, 2017 at 3:13 PM, Marlon Smith > > il.c > > > om> wrote: > > > > > > > > > > > > Hi everyone, >

[yocto] [PATCH 0/1] Send email notification on publication

2017-10-19 Thread Amanda Brindle
Before, if there were multiple maintainers, this sent an individual email to each maintainer. Now, this will send one email to all maintainers. The email will also provide instructions for how the maintainer can make changes to the layer's index entry in the future. The following changes since

[yocto] [PATCH 1/1] Send email notification on publication

2017-10-19 Thread Amanda Brindle
When publishing a layer, send an email notification to all of that layer's maintainers. Fixes [YOCTO #11208] Signed-off-by: Amanda Brindle --- layerindex/views.py | 45 +++- templates/layerindex/publishemail.txt| 9 ++ templates/laye

Re: [yocto] rocko: QA issue with glibc-locale

2017-10-19 Thread Burton, Ross
Interesting! Can you tar up and privately mail me all of the temp/log.do_* files inside the glibc-locale work directory? Ross On 19 October 2017 at 22:14, Belisko Marek wrote: > Hi Ross, > > On Thu, Oct 19, 2017 at 9:42 PM, Belisko Marek > wrote: > > Hi Ross, > > > > On Thu, Oct 19, 2017 at 9

Re: [yocto] Lib /modules not listed

2017-10-19 Thread Umamahesh Yelchuruvenkata
Hi, I already tried adding it local.conf, didn't work. Thanks UmaMahesh From: Khem Raj Sent: Thursday, October 19, 2017 9:33:17 PM To: Umamahesh Yelchuruvenkata Cc: yocto@yoctoproject.org Subject: Re: [yocto] Lib /modules not listed On Wed, Oct 18, 2017 at 11:38

Re: [yocto] conflicts between attempted installs of base-files-3.0.14-r89.prsg_x86_base and procps-3.3.12-r0.corei7_64

2017-10-19 Thread Vivek Berodhia
Thanks Alex, both "base-files" and "procps" are providing sysctl.conf. I looked at the sysctl.conf provided by "procps" packages, I did not feel its very important. I think we can ask yocto to skip this. We can do this by modifying procps_*.bb file After removing below two lines from procps_*.

[yocto] [meta-cgl][PATCH] crmsh: disable network access for xsltproc when generate manpages

2017-10-19 Thread Yi Zhao
If the network is in poor condition, there may be an error when generate manpages: | a2x --xsltproc-opts=--catalogs -L -f manpage doc/crm.8.adoc [snip] | a2x: ERROR: "xsltproc" --catalogs --stringparam callout.graphics 0 --stringparam navig.graphics 0 --stringparam admon.textlabel 1 --stringparam