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,

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

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.

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

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

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 > ++ >

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

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). > >

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

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.

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 > >

[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

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 >

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

[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

[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

Re: [linux-yocto] v4.12.x - stable updates comprising v4.12.21

2018-03-19 Thread Bruce Ashfield
On 2018-03-18 11:18 PM, Bruce Ashfield wrote: On 2018-03-18 11:10 PM, Bruce Ashfield wrote: On 2018-03-14 2:37 PM, Paul Gortmaker wrote: Bruce, Yocto kernel folks: Here is another 4.12.x stable update "extension" primarily created for the Yocto project, continuing on top of the previous

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

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

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

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

2018-03-19 Thread Kosta Zertsekel
> are there specific issue you are seeing besides the packages being empty ? > I would suggest to apply _remove operation to remove the empty packages > if needed from PACKAGES variable No any other specific issues are seen. > I agree, I don't think it's an issue that the packages > being empty,

[yocto] [PATCH V2] prelink: Add RISC-V support

2018-03-19 Thread Khem Raj
Signed-off-by: Khem Raj --- Changes from v1 to v2: - Add riscv ldso knowledge - Rebase on top of staging-master since it needs a patch from there - Search for riscv64 libs in /lib and /usr/lib ChangeLog | 5 + src/elf.h | 25 -