[linux-yocto] [PATCH 1/1] ti-am335x: add the basic scc/cfg enablement

2019-09-03 Thread Jun Miao
Add scc/cfg kernel fragment to build and boot EVM/SK and BeagleBone Black boards all with am335x soc Signed-off-by: Jun Miao --- bsp/ti-am335x/ti-am335x-standard.scc | 7 + bsp/ti-am335x/ti-am335x.cfg | 230 +++ bsp/ti-am335x/ti-am335x.scc | 7 + 3

[linux-yocto] [kernel-cache v5.2] ti-am335x: add base support

2019-09-03 Thread Jun Miao
Hi Bruce, I am working ti boards(AM335x evm/sk/BBB) with am335x soc. Could you help me add scc/cfg to yocto-kernel-cache v5.2 branch. Jun Miao (1): ti-am335x: add the basic

[linux-yocto] [kernel-cache yocto-5.2] nxp-ls20xx: add kernel-cache configuration files for BSP nxp-ls20xx

2019-09-03 Thread Xulin Sun
This adds the cfg & scc files to support the LS2088A-RDB. Signed-off-by: Xulin Sun --- bsp/nxp-ls20xx/nxp-ls20xx-standard.scc | 8 ++ bsp/nxp-ls20xx/nxp-ls20xx.cfg | 162 + bsp/nxp-ls20xx/nxp-ls20xx.scc | 7 ++ 3 files changed, 177 insertions(+)

Re: [linux-yocto] [kernel-cache master/yocto-5.0][PATCH] intel-x86: add MGA G200 series VGA support

2019-09-03 Thread Bruce Ashfield
Indeed. I appear to have messed it up .. I had a lot of merges to do today, so I was sure to get something wrong. This is now really merged. Bruce On Tue, Sep 3, 2019 at 9:57 PM Liwei Song wrote: > > Hi Bruce, > > It seems that this patch was missed by master branch, so does 5.2 branch also >

Re: [yocto] Build break in the latest openbmc tree.

2019-09-03 Thread Alistair Francis
> -Original Message- > From: Khem Raj > Sent: Tuesday, 3 September 2019 6:01 PM > To: Brad Bishop ; Jae Hyun Yoo > ; Alistair Francis > Cc: yocto@yoctoproject.org; OpenBMC Maillist ; > akuster808 ; James Feist > > Subject: Re: [yocto] Build break in the latest openbmc tree. > > > >

[yocto] [meta-security][PATCH 2/2] scap-security-guide: add depends on openscap-native do_install

2019-09-03 Thread Armin Kuster
This ensures openscap-native does install the needed patches security guilde needs to build Minor recipe cleanup too Signed-off-by: Armin Kuster --- .../scap-security-guide/scap-security-guide.inc| 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git

[yocto] [meta-security][PATCH 1/2] openscap: Drop nostamp

2019-09-03 Thread Armin Kuster
add cleandir depends to do_install task This nostamp is causing issues with the yocto-check-layer when checking hash changes. Signed-off-by: Armin Kuster --- .../recipes-openscap/openscap/openscap.inc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git

Re: [linux-yocto] [kernel-cache master/yocto-5.0][PATCH] intel-x86: add MGA G200 series VGA support

2019-09-03 Thread Liwei Song
Hi Bruce, It seems that this patch was missed by master branch, so does 5.2 branch also miss it. Could you help merge it to both master and yocto-5.2 branch? Thanks, Liwei. On 07/08/2019 04:22 PM, Liwei Song wrote: > Enable CONFIG_DRM_MGAG200=m to support Matrox Electronics MGA G200 > and

Re: [linux-yocto] [linux-yocto v5.2] Add the support for the Marvell cn96xx SoC

2019-09-03 Thread Kevin Hao
On Tue, Sep 03, 2019 at 02:00:11PM -0400, Bruce Ashfield wrote: > On Tue, Sep 3, 2019 at 3:39 AM Kevin Hao wrote: > > > > Hi Bruce, > > > > This patch series adds the kernel and kernel meta for the support of the > > Marvell cn96xx SoC support. These patches are almost the same as what I > > have

Re: [yocto] Build break in the latest openbmc tree.

2019-09-03 Thread Khem Raj
On 9/3/19 5:36 PM, Brad Bishop wrote: > at 5:16 PM, Jae Hyun Yoo wrote: > >> On 8/27/2019 5:00 PM, Brad Bishop wrote: >>> On Sun, 2019-08-25 at 10:49 -0700, akuster808 wrote: the meta-security layer should be fix now. please update and let me know if not. >>> Thanks Armin! >>>

Re: [yocto] Build break in the latest openbmc tree.

2019-09-03 Thread Brad Bishop
at 5:16 PM, Jae Hyun Yoo wrote: On 8/27/2019 5:00 PM, Brad Bishop wrote: On Sun, 2019-08-25 at 10:49 -0700, akuster808 wrote: the meta-security layer should be fix now. please update and let me know if not. Thanks Armin! Jae, I've pulled this into OpenBMC. Can you give it a try? Thanks

[yocto] Yocto Project Status WW36’19

2019-09-03 Thread Richard Purdie
Current Dev Position: YP 2.8 M4 Feature FreezeNext Deadline: YP 3.0 Final Release 25th Oct SWAT Team Rotation:SWAT lead is currently: ArminSWAT team rotation: Armin -> Paul on Sept. 6, 2019SWAT team rotation: Paul -> Ross on Sept. 13, 2019

Re: [linux-yocto] [PATCH 1/2 linux-yocto-dev all branches] aufs: bugfix, opts: Fix missing break statement

2019-09-03 Thread Bruce Ashfield
merged to linux-yocto-dev Bruce On Tue, Sep 3, 2019 at 3:28 AM wrote: > > From: He Zhe > > commit 4a80018d718f6be2e862d0c70bb11cd6e6d1fae5 upstream > > Add missing break statement for case Opt_wsum in au_opt_simple. > > Signed-off-by: He Zhe > See-also: >

Re: [linux-yocto] [PATCH 2/2 linux-yocto-dev all branches] aufs: opts: Fix missing fallthrough

2019-09-03 Thread Bruce Ashfield
merged to linux-yocto-dev. Bruce On Tue, Sep 3, 2019 at 3:28 AM wrote: > > From: He Zhe > > commit 8d7b6374d5af2c31ce9501d3502808e3c7a9ea68 upstream > > A compilation -Wimplicit-fallthrough warning was enabled by commit > a035d552a93b ("Makefile: Globally enable fall-through warning") > and

Re: [linux-yocto] [kernel-cache] [all branches] [PATCH] net_sched: Add FQ Controlled Delay packet scheduling algorithm

2019-09-03 Thread Bruce Ashfield
merged to 4.19/5.0/5.2 and master of the kernel-cache. SRCREV bumps will follow in the next few days. Bruce On Tue, Sep 3, 2019 at 3:00 AM wrote: > > From: He Zhe > > It has been widely used and selected by systemd as defalut scheduling > algorithm > since v217. >

Re: [linux-yocto] [linux-yocto-v5.2]: [kernel standard/base]: renesas-rcar: add some patches to improve features on renesas-rcar platform

2019-09-03 Thread Bruce Ashfield
These look fine to me. All four patches are on v5.2/standard/base Bruce On Tue, Sep 3, 2019 at 2:53 AM wrote: > > From: Limeng > > Hi Bruce, > > I am working on BSP renesas-rcar platform, and intend to merge this BSP > supporting into yocto community. > Below 4 patches are used to improve

Re: [linux-yocto] : [kernel-cache yocto-5.2]: renesas-rcar: add configure file for renesas BSP in kernel-cache

2019-09-03 Thread Bruce Ashfield
This is now in the 5.2 branch of the kernel-cache. Bruce On Fri, Aug 30, 2019 at 5:19 AM wrote: > > From: Limeng > > Hi Bruce, > > I am working on BSP renesas-rcar platform, and intend to merge this BSP > supporting into yocto community. > Below patch includes scc and cfg files for

Re: [linux-yocto] [kernel-meta] bsp: Add the support for the marvell-cn96xx BSP

2019-09-03 Thread Bruce Ashfield
On Tue, Sep 3, 2019 at 3:40 AM Kevin Hao wrote: > > This adds the cfg files to support the Marvell OCTEON TX2 > CN96XX multicore arm64 SoC. merged to yocto-5.2 of the kernel-cache. Bruce > > Signed-off-by: Kevin Hao > --- > bsp/marvell-cn96xx/marvell-cn96xx-standard.scc | 7 ++ >

Re: [linux-yocto] [kernel] The kernel patches for the Marvell cn96xx support

2019-09-03 Thread Bruce Ashfield
On Tue, Sep 3, 2019 at 3:40 AM Kevin Hao wrote: > > The following changes since commit 35276d20c01a78ee3640a074446b0c15c486c5d0: > > selftests/bpf: structure test_{progs, maps, verifier} test runners > uniformly (2019-08-30 00:33:44 -0400) > > are available in the Git repository at: > >

Re: [linux-yocto] [kernel-cache master] bsp: Add the support for the marvell-cn96xx BSP

2019-09-03 Thread Bruce Ashfield
merged to master Bruce On Tue, Aug 20, 2019 at 7:32 AM Kevin Hao wrote: > > This adds the cfg files to support the Marvell OCTEON TX2 > CN96XX multicore arm64 SoC. > > Signed-off-by: Kevin Hao > --- > bsp/marvell-cn96xx/marvell-cn96xx-standard.scc | 7 ++ >

Re: [linux-yocto] [linux-yocto-dev] Add the support for the Marvell cn96xx SoC

2019-09-03 Thread Bruce Ashfield
On Tue, Aug 20, 2019 at 7:25 AM Kevin Hao wrote: > > Hi Bruce, > > This patch series adds the support for the Marvell cn96xx SoC. The OCTEON TX2 > cn96xx SoC is a scalable architecture that integrates high performance 64-bit > Armv8.2 processors, a cache-coherent interconnect, hardware

Re: [yocto] [meta-cloud-services][PATCH] glusterfs: support usrmerge

2019-09-03 Thread Bruce Ashfield
merged Bruce On Fri, Aug 30, 2019 at 2:13 AM wrote: > > From: Changqing Li > > Signed-off-by: Changqing Li > --- > recipes-extended/glusterfs/glusterfs.inc | 8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/recipes-extended/glusterfs/glusterfs.inc >

[yocto] [meta-raspberrypi] Confusion about U-Boot setup

2019-09-03 Thread Greg Wilson-Lindberg
I've configured a sumo build, by way of QT's boot2qt to use u-boot and I am seeing a u-boot prompt for keypress to drop out of automatic booting on startup, but I don't see any configuration scripts for u-boot (uEnv.txt or a script) on the image or in the build tmp/ dir. For the raspberry pi,

Re: [linux-yocto] [linux-yocto v5.2] Add the support for the Marvell cn96xx SoC

2019-09-03 Thread Bruce Ashfield
On Tue, Sep 3, 2019 at 3:39 AM Kevin Hao wrote: > > Hi Bruce, > > This patch series adds the kernel and kernel meta for the support of the > Marvell cn96xx SoC support. These patches are almost the same as what I > have sent for the linux-yocto-dev [1] [2]. The major difference between I assume

Re: [linux-yocto] [linux-yocto-dev] Add the support for the Marvell cn96xx SoC

2019-09-03 Thread Bruce Ashfield
On Fri, Aug 30, 2019 at 1:01 AM Kevin Hao wrote: > > On Tue, Aug 20, 2019 at 07:21:04PM +0800, Kevin Hao wrote: > > Hi Bruce, > > > > This patch series adds the support for the Marvell cn96xx SoC. The OCTEON > > TX2 > > cn96xx SoC is a scalable architecture that integrates high performance > >

Re: [yocto] Error at extensible sdk installation

2019-09-03 Thread Markus Volk
On Tue, 3 Sep 2019 09:13:03 -0700 Khem Raj wrote: > On Tue, Sep 3, 2019 at 12:05 AM Markus Volk wrote: > > > > > > Hello, > > > > i built myself an extensible sdk from current master branch. After > > successful build i tried to install and got the following error: > > > >

Re: [yocto] Error at extensible sdk installation

2019-09-03 Thread Khem Raj
On Tue, Sep 3, 2019 at 12:05 AM Markus Volk wrote: > > > Hello, > > i built myself an extensible sdk from current master branch. After successful > build i tried to install and got the following error: > >

Re: [yocto] WARNING: bluez5-5.50-r0 do_fetch: Failed to fetch URL file://variscite-bt.conf

2019-09-03 Thread Zoran Stojsavljevic
No any time for the investigation.. Here is the workaround. The file variscite-bt.conf (content is here): https://github.com/ZoranStojsavljevic/imx6-sabre-automotive-bsp/blob/master/Issues/variscite-bt.conf I inserted in one of the paths searched by fetcher, which are given here:

[linux-yocto] [kernel-meta] bsp: Add the support for the marvell-cn96xx BSP

2019-09-03 Thread Kevin Hao
This adds the cfg files to support the Marvell OCTEON TX2 CN96XX multicore arm64 SoC. Signed-off-by: Kevin Hao --- bsp/marvell-cn96xx/marvell-cn96xx-standard.scc | 7 ++ bsp/marvell-cn96xx/marvell-cn96xx.cfg | 107 + bsp/marvell-cn96xx/marvell-cn96xx.scc

[linux-yocto] [kernel] The kernel patches for the Marvell cn96xx support

2019-09-03 Thread Kevin Hao
The following changes since commit 35276d20c01a78ee3640a074446b0c15c486c5d0: selftests/bpf: structure test_{progs, maps, verifier} test runners uniformly (2019-08-30 00:33:44 -0400) are available in the Git repository at: https://github.com/haokexin/linux.git v5.2/standard/cn96xx for you

[linux-yocto] [linux-yocto v5.2] Add the support for the Marvell cn96xx SoC

2019-09-03 Thread Kevin Hao
Hi Bruce, This patch series adds the kernel and kernel meta for the support of the Marvell cn96xx SoC support. These patches are almost the same as what I have sent for the linux-yocto-dev [1] [2]. The major difference between them is that the BPHY driver is added. The BPHY driver handles ioctl

[linux-yocto] [PATCH 1/2 linux-yocto-dev all branches] aufs: bugfix, opts: Fix missing break statement

2019-09-03 Thread zhe.he
From: He Zhe commit 4a80018d718f6be2e862d0c70bb11cd6e6d1fae5 upstream Add missing break statement for case Opt_wsum in au_opt_simple. Signed-off-by: He Zhe See-also: https://www.mail-archive.com/aufs-users@lists.sourceforge.net/msg05684.html (cherry picked from commit

[linux-yocto] [PATCH 2/2 linux-yocto-dev all branches] aufs: opts: Fix missing fallthrough

2019-09-03 Thread zhe.he
From: He Zhe commit 8d7b6374d5af2c31ce9501d3502808e3c7a9ea68 upstream A compilation -Wimplicit-fallthrough warning was enabled by commit a035d552a93b ("Makefile: Globally enable fall-through warning") and triggers the following warning. fs/aufs/opts.h:78:11: warning: this statement may fall

[yocto] Error at extensible sdk installation

2019-09-03 Thread Markus Volk
Hello, i built myself an extensible sdk from current master branch. After successful build i tried to install and got the following error: /home/builder/tuxbox_sdk/tmp/sysroots/x86_64/usr/bin/postinst-docbook-xsl-stylesheets-native-xmlcatalog: line 5: xmlcatalog: command not found and was

[linux-yocto] [kernel-cache] [all branches] [PATCH] net_sched: Add FQ Controlled Delay packet scheduling algorithm

2019-09-03 Thread zhe.he
From: He Zhe It has been widely used and selected by systemd as defalut scheduling algorithm since v217. https://github.com/systemd/systemd/blob/master/NEWS#L5861 Signed-off-by: He Zhe --- features/net_sched/net_sched.cfg | 1 + 1 file changed, 1 insertion(+) diff --git

[linux-yocto] [PATCH 3/4] driver: net: can: disable clock when it is in enable status

2019-09-03 Thread Meng.Li
From: Limeng If disable a clock when it is already in disable status, there will be a warning trace generated. So, it is need to confirm whether what status the clock is in before disable it. Signed-off-by: Meng Li --- drivers/net/can/rcar/rcar_can.c | 5 - 1 file changed, 4

[linux-yocto] [PATCH 4/4] pci: pcie-rcar: add regulators support

2019-09-03 Thread Meng.Li
From: Andrey Gusakov Add PCIe regulators for KingFisher board. Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 47 + drivers/pci/controller/pcie-rcar.c | 64 2 files changed, 111 insertions(+) diff --git

[linux-yocto] [linux-yocto-v5.2]: [kernel standard/base]: renesas-rcar: add some patches to improve features on renesas-rcar platform

2019-09-03 Thread Meng.Li
From: Limeng Hi Bruce, I am working on BSP renesas-rcar platform, and intend to merge this BSP supporting into yocto community. Below 4 patches are used to improve gpio, CAN BUS, audio and PCIe features This first patch is from mainline upstream, the other 3 patches merged into

[linux-yocto] [PATCH 2/4] arch: arm64: dts: Set gpio5-pin9 as input by default

2019-09-03 Thread Meng.Li
From: Limeng The gpio5-pin9 is used as the interrupt pin of i2c external gpio chip, so set this pin as input by default. Signed-off-by: Meng Li --- arch/arm64/boot/dts/renesas/ulcb-kf.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/renesas/ulcb-kf.dtsi

[linux-yocto] [PATCH 1/4] arm64: dts: renesas: ulcb-kf: Add support for TI WL1837

2019-09-03 Thread Meng.Li
From: Spyridon Papageorgiou commit 95ff4aab4173fce010832756b8bea3a7cba3238d from upstream This patch adds description of TI WL1837 and links interfaces to communicate with the IC, namely the SDIO interface to WLAN. Signed-off-by: Spyridon Papageorgiou Signed-off-by: Simon Horman