Re: [yocto] morty populate_sdk_ext fails for recipes inherit bin_package

2017-01-15 Thread Paul Eggleton
Hi Richard, On Tue, 10 Jan 2017 01:17:39 richard_al...@keysight.com wrote: > Ross Burton wrote > > _append doesn't insert whitespace, so you need to do it. Use > > TOOLCHAIN_TARGET_TASK_append = " hals hals-doc" in your image recipe > > instead of changing it globally. > > Thanks Ross, my TOOLCH

[yocto] [Recipe reporting system] Upgradable recipe name list

2017-01-15 Thread recipe-report
This mail was sent out by Recipe reporting system. This message list those recipes which need to be upgraded. If maintainers believe some of them needn't to upgrade at this time, they can fill RECIPE_NO_UPDATE_REASON in respective recipe file to ignore this remainder until newer upstream version w

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

2017-01-15 Thread Paul Barker
On Mon, 2 Jan 2017 13:20:10 + Paul Barker wrote: > 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 > br

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

2017-01-15 Thread Paul Barker
Signed-off-by: Paul Barker --- recipes-kernel/linux/linux-raspberrypi_4.8.bb | 8 1 file changed, 8 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_4.8.bb diff --git a/recipes-kernel/linux/linux-raspberrypi_4.8.bb b/recipes-kernel/linux/linux-raspberrypi_4.8.bb

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

2017-01-15 Thread Paul Barker
Signed-off-by: Paul Barker --- .../0001-fix-dtbo-rules.patch | 44 -- recipes-kernel/linux/linux-raspberrypi_4.7.bb | 9 - 2 files changed, 53 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi-4.7/0001-fix-dtbo-rules.patch

[yocto] [meta-raspberrypi][PATCH 0/2] Drop kernel versions 4.7 and 4.8

2017-01-15 Thread Paul Barker
As discussed recently on the list, we can just keep LTS versions now that v4.9 is available. I'm sending these so anyone who still needs v4.7 or v4.8 can shout 'stop!' before we remove them. Paul Barker (2): linux-raspberrypi: Drop v4.7 linux-raspberrypi: Drop v4.8 .../0001-fix-dtbo-rules.p