All of lore.kernel.org
 help / color / mirror / Atom feed
* [3rdparty][PATCH v2 00/16] update the toradex bsp files to 2.7.3 release
@ 2017-09-14 19:30 Max Krummenacher
  2017-09-14 19:30 ` [3rdparty][PATCH v2 01/16] linux-toradex: update kernel version 4.4 for colibri-vf Max Krummenacher
                   ` (15 more replies)
  0 siblings, 16 replies; 22+ messages in thread
From: Max Krummenacher @ 2017-09-14 19:30 UTC (permalink / raw)
  To: meta-freescale
  Cc: marcel.ziswiler, Max Krummenacher, otavio.salvador, stefan.agner

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



^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2017-09-21 20:40 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-14 19:30 [3rdparty][PATCH v2 00/16] update the toradex bsp files to 2.7.3 release Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 01/16] linux-toradex: update kernel version 4.4 for colibri-vf Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 02/16] linux-toradex: update kernel to 4.1 for apalis-/colibri-imx6, colibri-imx7 Max Krummenacher
2017-09-15 21:15   ` Stefan Agner
2017-09-16 13:07     ` Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 03/16] linux-toradex: Stop using linux-dtb.inc Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 04/16] u-boot-toradex: update to 2016.11 Max Krummenacher
2017-09-15 21:29   ` Stefan Agner
2017-09-16 13:02     ` Max Krummenacher
2017-09-21 20:40       ` Otavio Salvador
2017-09-14 19:30 ` [3rdparty][PATCH v2 05/16] apalis-imx6.conf: build a spl based u-boot Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 06/16] apalis-imx6.conf: do not deploy the kernel in the rootfs Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 07/16] apalis-imx6.conf: add device trees for ixora and use-mainline-bsp Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 08/16] apalis-imx6.conf: drop image_fstype sdcard Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 09/16] colibri-imx6.conf: build a spl u-boot Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 10/16] colibri-imx6.conf: do not deploy the kernel in the rootfs Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 11/16] colibri-imx6.conf: add device trees for aster and use-mainline-bsp Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 12/16] colibri-imx6.conf: drop image_fstype sdcard Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 13/16] colibri-imx7.conf: add device tree for the aster carrier board Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 14/16] colibri-imx7.conf: drop image_fstype sdcard Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 15/16] colibri-vf.conf: add a device tree for the aster carrier board Max Krummenacher
2017-09-14 19:30 ` [3rdparty][PATCH v2 16/16] colibri-vf.conf: drop image_fstype sdcard Max Krummenacher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.