Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 7/7] configs: remove old/broken Atmel configurations
Date: Sat, 3 Oct 2015 22:41:09 +0200	[thread overview]
Message-ID: <20151003204109.GH2694@piout.net> (raw)
In-Reply-To: <1443901457-7914-8-git-send-email-thomas.petazzoni@free-electrons.com>

Hi,

On 03/10/2015 at 20:44:17 +0100, Thomas Petazzoni wrote :
> The at91rm9200df_defconfig configuration is really old: it builds a
> 2.6.38 kernel with the old days kernel patches and a 2010.06
> U-Boot. It hasn't been updated since a long time, so let's get rid of
> it.
> 
> The at91sam9260dfc_defconfig, at91sam9261ek_defconfig and
> at91sam9263ek_defconfig refer to kernel defconfigs that no longer
> exists, so they fail to build.
> 

I don't actually see any reason why they couldn't be updated. I'm
actually using buildroot to build for my at91rm9200ek.

I'll try to update them. However, if you prefer deleting them in the
meantime, that is fine.

> Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  configs/at91rm9200df_defconfig   | 30 ------------------------------
>  configs/at91sam9260dfc_defconfig | 19 -------------------
>  configs/at91sam9261ek_defconfig  | 19 -------------------
>  configs/at91sam9263ek_defconfig  | 19 -------------------
>  4 files changed, 87 deletions(-)
>  delete mode 100644 configs/at91rm9200df_defconfig
>  delete mode 100644 configs/at91sam9260dfc_defconfig
>  delete mode 100644 configs/at91sam9261ek_defconfig
>  delete mode 100644 configs/at91sam9263ek_defconfig
> 
> diff --git a/configs/at91rm9200df_defconfig b/configs/at91rm9200df_defconfig
> deleted file mode 100644
> index 5994f43..0000000
> --- a/configs/at91rm9200df_defconfig
> +++ /dev/null
> @@ -1,30 +0,0 @@
> -# Architecture
> -BR2_arm=y
> -BR2_arm920t=y
> -
> -# Filesystem
> -BR2_TARGET_ROOTFS_JFFS2=y
> -BR2_TARGET_ROOTFS_JFFS2_DATAFLASH_1056=y
> -BR2_TARGET_ROOTFS_JFFS2_PAGESIZE=0x420
> -BR2_TARGET_ROOTFS_JFFS2_EBSIZE=0x2100
> -BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER=y
> -BR2_TARGET_ROOTFS_JFFS2_LE=y
> -
> -# Lock down headers to avoid breaking with new defaults
> -BR2_KERNEL_HEADERS_VERSION=y
> -BR2_DEFAULT_KERNEL_VERSION="2.6.38.8"
> -BR2_DEFAULT_KERNEL_HEADERS="2.6.38.8"
> -
> -# Bootloader
> -BR2_TARGET_UBOOT=y
> -BR2_TARGET_UBOOT_BOARDNAME="at91rm9200ek"
> -BR2_TARGET_UBOOT_CUSTOM_VERSION=y
> -BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE="2010.06"
> -
> -# Kernel
> -BR2_LINUX_KERNEL=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION=y
> -BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="2.6.38.8"
> -BR2_LINUX_KERNEL_PATCH="http://maxim.org.za/AT91RM9200/2.6/2.6.38-at91.patch.gz"
> -BR2_LINUX_KERNEL_USE_DEFCONFIG=y
> -BR2_LINUX_KERNEL_DEFCONFIG="at91rm9200ek"
> diff --git a/configs/at91sam9260dfc_defconfig b/configs/at91sam9260dfc_defconfig
> deleted file mode 100644
> index 20389f3..0000000
> --- a/configs/at91sam9260dfc_defconfig
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -# Architecture
> -BR2_arm=y
> -BR2_arm926t=y
> -
> -# Host utilities
> -#
> -BR2_PACKAGE_HOST_SAM_BA=y
> -
> -# First stage bootloader
> -BR2_TARGET_AT91BOOTSTRAP=y
> -BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9260ek"
> -
> -# Second stage bootloader
> -BR2_TARGET_UBOOT=y
> -BR2_TARGET_UBOOT_BOARDNAME="at91sam9260ek_dataflash_cs0"
> -
> -# Kernel
> -BR2_LINUX_KERNEL=y
> -BR2_LINUX_KERNEL_DEFCONFIG="at91sam9260_9g20"
> diff --git a/configs/at91sam9261ek_defconfig b/configs/at91sam9261ek_defconfig
> deleted file mode 100644
> index 0824a00..0000000
> --- a/configs/at91sam9261ek_defconfig
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -# Architecture
> -BR2_arm=y
> -BR2_arm926t=y
> -
> -# Host utilities
> -#
> -BR2_PACKAGE_HOST_SAM_BA=y
> -
> -# First stage bootloader
> -BR2_TARGET_AT91BOOTSTRAP=y
> -BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9261ek"
> -
> -# Second stage bootloader
> -BR2_TARGET_UBOOT=y
> -BR2_TARGET_UBOOT_BOARDNAME="at91sam9261ek_dataflash_cs0"
> -
> -# Kernel
> -BR2_LINUX_KERNEL=y
> -BR2_LINUX_KERNEL_DEFCONFIG="at91sam9261_9g10"
> diff --git a/configs/at91sam9263ek_defconfig b/configs/at91sam9263ek_defconfig
> deleted file mode 100644
> index 208e057..0000000
> --- a/configs/at91sam9263ek_defconfig
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -# Architecture
> -BR2_arm=y
> -BR2_arm926t=y
> -
> -# Host utilities
> -#
> -BR2_PACKAGE_HOST_SAM_BA=y
> -
> -# First stage bootloader
> -BR2_TARGET_AT91BOOTSTRAP=y
> -BR2_TARGET_AT91BOOTSTRAP_BOARD="at91sam9263ek"
> -
> -# Second stage bootloader
> -BR2_TARGET_UBOOT=y
> -BR2_TARGET_UBOOT_BOARDNAME="at91sam9263ek_dataflash_cs0"
> -
> -# Kernel
> -BR2_LINUX_KERNEL=y
> -BR2_LINUX_KERNEL_DEFCONFIG="at91sam9263"
> -- 
> 2.6.0
> 

-- 
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

  reply	other threads:[~2015-10-03 20:41 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-03 19:44 [Buildroot] [PATCH 0/7] configs: fix build of many defconfigs Thomas Petazzoni
2015-10-03 19:44 ` [Buildroot] [PATCH 1/7] configs: remove gnublin_defconfig Thomas Petazzoni
2015-10-03 21:06   ` Peter Seiderer
2015-10-04  8:15     ` Thomas Petazzoni
2015-10-04 17:01   ` Peter Korsgaard
2015-10-03 19:44 ` [Buildroot] [PATCH 2/7] dtc: add host build Thomas Petazzoni
2015-10-03 21:13   ` Peter Seiderer
2015-10-04 18:12     ` Peter Korsgaard
2015-10-04 18:14   ` Peter Korsgaard
2015-10-03 19:44 ` [Buildroot] [PATCH 3/7] u-boot: add an option to indicate that DTC is needed Thomas Petazzoni
2015-10-03 21:19   ` Arnout Vandecappelle
2015-10-04 18:15   ` Peter Korsgaard
2015-10-03 19:44 ` [Buildroot] [PATCH 4/7] configs: fix configurations that need host-dtc Thomas Petazzoni
2015-10-04 18:16   ` Peter Korsgaard
2015-10-03 19:44 ` [Buildroot] [PATCH 5/7] configs: fix build of calao_usb_a9g20_lpw_defconfig Thomas Petazzoni
2015-10-04 17:06   ` Peter Korsgaard
2015-10-03 19:44 ` [Buildroot] [PATCH 6/7] configs: fix build of calao_qil_a9260_defconfig Thomas Petazzoni
2015-10-04 17:06   ` Peter Korsgaard
2015-10-03 19:44 ` [Buildroot] [PATCH 7/7] configs: remove old/broken Atmel configurations Thomas Petazzoni
2015-10-03 20:41   ` Alexandre Belloni [this message]
2015-10-03 20:54     ` Arnout Vandecappelle
2015-10-13 21:30   ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151003204109.GH2694@piout.net \
    --to=alexandre.belloni@free-electrons.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox