[yocto] Reminder: Yocto Project Technical Team Meeting - Tuesday, Jan. 3, 2017 8:00 AM US Pacific Time

2017-01-02 Thread Jolley, Stephen K
Tuesday, Jan. 3, 2017 8:00 AM US Pacific Time Agenda: * Opens collection - 5 min (Stephen) * Yocto Project status - 5 min (Stephen/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v2.3_Status https://wiki.yoctoproject.org/wiki/Yocto_2.3_Schedule https://wiki.yoctoproject.org/wiki/Yo

[yocto] [meta-raspberrypi][PATCH 1/1] linux-raspberrypi: support configuration fragments / in-tree defconfig

2017-01-02 Thread Piotr Lewicki
From: Alex J Lennon Resending a patch by Alex J Lennon (https://lists.yoctoproject.org/pipermail/yocto/2015-October/027034.html). Signed-off-by: Piotr Lewicki --- recipes-kernel/linux/linux-raspberrypi.inc | 12 recipes-kernel/linux/linux-raspberrypi/defconfig | 1 - recipe

[yocto] [meta-raspberrypi][PATCH 0/1] support of kernel config fragments

2017-01-02 Thread Piotr Lewicki
Resending a patch by Alex J Lennon (https://lists.yoctoproject.org/pipermail/yocto/2015-October/027034.html). Applied manually to the newest revision. Alex J Lennon (1): linux-raspberrypi: support configuration fragments / in-tree defconfig recipes-kernel/linux/linux-raspberrypi.inc | 1

Re: [yocto] [meta-raspberrypi][PATCH 1/1] linux-rpi: clean .config in before do_configure step

2017-01-02 Thread Piotr Lewicki
On 30.12.2016 14:20, Andrei Gherzan wrote: On Fri, Dec 30, 2016 at 08:20:00AM +0100, Piotr Lewicki wrote: On 29.12.2016 19:20, Andrei Gherzan wrote: On Fri, Dec 16, 2016 at 08:58:22AM -0800, Khem Raj wrote: On Dec 15, 2016, at 2:05 AM, Piotr Lewicki wrote: Signed-off-by: Piotr Lewicki --- r

[yocto] [meta-raspberrypi][PATCH 2/3] linux-raspberrypi: Drop v4.1

2017-01-02 Thread Paul Barker
The linux-raspberrypi 4.1 recipe has been broken for a while, probably since 09b76a43f6f6852406de385a45f472c52b6a8571. It should now be safe to drop this version. Signed-off-by: Paul Barker --- .../0001-dts-add-overlay-for-pitft22.patch | 110 - ...ove-unused-sm_cache

[yocto] [meta-raspberrypi][PATCH 3/3] linux-raspberrypi: Upgrade to v4.4.39

2017-01-02 Thread Paul Barker
Signed-off-by: Paul Barker --- recipes-kernel/linux/linux-raspberrypi_4.4.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb index 35a72d7..3317c02 100644 --- a/recipes-kernel/li

[yocto] [meta-raspberrypi][PATCH 1/3] Remove True option to getVar calls

2017-01-02 Thread Paul Barker
getVar() now defaults to expanding by default. Signed-off-by: Paul Barker --- classes/linux-raspberrypi-base.bbclass | 4 ++-- recipes-kernel/linux/linux-raspberrypi.inc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/classes/linux-raspberrypi-base.bbclass b/classes

[yocto] [meta-raspberrypi][PATCH 0/3] Kernel update and getVar cleanup

2017-01-02 Thread Paul Barker
These patches have been boot tested for both raspberrypi and raspberrypi3. The first patch in the series probably breaks things for the morty branch. I'm also proposing we drop support for linux-raspberrypi v4.1 as it's currently broken on master. We should create a morty branch for meta-raspberry