Re: [yocto] systemd Version Going Backwards on Warrior

2019-10-29 Thread Robert Joslyn
On Tue, 2019-10-29 at 20:30 +0100, Martin Jansa wrote: > PR server never knows which one is really newer (in git). > > It just returns max(LOCALCOUNT)+1 when it gets query for hash which > isn't stored in the database yet. > > Either the build in question didn't use PRserv at all or PRserv's

Re: [yocto] systemd Version Going Backwards on Warrior

2019-10-29 Thread akuster
On 10/29/19 11:50 AM, Ross Burton wrote: > On 29/10/2019 04:41, Robert Joslyn wrote: >> On Mon, 2019-10-28 at 19:06 +, Ross Burton wrote: >>> On 28/10/2019 16:25, robert.jos...@redrectangle.org wrote: I'm using buildhistory in one of my builds that creates a package feed, and a

Re: [yocto] systemd Version Going Backwards on Warrior

2019-10-29 Thread Ross Burton
On 29/10/2019 04:41, Robert Joslyn wrote: On Mon, 2019-10-28 at 19:06 +, Ross Burton wrote: On 28/10/2019 16:25, robert.jos...@redrectangle.org wrote: I'm using buildhistory in one of my builds that creates a package feed, and a recent update to systemd on warrior triggered version-

Re: [yocto] systemd Version Going Backwards on Warrior

2019-10-29 Thread Martin Jansa
PR server never knows which one is really newer (in git). It just returns max(LOCALCOUNT)+1 when it gets query for hash which isn't stored in the database yet. Either the build in question didn't use PRserv at all or PRserv's cache was deleted between builds or the builds were using the same

[yocto] Yocto Project Status WW44’19

2019-10-29 Thread Stephen K Jolley
Current Dev Position: YP 3.1 M1 Next Deadline: YP 3.1 M1 build Dec. 2, 2019 SWAT Team Rotation: - SWAT lead is currently: Amanda - SWAT team rotation: Amanda -> Armin on Nov. 1, 2019 - SWAT team rotation: Armin-> Anuj on Nov. 8, 2019 -

Re: [yocto] [OE-core] Yocto Project Status WW44’19

2019-10-29 Thread akuster808
On 10/29/19 5:12 PM, Stephen K Jolley wrote: > > Current Dev Position: YP 3.1 M1  > > Next Deadline: YP 3.1 M1 build Dec. 2, 2019 > I noticed there is no 3.0.1 schedule.  Can we try for early December? > > SWAT Team Rotation: > > * > > SWAT lead is currently: Amanda > > * > > SWAT

[linux-yocto] [PATCH 1/3] net: emaclite: fix compile warning in BUFFER_ALIGN

2019-10-29 Thread quanyang.wang
From: Quanyang Wang Use ulong instead of u32 to fix compile warning when building kernel for arm64 (zynqmp): drivers/net/ethernet/xilinx/xilinx_emaclite.c:98:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 98 | #define BUFFER_ALIGN(adr) ((ALIGNMENT -

[linux-yocto] [PATCH 3/3] fpga: zynqmp-fpga: fix compile warning in fpga_mgr_register

2019-10-29 Thread quanyang.wang
From: Quanyang Wang This fixes the compile warning as below: drivers/fpga/fpga-mgr.c:911:2: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 911 | struct dentry *d, *parent; ^~ Signed-off-by: Quanyang Wang --- drivers/fpga/fpga-mgr.c |

[linux-yocto] [kernel-cache yocto-5.2/master] [PATCH] ti-am335x: enable GCC -O2 optimization

2019-10-29 Thread Jun Miao
Ti-am335x bsp includes the standard.scc file, which will set CONFIG_CC_OPTIMIZE_FOR_SIZE=y. As a result, the system boot hangs like below in v5.4.0-rc4 kernel version: When we enable CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE for -O2 Optimization level, the boot succeeds. boot log: systemd[1]: Set

Re: [linux-yocto] [EXTERNAL] Re: kernel-dev rpm does not have much contents

2019-10-29 Thread Bruce Ashfield
On Mon, Oct 28, 2019 at 3:29 PM Michael Lim wrote: > > >On Mon, Oct 28, 2019 at 11:36 AM Michael Lim wrote: > >> > >> I am building a power pc core-image-minimal in yocto using > >> linux-yoct_4.19. The project was built successfully, However, the > >> kernel-dev rpm does not have much

[linux-yocto] [PATCH 1/1] clk: zynqmp: fix memory leak in zynqmp_register_clocks

2019-10-29 Thread quanyang.wang
From: Quanyang Wang This is detected by kmemleak running on zcu102 board: unreferenced object 0xffc877e48180 (size 128): comm "swapper/0", pid 1, jiffies 4294892909 (age 315.436s) hex dump (first 32 bytes): 64 70 5f 76 69 64 65 6f 5f 72 65 66 5f 64 69 76 dp_video_ref_div 31 00 00 00 00 00

[linux-yocto] [V2][kernel v5.2/standard/xlnx-soc][PATCH 0/1] fix kmemleak in zcu102

2019-10-29 Thread quanyang.wang
From: Quanyang Wang Hi Bruce, This patch is missing to be merged. So I send it again. Would you please help merge these patches to linux-yocto v5.2/standard/xlnx-soc branch? Quanyang Wang (1): clk: zynqmp: fix memory leak in zynqmp_register_clocks drivers/clk/zynqmp/clkc.c | 16

[linux-yocto] [PATCH 2/3] drivers: soc: xilinx: fix compile warning by defining payload array length to 12

2019-10-29 Thread quanyang.wang
From: Quanyang Wang In include/linux/mailbox/zynqmp-ipi-message.h, it says that the maximum length of data buffer is fixed to 12 bytes. So define payload array length to 12 to fix compile warning as below: drivers/soc/xilinx/zynqmp_power.c:91:2: warning: ISO C90 forbids variable length array

[linux-yocto] [[kernel v5.2/standard/xlnx-soc]][PATCH 0/3] xililnx-zynqmp: fix compile warning in zynqmp platform

2019-10-29 Thread quanyang.wang
From: Quanyang Wang Hi Bruce, Michal, There are 3 patches to fix compile warnings in xilinx-zynqmp platform. Would you please help review and merge these patches to linux-yocto v5.2/standard/xlnx-soc branch? Thanks, Quanyang Quanyang Wang (3): net: emaclite: fix compile warning in

Re: [linux-yocto] : [kernel-cache yocto-5.2/master]: renesas-rcar: remove unused kernel configure

2019-10-29 Thread Bruce Ashfield
merged Bruce In message: [linux-yocto]: [kernel-cache yocto-5.2/master]: renesas-rcar: remove unused kernel configure on 28/10/2019 meng...@windriver.com wrote: > From: Limeng > > Hi Bruce, > > I want to update renesas-rcar bsp kernel configure. > > Could you please merge this patch into

Re: [linux-yocto] [kernel-cache yocto-5.2/master] [PATCH] ti-am335x: enable GCC -O2 optimization

2019-10-29 Thread Bruce Ashfield
merged. We should also either have a plan to figure out the root cause of this, or we should patch the Kconfig to be broken if enabled .. that way we'll prevent others from turning it on by mistake. Bruce In message: [linux-yocto] [kernel-cache yocto-5.2/master] [PATCH] ti-am335x: enable GCC

Re: [linux-yocto] [V2][kernel v5.2/standard/xlnx-soc][PATCH 0/1] fix kmemleak in zcu102

2019-10-29 Thread Bruce Ashfield
In message: [V2][linux-yocto][kernel v5.2/standard/xlnx-soc][PATCH 0/1] fix kmemleak in zcu102 on 29/10/2019 quanyang.w...@windriver.com wrote: > From: Quanyang Wang > > Hi Bruce, > > This patch is missing to be merged. So I send it again. > > Would you please help merge these patches to