[yocto] [meta-mingw][sumo][PATCH 1/1] openssl: build for mingw

2018-07-11 Thread Juro Bystricky
Build openssl.exe and several .dll files needed to run openssl under Windows Signed-off-by: Juro Bystricky --- .../openssl/openssl/mingw-targets.patch | 13 + recipes-connectivity/openssl/openssl_1.0.2o.bbappend | 19 +++ 2 files changed, 32

[yocto] [meta-mingw][sumo][PATCH 0/1] openssl for Windows

2018-07-11 Thread Juro Bystricky
Patch to allow building openssl for Windows. openssl can also become part of SDK, i.e: SDKMACHINE="x86_64-mingw32" MACHINE = "qemux86-64" TOOLCHAIN_HOST_TASK_append = " nativesdk-openssl " Juro Bystricky (1): openssl: build for mingw .../openssl/openssl/mingw-targets.patch |

Re: [yocto] Keeping and modifying Source code in Yocto

2018-07-11 Thread Khem Raj
On Wed, Jul 11, 2018 at 9:28 AM Simon Chamlian wrote: > > I am getting the following error using devtool: > > $ devtool add help > ERROR: Layer directory '/home/jay/sources/poky/meta' does not exist! Please > check BBLAYERS in /home/jay/build/conf/bblayers.conf > > $ whereis devtool > devtool:

Re: [yocto] [meta-raspberrypi] dtb mising from raspberrypi3-64.conf

2018-07-11 Thread Khem Raj
Hi Steve Can you open an issue on https://github.com/agherzan/meta-raspberrypi On Tue, Jul 10, 2018 at 11:52 AM Steve Pavao wrote: > > Would you please add the bcm2710-rpi-cm3.dtb to the KERNEL_DEVICETREE listing > in raspberrypi3-64.conf in sumo branch? It’s missing. > > - Steve Pavao > Korg

Re: [yocto] LLVM: error adding symbols: File in wrong format

2018-07-11 Thread Khem Raj
Hi Giordon On Tue, Jul 10, 2018 at 10:36 AM Giordon Stark wrote: > > Hi all, > > | > /local/d4/gstark/poky/build/tmp/work/aarch64-poky-linux/root/6.14.00-r0/recipe-sysroot-native/usr/lib/libLLVMSupport.a: > error adding symbols: File in wrong format > | clang-5.0: error: linker command failed

Re: [yocto] Which bb is chosen when several versions are available

2018-07-11 Thread Andre McCurdy
On Wed, Jul 11, 2018 at 12:30 PM, Rudolf J Streif wrote: > The one with the higher version number unless explicitly overridden with > PREFERRED_VERSION_php. > > However, if there is also a recipe with _git.bb then that one will be > chosen as git indicates the latest. Selection between multiple

Re: [yocto] Which bb is chosen when several versions are available

2018-07-11 Thread Rudolf J Streif
The one with the higher version number unless explicitly overridden with PREFERRED_VERSION_php. However, if there is also a recipe with _git.bb then that one will be chosen as git indicates the latest. :rjs On 07/11/2018 12:28 PM, Simon Chamlian wrote: > Hi, > > In the BSP yocto image, I have

[yocto] Which bb is chosen when several versions are available

2018-07-11 Thread Simon Chamlian
Hi, In the BSP yocto image, I have 2 recipes: /sources/meta-openembedded/meta-oe/recipes-devtools/php drwxrwxr-x 2 jay jay 4096 Jun 28 09:48 php -rw-rw-r-- 1 jay jay 232 Jun 28 09:48 php_5.5.38.bb drwxrwxr-x 2 jay jay 4096 Jun 28 09:48 php-5.6.26 -rw-rw-r-- 1 jay jay 291 Jun 28 09:48

Re: [yocto] QA cycle report for 2.3.4 RC1

2018-07-11 Thread Kirkiris, Nectar
+1 to release from the Intel side as well. Nectar -Original Message- From: richard.pur...@linuxfoundation.org [mailto:richard.pur...@linuxfoundation.org] Sent: Wednesday, July 11, 2018 6:21 AM To: Yeoh, Ee Peng ; 'yocto@yoctoproject.org' ; Jolley, Stephen K ; Eggleton, Paul Cc:

Re: [yocto] [layerindex-web] RFC: layer index docker fixes

2018-07-11 Thread Konrad Scherer
On 07/10/2018 12:17 PM, Paul Eggleton wrote: Hi folks I've been trying to get the OE layer index example docker setup in shape, based upon improvements from myself, Michael and Konrad. For the moment I've taken most of what Michael and I did (with some fixes and tweaks, and broken up into

Re: [yocto] Keeping and modifying Source code in Yocto

2018-07-11 Thread Simon Chamlian
I am getting the following error using devtool: $ devtool add help ERROR: Layer directory '/home/jay/sources/poky/meta' does not exist! Please check BBLAYERS in /home/jay/build/conf/bblayers.conf $ whereis devtool devtool: /opt/PHYTEC_BSPs/yocto_imx7/sources/poky/scripts/devtool The paths are

Re: [yocto] QA cycle report for 2.3.4 RC1

2018-07-11 Thread Richard Purdie
On Tue, 2018-07-10 at 06:11 +, Yeoh, Ee Peng wrote: > This is the full report for 2.3.4.rc1: > https://wiki.yoctoproject.org/wiki/WW25_-_2018-06-22-_Full_Test_Cycle > _-_2.3.4_rc1 > > === Summary > > All planned tests were executed. There were zero high milestone > defect.

[yocto] YOCTO kernel configuration considerations

2018-07-11 Thread Zoran Stojsavljevic
Hello people, I guess, this stuff is well known to the experts and community, but not entirely to me, considering YOCTO setup. So I apologize for repeating the topic. So I took Sumo branch, advanced my BeagleBone Black bare-bone image, and recompiled the whole Beaglebone Black for the

Re: [yocto] [PATCH] [yocto-autobuilder] init: Fix the import module yoctoabb & yocto_console_view

2018-07-11 Thread Chan, Aaron Chun Yew
Hi Richard, Thanks for the well crafted explanation, and after talking to Paul I got a clearer picture on which direction we should be heading and we should align and work towards python3. Maybe I was not aware, my bad. Cheers, Aaron -Original Message- From:

Re: [yocto] [PATCH] [yocto-autobuilder] init: Fix the import module yoctoabb & yocto_console_view

2018-07-11 Thread Richard Purdie
On Wed, 2018-07-11 at 02:23 +, Chan, Aaron Chun Yew wrote: > It appears that your using virtualenv (switch to python3) to startup > your buildbot processes and not using the default python from host > distribution. > I am aware that you can switch interpreter to python2/3 in > virtualenv.