Re: [meta-xilinx] [PATCH 1/2] device-tree: Consolidate device-tree recipe and append

2018-08-28 Thread Jean-François Dagenais
> On Aug 28, 2018, at 02:36, Nathan Rossi wrote: > > The only differences between the existing device-tree.bb implementation > and the devicetree.bbclass implementation is the device trees are > deployed in a "drivetree/" subdirectory within the deployed images > directory. "Drivetree"? Typo?

[meta-xilinx] [PATCH] mtd: nand: Arasan: Fix initialization of controller structure

2018-08-28 Thread Martin Lund
Make sure that the controller structure is initialized using the nand_hw_control_init() function. This way the spinlock, waitqueue elements etc. of the structure will be correctly initialized. Without this fix the nand driver have been seen stalling, especially when stress tested. --- drivers/mtd

[meta-xilinx] [PATCH] meta-xilinx-contrib/linux-firmware_%.bbappend: Remove license setup

2018-08-28 Thread Nathan Rossi
The cypress license setup and packaging is now available in the base recipe and does not need to be appended. Signed-off-by: Nathan Rossi --- .../linux-firmware/linux-firmware_%.bbappend | 14 -- 1 file changed, 14 deletions(-) diff --git a/meta-xilinx-contrib/recipes