[yocto] [meta-security][rocko][PATCH] clamav: Add missing clamav.service file to SRC_URI

2018-03-19 Thread Jagadeesh Krishnanjanappa
This solves the below error when systemd is used as init manager, -- snip -- ERROR: clamav-0.99.2-r0 do_package: SYSTEMD_SERVICE_clamav value clamav.service does not exist ERROR: clamav-0.99.2-r0 do_package: Function failed: systemd_populate_packages -- snip -- Other issues: 1. Ship /lib/systemd/

Re: [yocto] meta-raspberrypi systemd rpi0-w bluetooth startup

2018-03-19 Thread Dengke Du
Raspberry pi have two built-in UARTs, PL011 and mini UART by default: /dev/ttyS0 refers to the mini UART, /dev/ttyAMA0 refers to the PL011 https://www.raspberrypi.org/documentation/configuration/uart.md So I think the brcm43438 service should use the /dev/ttyAMA0. On 2018年03月20日 10:41, Deng

Re: [yocto] meta-raspberrypi systemd rpi0-w bluetooth startup

2018-03-19 Thread Dengke Du
For rpi0-w bluetooth, before the commit: https://github.com/agherzan/meta-raspberrypi/commit/6235b0a8543bcf6704d0fe0156ab2b847a4ea0bc#diff-70e4910388c3702c52118d7acf7556e7 the brcm43438.service always failed, because it depends on /dev/ttyAMA0,after that commit, the 'udev-rules-rpi' added to th

Re: [yocto] ARM CPU version question

2018-03-19 Thread Andre McCurdy
On Mon, Mar 19, 2018 at 4:35 PM, Steve Pavao wrote: > > I think I may have discovered a specific situation which is causing the > problem to occur for me. It seems it occurs because I am trying to build a > kernel module under the recipes-kernel directory in my custom layer. A > colleague point

Re: [yocto] ARM CPU version question

2018-03-19 Thread Khem Raj
On 3/19/18 4:35 PM, Steve Pavao wrote: Hi Andre, On Mar 19, 2018, at 5:32 PM, Andre McCurdy > wrote: On Mon, Mar 19, 2018 at 9:49 AM, Steve Pavao > wrote: What’s the recommended way to be able to propogate target-specific compile-time CP

Re: [yocto] ARM CPU version question

2018-03-19 Thread Steve Pavao
Hi Andre, > On Mar 19, 2018, at 5:32 PM, Andre McCurdy wrote: > > On Mon, Mar 19, 2018 at 9:49 AM, Steve Pavao wrote: >> What’s the recommended way to be able to propogate target-specific >> compile-time CPU tune information to affect the build of a source file in my >> own custom layer? >>

Re: [yocto] [meta-security][PATCH] xmlsec1: fix a typo in examples/verify3.c

2018-03-19 Thread akuster808
On 03/04/2018 06:22 PM, jackie.hu...@windriver.com wrote: > From: Jackie Huang > > Signed-off-by: Jackie Huang merged. thanks - armin > --- > .../xmlsec1-fix-a-typo-in-examples-verify3.c.patch | 25 > ++ > recipes-security/xmlsec1/xmlsec1_1.2.25.bb | 1 + > 2 fi

Re: [yocto] ARM CPU version question

2018-03-19 Thread Andre McCurdy
On Mon, Mar 19, 2018 at 9:49 AM, Steve Pavao wrote: > What’s the recommended way to be able to propogate target-specific > compile-time CPU tune information to affect the build of a source file in my > own custom layer? > > For example, if I’m building for an arm6-based target, I’d like to be ab

Re: [yocto] Quick hack for compiling old and outdated YOCTO Jethro for Renesas iwg20m

2018-03-19 Thread Tom Rini
On Mon, Mar 19, 2018 at 05:38:47PM +0100, Zoran Stojsavljevic wrote: > Hello, > > I have to do some job on the Renesas iwg20m platform. From this site: > https://elinux.org/RZ-G/Boards/Yocto_2.0 > > I found some explanation how to do YOCTO build, which I a bit modified > (conf/local.conf). > > I

Re: [yocto] Quick hack for compiling old and outdated YOCTO Jethro for Renesas iwg20m

2018-03-19 Thread Josef Holzmayr
Howdy! On Mon, Mar 19, 2018 at 05:38:47PM +0100, Zoran Stojsavljevic wrote: > [vuser@localhost conf]$ bitbake core-image-minimal > WARNING: Host distribution "Fedora-27" has not been validated with this > version of the build system; you may possibly experience unexpected > failures. It is recommen

Re: [yocto] [OE-core] Yocto Project Status WW12’18

2018-03-19 Thread Burton, Ross
On 19 March 2018 at 19:22, akuster808 wrote: > YP 2.5 M3 is in feature freeze. See status above. > > Does this include package updates? > Yes, upgrades count as features. > Do we have a place identified for new changes (2.6) while 2.5 stabilizes. > A formal place, no. I tend to queue stuff

Re: [yocto] [OE-core] Yocto Project Status WW12’18

2018-03-19 Thread akuster808
On 03/19/2018 08:45 AM, Jordan, Robin L wrote: > > Current Dev Position: YP 2.5 M3 final close out. > > Next Deadline: YP 2.5 M3 cut off was 2/19/18 > > *** FEATURE FREEZE for 2.5 has passed *** > >   > > SWAT lead is currently Ross. > > SWAT team rotation: Armin -> Ross on March 23, 2018 > > SWA

[yocto] ARM CPU version question

2018-03-19 Thread Steve Pavao
What’s the recommended way to be able to propogate target-specific compile-time CPU tune information to affect the build of a source file in my own custom layer? For example, if I’m building for an arm6-based target, I’d like to be able to have the __ARM_ARCH_6__ symbol be available when the Yo

[yocto] Quick hack for compiling old and outdated YOCTO Jethro for Renesas iwg20m

2018-03-19 Thread Zoran Stojsavljevic
Hello, I have to do some job on the Renesas iwg20m platform. From this site: https://elinux.org/RZ-G/Boards/Yocto_2.0 I found some explanation how to do YOCTO build, which I a bit modified (conf/local.conf). It does download all the packages, but it fails here (in *RED*): [vuser@localhost conf]

[yocto] Yocto Project Status WW12’18

2018-03-19 Thread Jordan, Robin L
Current Dev Position: YP 2.5 M3 final close out. Next Deadline: YP 2.5 M3 cut off was 2/19/18 *** FEATURE FREEZE for 2.5 has passed *** SWAT lead is currently Ross. SWAT team rotation: Armin -> Ross on March 23, 2018 SWAT team rotation: Ross -> Juro on March 30, 2018 https://wiki.yoctoprojec

Re: [yocto] Installing setup.py after cmake build in one recipe

2018-03-19 Thread Burton, Ross
On 14 March 2018 at 22:31, Patryk Łaś wrote: > Recipe compiles fine (bitbake my_recipe) but it does not included in final > system image (added entry to add recipe into main image). What is more > there is not site-packages for build in tmp but setup.py seemd to be > invoked. > Simply building a

Re: [yocto] Issue with gcc6

2018-03-19 Thread Burton, Ross
Fido is almost three years old, isn't supported, and doesn't support gcc6 hosts. Either: 1) move to a release which is supported, such a Rocko 2) use a supported host distro for Fido 3) fix the problems yourself. In this case the warning is showing you a line which would crash if executed. Ross

Re: [yocto] How can I check "shared-library-to-package mapping"

2018-03-19 Thread ikjn
On Thu, Mar 15, 2018 at 11:37 AM, Khem Raj wrote: > > On Wed, Mar 14, 2018 at 8:50 AM ikjn wrote: > >> Hi. >> >> My recipe 'A' installs pre-built shared libraries, but I get file_rdeps >> error on >> 'B' recipe's package_qa task, which has runtime dependency on A's so >> files. >> > > Yes howeve

[yocto] Issue with gcc6

2018-03-19 Thread sarayu
Hi , I was trying to setup yocto on my debian VM and pulled the latest yocto fido and tried to compile the core_image_sato. I am getting the below error in the base build. /home/sarayu/code/yocto-sample/poky/build/tmp/work/x86_64-linux/elfutils-nat ive/0.161-r0/elfutils-0.161/libebl/ebli

[yocto] Installing setup.py after cmake build in one recipe

2018-03-19 Thread Patryk Łaś
Hi, Since few days I am dealing with problem in compiling my recipe in which I am downloading git repositories patch them, compiling (via cmake) and finally running setup.py. I have to do it in mentioned order because cmake gives me *.so library which is required by setup.py instalator. Python set

Re: [yocto] Fix 'PACKAGES' in net-snmp recipe

2018-03-19 Thread Kosta Zertsekel
On Monday, March 19, 2018 9:38 AM Huang, Jie (Jackie) wrote: > It was changed for two reasons referred to the commit 5eec0615e: > > """ > - Change to use append for PACKAGES so that: > * ptest package is added from ptest bbcalss > * the PN is back, allow empty and add rdepends on ne

Re: [yocto] How to Skip recipes ?

2018-03-19 Thread Aravindhlal G . S . S
Thanks Khem. Got it working now ! -Aravindh -Original Message- From: Khem Raj Sent: Saturday, March 17, 2018 8:48 PM To: Aravindhlal G.S.S Cc: yocto@yoctoproject.org Subject: Re: [yocto] How to Skip recipes ? On Fri, Mar 16, 2018 at 10:22 PM, Aravindhlal G.S.S wrote: > Yocto Gurus,

Re: [yocto] Fix 'PACKAGES' in net-snmp recipe

2018-03-19 Thread Huang, Jie (Jackie)
> > > From: Kosta Zertsekel [mailto:kzertse...@advaoptical.com] > Sent: Monday, March 19, 2018 14:17 > To: Huang, Jie (Jackie); Khem Raj > Cc: yocto@yoctoproject.org; Enache, Catalin; Zhou, Li > Subject: Re: [yocto] Fix 'PACKAGES' in net-snmp recipe > > > are there specific issue you are seeing