[meta-freescale] [3rdparty][PATCH v3 00/15] update the toradex bsp files to 2.7.4 release

Max Krummenacher max.oss.09 at gmail.com
Wed Nov 8 07:53:59 PST 2017


Hi

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

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.

Changes in v3:
- updated kernel and U-Boot to the Toradex bsp 2.7.4 version.
- squashed the 'drop using linux-dtb.inc' commit as Stefan suggested.
- added a wic image as we now have a working kickstart file.
- dropped adding all machines to COMPATIBLE_MACHINE in U-Boot recipe
  in favour of adding use-mainline-bsp.

Max

Max Krummenacher (15):
  linux-toradex_4.4: vf, update to toradex bsp 2.7.4
  linux-toradex_4.1-2.0.x: imx, update to toradex bsp 2.7.4
  u-boot-toradex: update to 2016.11, update to toradex bsp 2.7.4
  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: add a wic image in favour of sdcard image
  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: add a wic image in favour of sdcard image
  colibri-imx7.conf: add device tree for the aster carrier board
  colibri-imx7.conf: add a wic image in favour of sdcard image
  colibri-vf.conf: add a device tree for the aster carrier board
  colibri-vf.conf: add a wic image in favour of sdcard image

 conf/machine/apalis-imx6.conf                      |  31 +-
 conf/machine/colibri-imx6.conf                     |  22 +-
 conf/machine/colibri-imx7.conf                     |   8 +-
 conf/machine/colibri-vf.conf                       |   8 +-
 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                                      | 141 ++++++--
 recipes-kernel/linux/linux-toradex-4.4/defconfig   |  12 +
 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, 205 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 (75%)
 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



More information about the meta-freescale mailing list