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

lists at philipp-wagner.com lists at philipp-wagner.com
Tue Sep 10 15:36:30 PDT 2013


From: Philipp Wagner <mail at philipp-wagner.com>

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 from meta-oe. Should
we include this directly instead of copying it here?

Philipp

Philipp Wagner (4):
  Refactor kernel recipes to reduce code duplication
  Remove tabs from recipe
  Make Linux 3.6 the default for Raspberry Pi
  Add kernel 3.8 and 3.11 for Raspberry Pi

 conf/machine/include/rpi-default-providers.inc   |   3 +
 recipes-kernel/linux/linux-raspberrypi.inc       |  34 +++++
 recipes-kernel/linux/linux-raspberrypi_3.11.0.bb |   6 +
 recipes-kernel/linux/linux-raspberrypi_3.2.27.bb |  33 +----
 recipes-kernel/linux/linux-raspberrypi_3.6.11.bb |  33 +----
 recipes-kernel/linux/linux-raspberrypi_3.8.13.bb |   6 +
 recipes-kernel/linux/linux.inc                   | 174 +++++++++++------------
 7 files changed, 140 insertions(+), 149 deletions(-)
 create mode 100644 recipes-kernel/linux/linux-raspberrypi.inc
 create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.11.0.bb
 create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.8.13.bb

-- 
1.8.1.4



More information about the yocto mailing list