[meta-freescale] [meta-fsl-arm-extra][PATCHv2 0/8] Split crystalfontz boards

Alexandre Belloni alexandre.belloni at free-electrons.com
Fri Sep 6 13:18:04 PDT 2013


This patch series splits the machine configuration for all the crystalfontz
boards. This is required as we need to be able to diferrentiate boards to apply
different configuration (eg for the touchscreens)

The first patch ensures the kernel link will always have the name barebox is
looking for so that we don't break previous deployments.

The second one splits the cfa-10036 in an include file, common for all boards
and the actual configuration file.

The lasts patches add each boards.

Changes in v2:
 - stop adding the cfa-10037 dt to the cfa-10055 and cfa-10056 images

Alexandre Belloni (8):
  linux-cfa: always use cfa10036 as MACHINE for the kernel link
  cfa10036: split configuration
  Add a machine configuration for cfa-10037
  Add a machine configuration for cfa-10049
  Add a machine configuration for cfa-10055
  Add a machine configuration for cfa-10056
  Add a machine configuration for cfa-10057
  Add a machine configuration for cfa-10058

 conf/machine/cfa10036.conf             | 34 +---------------------------------
 conf/machine/cfa10037.conf             |  9 +++++++++
 conf/machine/cfa10049.conf             | 11 +++++++++++
 conf/machine/cfa10055.conf             | 11 +++++++++++
 conf/machine/cfa10056.conf             | 11 +++++++++++
 conf/machine/cfa10057.conf             | 11 +++++++++++
 conf/machine/cfa10058.conf             | 11 +++++++++++
 conf/machine/include/cfa10036.inc      | 30 ++++++++++++++++++++++++++++++
 recipes-kernel/linux/linux-cfa_3.10.bb |  2 +-
 9 files changed, 96 insertions(+), 34 deletions(-)
 create mode 100644 conf/machine/cfa10037.conf
 create mode 100644 conf/machine/cfa10049.conf
 create mode 100644 conf/machine/cfa10055.conf
 create mode 100644 conf/machine/cfa10056.conf
 create mode 100644 conf/machine/cfa10057.conf
 create mode 100644 conf/machine/cfa10058.conf
 create mode 100644 conf/machine/include/cfa10036.inc

-- 
1.8.1.2




More information about the meta-freescale mailing list