Re: [linux-yocto] [PATCH] powerpc/603: Fix handling of the DIRTY flag

2019-09-24 Thread Bruce Ashfield
In message: [linux-yocto][PATCH] powerpc/603: Fix handling of the DIRTY flag on 24/09/2019 zhe...@windriver.com wrote: > From: Christophe Leroy > > commit 415480dce2ef03bb8335deebd2f402f475443ce0 upstream > > If a page is already mapped RW without the DIRTY flag, the DIRTY > flag is never

Re: [linux-yocto] [kernel v5.2/standard/xlnx-soc][PATCH 0/3] patches for zynq7000

2019-09-24 Thread Bruce Ashfield
In message: [linux-yocto][kernel v5.2/standard/xlnx-soc][PATCH 0/3] patches for zynq7000 on 23/09/2019 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, > > Would you please help merge these patches to linux-yocto > v5.2/standard/xlnx-soc branch? These are now merged.

Re: [linux-yocto] [PATCH v5.2] cn96xx: Another patch series for the cn96xx SoC support

2019-09-24 Thread Bruce Ashfield
In message: [PATCH v5.2] cn96xx: Another patch series for the cn96xx SoC support on 23/09/2019 Kevin Hao wrote: > Hi Bruce, > > Here is another patch series got from Marvell for the cn96xx SoC support. > It mainly include some fixes for the mmc and Ethernet. Please help me > merge this into

Re: [linux-yocto] [kernel-cache][PATCH 0/1] xilinx-zynq: enable coresight and xadc kernel options for xilinx-zynq bsp

2019-09-24 Thread Bruce Ashfield
In message: [linux-yocto][kernel-cache][PATCH 0/1] xilinx-zynq: enable coresight and xadc kernel options for xilinx-zynq bsp on 23/09/2019 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, > > Would you please help merge this patch to yocto-kernel-cache's branch >

Re: [yocto] gitlab-ci helper scripts for OpenEmbedded builds

2019-09-24 Thread Robert ber...@yocto.user
Hi Thomas, Please see my comments below. On 24/09/2019 14:36, Thomas Goodwin wrote: Hi Yann, Thanks for sharing! We're working through something similar using a tweak to the CROPS docker containers and GitLab-CI (we started with autobuilder 2, so we've actually merged quite a bit of that

Re: [yocto] gitlab-ci helper scripts for OpenEmbedded builds

2019-09-24 Thread Robert ber...@yocto.user
Hi, On 23/09/2019 23:48, Yann Dirson wrote: Hi all, We released our scripts to help in setting up continuous integration of a yocto-based project using Gitlab-CI. You'll find the repository at https://github.com/BladeGroup/gitlab-oe I am currently not too far away from cern.ch ;) Thanks!

[yocto] Yocto Project Status WW39’19

2019-09-24 Thread Stephen K Jolley
Current Dev Position: YP 2.8 M4 Feature Freeze Next Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation: - SWAT lead is currently: Amanda - SWAT team rotation: Amanda -> Chen on Sept. 27, 2019 - SWAT team rotation: Chen -> Armin on Oct. 4, 2019 -

[yocto] Sumo: default is python2 or python3

2019-09-24 Thread Mauro Ziliani
Hi all. I need to move my application from krogoth to sumo. Which is the python choosed for sumo, as system python interpreter? Best regards,   Mauro -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] gitlab-ci helper scripts for OpenEmbedded builds

2019-09-24 Thread Thomas Goodwin
Hi Yann, Thanks for sharing! We're working through something similar using a tweak to the CROPS docker containers and GitLab-CI (we started with autobuilder 2, so we've actually merged quite a bit of that experience with our GitLab setup). Using docker runners as our cluster, we setup volume

[yocto] [layerindex-web]

2019-09-24 Thread Pranay Mankad
Hi All, Thank you for supporting the recipesExtended view over the last couple of days. Here’s a small patch that includes values from two more variables from the Bitbake cooker – PR and PE. I read through Paul’s explanation of why PE made sense but not PR, and thinking about it, the PR in

Re: [yocto] Nothing PROVIDES 'python3-dev'

2019-09-24 Thread Ross Burton
On 24/09/2019 10:36, Damien LEFEVRE wrote: Hi, Migrating from poky:pyro to poky:warrior. It looks like the python3-dev package is generated from python3-manifest.json:     "dev": {         "cached": [],         "files": [             "${base_libdir}/*.a",            

Re: [yocto] devtool modify both target and native recipe

2019-09-24 Thread Ola x Nilsson
On Tue, Sep 17 2019, Josias Inacio da Silva Filho wrote: > I have a recipe that supports building both native and target, however I > noticed only one can be modified at a time. > > If I try doing: > $ devtool modify myrecipe path_x > $ devtool modify myrecipe-native path_x > > It complains

[yocto] Warrior/ External Kernel Modules Build broken

2019-09-24 Thread Ayoub Zaki
Hello, The external kernel modules build is broken : # bitbake hello-mod | /bin/sh: scripts/basic/fixdep: No such file or directory | /opt/workspace/build/tmp/work-shared/imx6ul-scu/kernel-source/scripts/Makefile.build:332: recipe for target

[yocto] Nothing PROVIDES 'python3-dev'

2019-09-24 Thread Damien LEFEVRE
Hi, Migrating from poky:pyro to poky:warrior. It looks like the python3-dev package is generated from python3-manifest.json: "dev": { "cached": [], "files": [ "${base_libdir}/*.a", "${base_libdir}/*.o", "${bindir}/python*-config",

[yocto] [meta-cgl][PATCH] ucarp: add initscripts-functions as runtime dependency when using systemd

2019-09-24 Thread Yi Zhao
The ucarp.service invokes script /usr/libexec/ucarp to start/stop the ucarp service. But the /etc/init.d/functions file which is required by the script is not installed by default when using systemd. Explicitly set the initscripts-functions package as the runtime dependency when using systemd.