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 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
