[yocto] [meta-raspberrypi][PATCH] linux: Update to 3.12.3 (latest RPI upstream)

2013-12-08 Thread lists
From: Philipp Wagner Signed-off-by: Philipp Wagner --- recipes-kernel/linux/linux-raspberrypi_3.12.0.bb | 6 -- recipes-kernel/linux/linux-raspberrypi_3.12.3.bb | 6 ++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.0.bb

[yocto] [meta-raspberrypi][PATCH 0/4] Refactor kernel recipes

2013-09-10 Thread lists
From: Philipp Wagner Hi, as follow-up to the discussion in [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi: Add version 3.8.13 I've refactored the kernel recipes a bit and included all discussed kernel versions. The default is now 3.6. I've left linux.inc as-is, as this seems to be copied

[yocto] [meta-raspberrypi][PATCH 1/4] Refactor kernel recipes to reduce code duplication

2013-09-10 Thread lists
From: Philipp Wagner Signed-off-by: Philipp Wagner --- recipes-kernel/linux/linux-raspberrypi.inc | 34 recipes-kernel/linux/linux-raspberrypi_3.2.27.bb | 33 ++- recipes-kernel/linux/linux-raspberrypi_3.6.11.bb | 33 ++- 3

[yocto] [meta-raspberrypi][PATCH 4/4] Add kernel 3.8 and 3.11 for Raspberry Pi

2013-09-10 Thread lists
From: Philipp Wagner Signed-off-by: Philipp Wagner --- recipes-kernel/linux/linux-raspberrypi_3.11.0.bb | 6 ++ recipes-kernel/linux/linux-raspberrypi_3.8.13.bb | 6 ++ 2 files changed, 12 insertions(+) create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.11.0.bb create mode 10

[yocto] [meta-raspberrypi][PATCH 3/4] Make Linux 3.6 the default for Raspberry Pi

2013-09-10 Thread lists
From: Philipp Wagner Kernel 3.6 is also the default for Raspbian and thus should be the most tested version right now. Signed-off-by: Philipp Wagner --- conf/machine/include/rpi-default-providers.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conf/machine/include/rpi-default-provid

[yocto] [meta-raspberrypi][PATCH 2/4] Remove tabs from recipe

2013-09-10 Thread lists
From: Philipp Wagner Signed-off-by: Philipp Wagner --- recipes-kernel/linux/linux.inc | 174 - 1 file changed, 87 insertions(+), 87 deletions(-) diff --git a/recipes-kernel/linux/linux.inc b/recipes-kernel/linux/linux.inc index 493616c..7a8f984 100644 --