[yocto] [meta-security][PATCH] clamav: add clamav-cvd package for cvd db

2019-04-08 Thread Armin Kuster
Add native package to support creating a mirror of the clamav cvd and supply it in a new package. Provide a INSTALL_CLAMAV_CVD flag to bypass this creation Signed-off-by: Armin Kuster --- recipes-security/clamav/clamav_0.99.4.bb | 41 +++- .../clamav/files/freshclam-native.conf

Re: [yocto] [sumo] [PATCH v1] systemd: fix musl compilation

2019-04-08 Thread akuster
On 4/9/19 5:45 AM, Sinan Kaya wrote: > On 3/29/2019 10:42 AM, Sinan Kaya wrote: >> musl compilation has been broken since systemd: fix CVE-2018-6954. >> Fixing this >> by placing #ifdef for glob definition. >> >> Signed-off-by: Sinan Kaya > > I didn't see any comments here but I wanted to let

Re: [yocto] [sumo] [PATCH v1] systemd: fix musl compilation

2019-04-08 Thread Sinan Kaya
On 3/29/2019 10:42 AM, Sinan Kaya wrote: musl compilation has been broken since systemd: fix CVE-2018-6954. Fixing this by placing #ifdef for glob definition. Signed-off-by: Sinan Kaya I didn't see any comments here but I wanted to let everyone know that sumo-next branch is currently broken

Re: [yocto] m4-mative: "Please port gnulib fseeko.c to your platform!"

2019-04-08 Thread Burton, Ross
Looks like that bug in gnulib that broke m4 (and others) when glibc changed. Fixed upstream https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=4af4a4a718 and oe-core master/thud/possibly sumo also carry the relevant patch for m4. If you're using older releases against a newer release then

[yocto] m4-mative: "Please port gnulib fseeko.c to your platform!"

2019-04-08 Thread Robert P. J. Day
a few months ago, i ran into (and asked about) a failure building m4-native that you can read here: https://yocto.yoctoproject.narkive.com/6KyM5UvS/m4-native-zedboard-please-port-gnulib-fseeko-c-to-your-platform first, i will admit i'm not sure where the fault lies -- is it m4, or gnulib, or

Re: [yocto] m4-mative: "Please port gnulib fseeko.c to your platform!"

2019-04-08 Thread Robert P. J. Day
On Mon, 8 Apr 2019, Robert P. J. Day wrote: > > a few months ago, i ran into (and asked about) a failure building > m4-native that you can read here: > > https://yocto.yoctoproject.narkive.com/6KyM5UvS/m4-native-zedboard-please-port-gnulib-fseeko-c-to-your-platform > > first, i will admit i'm

Re: [yocto] Installation help

2019-04-08 Thread Nataliya Korovkina
"example.com" is not working. If someone needs to check their connection this way, please use CONNECTIVITY_CHECK_URIS="https://www.yoctoproject.org; N On Mon, Apr 8, 2019 at 2:50 PM Burton, Ross wrote: > There must be if example.com can't be downloaded from... > > On Mon, 8 Apr 2019 at 19:49,

Re: [yocto] Installation help

2019-04-08 Thread Burton, Ross
There must be if example.com can't be downloaded from... On Mon, 8 Apr 2019 at 19:49, Karshi Hasanov wrote: > > There is nothing wrong with my network network! > > For now the issue is resolved. > > Thanks any way. > > > On 2019-04-08 1:10 p.m., Burton, Ross wrote: > > The better fix is to fix

Re: [yocto] Development environment for Grub bootloader and Linux

2019-04-08 Thread Khem Raj
On Mon, Apr 8, 2019 at 9:39 AM Srinivasa RaoW wrote: > > Dear All, > > I have a requirement of modifying Grub bootloader for x86 architecture but > Just read the Wiki Page of Yocto and it states as below” > > “The Yocto Project is an open-source project that delivers a set of tools > that

Re: [yocto] problem with ruby

2019-04-08 Thread Khem Raj
On Mon, Apr 8, 2019 at 9:44 AM Clément Cherbeix wrote: > > Hello all, > > I’m trying to add the MIB mechanics in my yocto project, for that I use dadi > (ruby depenedent) but I get an error when bitbake try to compile : > > DEBUG: Executing shell function do_compile > > ERROR: Loading command:

Re: [yocto] Installation help

2019-04-08 Thread Burton, Ross
The better fix is to fix your network. If you need a proxy, set it in local.conf. Ross On Mon, 8 Apr 2019 at 18:09, Nataliya Korovkina wrote: > > Hello Karshi, > > I had the same message. I added: > > CONNECTIVITY_CHECK_URIS="" > > in conf/local.conf as a QUICK FIX. I hope someone has better

Re: [yocto] Installation help

2019-04-08 Thread Nataliya Korovkina
Hello Karshi, I had the same message. I added: CONNECTIVITY_CHECK_URIS="" in conf/local.conf as a QUICK FIX. I hope someone has better solution, please? Thanks, Nataliya On Mon, Apr 8, 2019 at 12:43 PM Karshi Hasanov wrote: > Hi all, > > I have followed the > > >

Re: [yocto] shared cmake modules

2019-04-08 Thread Henrik Lindblom
> > FILES_${PN}-dev = "${MODULES_DEST_PATH}/*" > Does your library recipe explicitly depend on -dev? Can you share the failing recipe? Cheers, Henrik On Wed, Apr 3, 2019 at 1:18 PM Gabriele Zampieri wrote: > Hi all, > > I'm setting up a layer that will compile our applications and libraries.

[yocto] Yocto Project Unassigned Bugs - Help Needed

2019-04-08 Thread sjolley.yp.pm
All, The triage team meets weekly and does its best to handle the bugs reported into the Bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the

[yocto] problem with ruby

2019-04-08 Thread Clément Cherbeix
Hello all, I’m trying to add the MIB mechanics in my yocto project, for that I use dadi (ruby depenedent) but I get an error when bitbake try to compile : DEBUG: Executing shell function do_compile ERROR: Loading command: build (LoadError) cannot load such file -- zlib ERROR:

[yocto] Installation help

2019-04-08 Thread Karshi Hasanov
Hi all, I have followed the https://www.yoctoproject.org/docs/2.6.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html when issue the "bitbake core-image-minimal" I am keep getting this error: ERROR:  OE-core's config sanity checker detected a potential misconfiguration.     Either fix the

[yocto] Development environment for Grub bootloader and Linux

2019-04-08 Thread Srinivasa RaoW
Dear All, I have a requirement of modifying Grub bootloader for x86 architecture but Just read the Wiki Page of Yocto and it states as below" "The Yocto Project is an open-source project that delivers a set of tools that create operating system images for embedded Linux

Re: [linux-yocto] [kernel-meta v4.19 PATCH] mips: Enable the poweroff driver for the qemumips/qemumips64

2019-04-08 Thread Bruce Ashfield
Thanks Kevin, This is now queued, and I'll send it with my consolidated pull request. Bruce On Wed, Apr 3, 2019 at 7:48 AM Kevin Hao wrote: > > As Indicated by Richard Purdie, in order to shutdown the machine we have > to explicitly enable the PIIX4 poweroff driver for the >

[linux-yocto] v4.18.x - stable updates comprising v4.18.34

2019-04-08 Thread Paul Gortmaker
Bruce, Yocto kernel folks: Here is the next 4.18.x stable update "extension" primarily created for the Yocto project, continuing from the previous v4.18.33 release. There are just over 160 commits here, based on commits chosen from what was used in the recent 4.19.32 stable release. That

Re: [yocto] shared cmake modules

2019-04-08 Thread Gabriele Zampieri
bump Il giorno mer 3 apr 2019 alle ore 12:07 Gabriele Zampieri < gabbla.mal...@gmail.com> ha scritto: > Hi all, > > I'm setting up a layer that will compile our applications and libraries. > All the applications are based on cmake and they share modules. Before > using yocto I kept the modules

Re: [yocto] FileExistsError: [Errorno 17] File Exists

2019-04-08 Thread Burton, Ross
On Mon, 8 Apr 2019 at 07:17, Pandey, Kamal wrote: > Hi I was trying to compile Weston-6.0 using yocto recipe. For this I > backported some of the packages from master branch of poky to my own layer. > During this process, there was one package xorgproto which was used in master > branch of

[yocto] [meta-security][PATCH] clamav: runtime fix local routing

2019-04-08 Thread Armin Kuster
This addes the localhost to resolve.conf to fix: ERROR: Can't get information about database.clamav.net: Temporary failure in name resolution ERROR: Can't download main.cvd from database.clamav.net Giving up on database.clamav.net... Signed-off-by: Armin Kuster ---

[yocto] FileExistsError: [Errorno 17] File Exists

2019-04-08 Thread Pandey, Kamal
Hi I was trying to compile Weston-6.0 using yocto recipe. For this I backported some of the packages from master branch of poky to my own layer. During this process, there was one package xorgproto which was used in master branch of poky but in rocko branch this package is not there. However a

Re: [yocto] yocto touchscreen

2019-04-08 Thread Zoran Stojsavljevic
Hello Nikola, I did some quick analysis of your kernel boot traces, and there are the following observations made: [1] The kernel used is: Linux version 4.4.19-ge581bb1cac (polycaptil@polycaptil-HP-Notebook) ?! In my case (I built YOCTO thud for BBB NOT using X11, only serial console): Linux