Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/4] Altera SoCkit board support fixes
@ 2017-01-19 15:32 Lucas Bajolet
  2017-01-19 15:32 ` [Buildroot] [PATCH 1/4] configs/altera_sockit: bump kernel to 4.7 and u-boot to v2016.11-rc3 Lucas Bajolet
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Lucas Bajolet @ 2017-01-19 15:32 UTC (permalink / raw)
  To: buildroot

Hi all,

The Altera SoCkit config was broken due to an update of the GCC
version used in buildroot and the kernel being too old to build with
GCC 5+.
See: https://travis-ci.org/buildroot/buildroot-defconfig-testing/jobs/185616884

This patch series should fix the issue by bumping both the kernel version
and the bootloader.

Since it was lacking, the patch also adds a Genimage configuration
for the system.

Lucas Bajolet (4):
  configs/altera_sockit: bump kernel to 4.7 and u-boot to v2016.11-rc3
  board/altera: changed path contents to support sockit from official
    config
  board/altera: update patch to support new official SoCkit
  board/altera: update README for new scripts and fixed some typos

 board/altera/genimage.cfg                          |  31 +
 board/altera/post-image.sh                         |  29 +-
 board/altera/readme.txt                            |  64 +-
 .../sockit/altera_sockit_config_buildroot.patch    |  35 +
 .../uboot-sockit-preloader-sample-design.patch     | 820 ---------------------
 configs/altera_sockit_defconfig                    |  20 +-
 6 files changed, 136 insertions(+), 863 deletions(-)
 create mode 100644 board/altera/genimage.cfg
 create mode 100644 board/altera/sockit/altera_sockit_config_buildroot.patch
 delete mode 100644 board/altera/sockit/uboot-sockit-preloader-sample-design.patch

-- 
2.7.4

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

end of thread, other threads:[~2017-01-20 15:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-19 15:32 [Buildroot] [PATCH 0/4] Altera SoCkit board support fixes Lucas Bajolet
2017-01-19 15:32 ` [Buildroot] [PATCH 1/4] configs/altera_sockit: bump kernel to 4.7 and u-boot to v2016.11-rc3 Lucas Bajolet
2017-01-19 16:11   ` Sebastien Bourdelin
2017-01-20  3:15   ` Thomas Petazzoni
2017-01-20 15:45     ` Peter Korsgaard
2017-01-19 15:32 ` [Buildroot] [PATCH 2/4] board/altera: changed path contents to support sockit from official config Lucas Bajolet
2017-01-19 16:13   ` Sebastien Bourdelin
2017-01-19 15:32 ` [Buildroot] [PATCH 3/4] board/altera: update patch to support new official SoCkit Lucas Bajolet
2017-01-19 17:00   ` Sebastien Bourdelin
2017-01-19 19:12     ` Lucas Bajolet
2017-01-19 15:32 ` [Buildroot] [PATCH 4/4] board/altera: update README for new scripts and fixed some typos Lucas Bajolet
2017-01-19 17:05   ` Sebastien Bourdelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox