[linux-yocto] [yocto-kernel-cache][PATCH] broxton.cfg: Add CONFIG_INTEL_SOC_PMIC_BXTWC

2017-09-08 Thread California Sullivan
This new option was added iand is a dependency for a number of other PMIC options. Fixes several config warnings. Signed-off-by: California Sullivan --- This is for the yocto-4.12 branch. features/soc/broxton/broxton.cfg | 1 + 1 file changed, 1 insertion(+)

Re: [yocto] is there a summary somewhere of container-based YP solutions?

2017-09-08 Thread Bruce Ashfield
On 2017-09-08 4:56 PM, Robert P. J. Day wrote: topic came up today about docker/container-based solutions for embedded linux systems, and i already know some of that: * meta-virtualization layer has recipes-containers/ recipes FYI: there are actually quite a few container tools that are

[yocto] is there a summary somewhere of container-based YP solutions?

2017-09-08 Thread Robert P. J. Day
topic came up today about docker/container-based solutions for embedded linux systems, and i already know some of that: * meta-virtualization layer has recipes-containers/ recipes * resinOS is tailored for containers i'm curious if anyone has summarized the container-related aspects of YP.

Re: [yocto] [meta-oic][PATCH] iotivity_1.2.1: Hotfix: Add ORIGIN rpath for binutils-2.29

2017-09-08 Thread Khem Raj
On Fri, Sep 8, 2017 at 11:59 AM, Philippe Coval wrote: > Set RPATH to ORIGIN as supported by gcc/ld (-rpath=\$ORIGIN) > > Observed issue on poky master was: > > ld: warning: libconnectivity_abstraction.so, \ > needed by out/yocto/x86_64/release/liboctbstack.so,

[yocto] [meta-selinux] Update in progress [resend]

2017-09-08 Thread Mark Hatle
(resend, sorry for the noise, I used Joe's old email addr.) I've started catching up on the past commits and trying to conform to the new Yocto Project compatible checking scripts. My current work in progress is available in the "mgh/master-next" branch. f1f0860 openssh: set

[yocto] [meta-selinux] Update in progress

2017-09-08 Thread Mark Hatle
I've started catching up on the past commits and trying to conform to the new Yocto Project compatible checking scripts. My current work in progress is available in the "mgh/master-next" branch. f1f0860 openssh: set ChallengeResponseAuthentication to no 24cce7b refpolicy: fix a typo in RDEPENDS

[yocto] [meta-oic][PATCH] iotivity_1.2.1: Hotfix: Add ORIGIN rpath for binutils-2.29

2017-09-08 Thread Philippe Coval
Set RPATH to ORIGIN as supported by gcc/ld (-rpath=\$ORIGIN) Observed issue on poky master was: ld: warning: libconnectivity_abstraction.so, \ needed by out/yocto/x86_64/release/liboctbstack.so, not found (try using -rpath or -rpath-link) out/yocto/x86_64/release/liboctbstack.so: \

Re: [yocto] [meta-xilinx] How to include Xilinx DMA driver

2017-09-08 Thread Robert Berger
Hi, On 2017-09-08 19:00, Fan Zhang wrote: Hi All, 1. How to include xilinx_dma.c driver in to the poky image build? In case you want to include out-of tree drivers it could work like this[1] in case you want in-tree it's just a kernel patch similar to[2]. Apparently you will need to turn

Re: [yocto] dnsmasq init script typo

2017-09-08 Thread Khem Raj
On Fri, Sep 8, 2017 at 12:47 AM, Mircea Gliga wrote: > Hi > > I think there is a problem in the dnsmasq init script related to the pidfile > > test -z "${PIDFILE}" && PIFILE="/run/dnsmasq.pid" > > > The script defines a variable PIFILE, notice the missing "D" from PID.

[yocto] [meta-xilinx] How to include Xilinx DMA driver

2017-09-08 Thread Fan Zhang
Hi All, I have a design on Zynq that uses DMA, and I need to setup a driver to program the DMA controller, setup the data transfer and supply data to user space. I searched around in the Xilinx forum, and found an dma_proxy driver. Xilinx also provides an xilinx_dma.c driver for the DMA. It

Re: [yocto] raspberrypi3-64 target not booting

2017-09-08 Thread Paul Barker
On Fri, Sep 8, 2017 at 1:17 PM, Andrea Galbusera wrote: > On Fri, Sep 8, 2017 at 11:22 AM, Paul Barker wrote: >> >> On Fri, Sep 8, 2017 at 10:18 AM, Andrea Galbusera >> wrote: >> > >> > The only particular configuration I have here (and

Re: [yocto] how to submit a patch

2017-09-08 Thread Vincent Prince
Hi, Usually, I follow instructions in README file found in meta-X layer. For example, for poky, it can be found in section "Where to Send Patches" here: http://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/README?h=pyro BR, Vincent 2017-09-08 14:22 GMT+02:00 yahia farghaly

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-08 Thread Yusuke Mitsuki
Hello Andrei and Paul Thanks for your replies. I will create PR in github. 2017-09-07 2:52 GMT+09:00 Andrei Gherzan : > On Wed, Sep 6, 2017 at 10:18 AM, Paul Barker wrote: >> >> On Tue, Sep 5, 2017 at 11:34 PM, Yusuke Mitsuki >>

Re: [yocto] how to submit a patch

2017-09-08 Thread yahia farghaly
i found it in pyro docs, never mind Sent with Mailtrack On 8 September 2017 at 14:11, yahia farghaly wrote: > How to submit a patch in yocto ? i come across this

Re: [yocto] raspberrypi3-64 target not booting

2017-09-08 Thread Andrea Galbusera
of Raspberry > >> Pi 3 64-bit support? If so I'd really like us to document this in the > >> readme and open a bug so we don't lose track of it. > > > > > > Reading this thread made me curious to get back to building/testing for > > raspberrypi3-64 myself as I used

[yocto] how to submit a patch

2017-09-08 Thread yahia farghaly
How to submit a patch in yocto ? i come across this link for open embedded https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded should i follow it ? or there is something else? . more specifically, my patch will be in pyro branch Thanks, -- Yahia Farghaly Graduated from

Re: [yocto] raspberrypi3-64 target not booting

2017-09-08 Thread Paul Barker
ld be nice to help keeping > the support healthy if possible. Then tonight I added back > MACHINE=raspberrypi3-64 bitbake myimage to the builds I run daily with > master branches of poky and meta-raspberrypi and felt into a even earlier > showstopper than the boot issue describe

Re: [yocto] raspberrypi3-64 target not booting

2017-09-08 Thread Andrea Galbusera
g the support healthy if possible. Then tonight I added back MACHINE=raspberrypi3-64 bitbake myimage to the builds I run daily with master branches of poky and meta-raspberrypi and felt into a even earlier showstopper than the boot issue described here. My kernel build fails w

[yocto] dnsmasq init script typo

2017-09-08 Thread Mircea Gliga
Hi I think there is a problem in the dnsmasq init script related to the pidfile | test -z"${PIDFILE}" && PIFILE="/run/dnsmasq.pid" | The script defines a variable PIFILE, notice the missing "D" from PID. And then it doesn't use that variable anymore. It only uses the PIDFILE one. So, if

Re: [yocto] The basehash value changed from...

2017-09-08 Thread Zoran Stojsavljevic
Hello Mike, > You should be able to do "bitbake meta-toolchain-qt5 angstrom-lxde-image" in one go. That should be faster than two separate runs. Thank you, Mike. It does work for me. > If you need two distros, make two build enviroments from them. You should share the sstate-cache directory

[yocto] ERROR: fsl-image-qt5: Recipe file does not have license file information (LIC_FILES_CHKSUM)

2017-09-08 Thread Paritosh Singh
Dear Team, I have successfully used yocto for fsl-image-qt5, but the rootfs generated from this is 1.1 Gb. In order reduce the size of generated rootfs I have removed "require recipes-fsl/images/fsl-image-gui.bb" line from fsl-image-qt5. After that I am getting this error ERROR: