Hi

This updates the machine, kernel and bootloader files for Toradex
machines to the versions used for the Toradex 2.7.3 relase.

The intention is to also backport them into pyro and morty once they
are in master.

Changes in v2:
- unified the way PR and PV are set between kernel and U-Boot recipe. 
- use a += assignment also for the use-mainline-bsp device tree
- stop using linux-dtb.inc
>From Otavio's review:
- dropped the patches which added to the ${MACHINE}.conf:
    include conf/machine/include/apalis-imx6.inc
- dropped IMAGE_FSTYPE sdcard. (adding wic is delayed as we first
                                need a usable kickstart file)
- use SRCPV instead of SRCREV, moved this from PR to PV to have
  AUTOINC replaced by bitbake packaging.

Max

Max Krummenacher (16):
  linux-toradex: update kernel version 4.4 for colibri-vf
  linux-toradex: update kernel to 4.1 for apalis-/colibri-imx6,
    colibri-imx7
  linux-toradex: Stop using linux-dtb.inc
  u-boot-toradex: update to 2016.11
  apalis-imx6.conf: build a spl based u-boot
  apalis-imx6.conf: do not deploy the kernel in the rootfs
  apalis-imx6.conf: add device trees for ixora and use-mainline-bsp
  apalis-imx6.conf: drop image_fstype sdcard
  colibri-imx6.conf: build a spl u-boot
  colibri-imx6.conf: do not deploy the kernel in the rootfs
  colibri-imx6.conf: add device trees for aster and use-mainline-bsp
  colibri-imx6.conf: drop image_fstype sdcard
  colibri-imx7.conf: add device tree for the aster carrier board
  colibri-imx7.conf: drop image_fstype sdcard
  colibri-vf.conf: add a device tree for the aster carrier board
  colibri-vf.conf: drop image_fstype sdcard

 conf/machine/apalis-imx6.conf                      |  28 +-
 conf/machine/colibri-imx6.conf                     |  18 +-
 conf/machine/colibri-imx7.conf                     |   4 +-
 conf/machine/colibri-vf.conf                       |   4 +-
 recipes-bsp/u-boot/u-boot-toradex.inc              |  11 +-
 recipes-bsp/u-boot/u-boot-toradex_2015.04.bb       |   7 -
 recipes-bsp/u-boot/u-boot-toradex_2016.11.bb       |   8 +
 .../linux/linux-toradex-3.14.52/defconfig          | 374 ---------------------
 .../defconfig                                      | 129 +++++--
 recipes-kernel/linux/linux-toradex-4.4/defconfig   |   6 +
 recipes-kernel/linux/linux-toradex_3.14.52.bb      |  12 -
 ...oradex_4.1.15.bb => linux-toradex_4.1-2.0.x.bb} |  11 +-
 recipes-kernel/linux/linux-toradex_4.4.bb          |   8 +-
 13 files changed, 172 insertions(+), 448 deletions(-)
 delete mode 100644 recipes-bsp/u-boot/u-boot-toradex_2015.04.bb
 create mode 100644 recipes-bsp/u-boot/u-boot-toradex_2016.11.bb
 delete mode 100644 recipes-kernel/linux/linux-toradex-3.14.52/defconfig
 rename recipes-kernel/linux/{linux-toradex-4.1.15 => 
linux-toradex-4.1-2.0.x}/defconfig (77%)
 delete mode 100644 recipes-kernel/linux/linux-toradex_3.14.52.bb
 rename recipes-kernel/linux/{linux-toradex_4.1.15.bb => 
linux-toradex_4.1-2.0.x.bb} (66%)

-- 
2.9.4

-- 
_______________________________________________
meta-freescale mailing list
meta-freescale@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-freescale

Reply via email to