Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/7] configs: remove gnublin_defconfig
Date: Sat, 3 Oct 2015 23:06:04 +0200	[thread overview]
Message-ID: <20151003230604.069b6d2a@gmx.net> (raw)
In-Reply-To: <1443901457-7914-2-git-send-email-thomas.petazzoni@free-electrons.com>

Hello Thomas,

On Sat,  3 Oct 2015 20:44:11 +0100, Thomas Petazzoni <thomas.petazzoni@free-electrons.com> wrote:

> This defconfig tries to fetch its kernel source code and U-Boot source
> code from gitorious.org, which is not longer available. Therefore,
> this defconfig has been failing to build since quite some time. Since
> there's no obvious other place to grab the kernel and u-boot source
> code, and the defconfig was not updated since a long time, let's
> simply get rid of it.

Just for the record, there are still (old?) sources for kernel/u-boot:

https://github.com/embeddedprojects/gnublin-lpc3131-2.6.33
https://github.com/embeddedprojects/gnublin-lpc3131-3.3.0
https://github.com/embeddedprojects/gnublin-distribution/tree/master/lpc3131/bootloader/u-boot

but nothing with a 3.7 or newer version...

Regards,
Peter


> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  configs/gnublin_defconfig | 28 ----------------------------
>  1 file changed, 28 deletions(-)
>  delete mode 100644 configs/gnublin_defconfig
> 
> diff --git a/configs/gnublin_defconfig b/configs/gnublin_defconfig
> deleted file mode 100644
> index 369c9da..0000000
> --- a/configs/gnublin_defconfig
> +++ /dev/null
> @@ -1,28 +0,0 @@
> -# Architecture
> -BR2_arm=y
> -BR2_arm926t=y
> -
> -# System
> -BR2_KERNEL_HEADERS_VERSION=y
> -BR2_DEFAULT_KERNEL_VERSION="3.7"
> -BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_7=y
> -BR2_TARGET_GENERIC_ISSUE="Welcome to Gnublin"
> -
> -# Filesystem
> -BR2_TARGET_ROOTFS_EXT2=y
> -BR2_TARGET_ROOTFS_EXT2_BLOCKS=475000
> -
> -# Bootloader
> -BR2_TARGET_UBOOT=y
> -BR2_TARGET_UBOOT_BOARDNAME="GNUBLIN"
> -BR2_TARGET_UBOOT_CUSTOM_GIT=y
> -BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://gitorious.org/u-boot-gnublin-support/u-boot-gnublin-support.git"
> -BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="2009.11_gnublin_support_v2"
> -
> -# Kernel
> -BR2_LINUX_KERNEL=y
> -BR2_LINUX_KERNEL_CUSTOM_GIT=y
> -BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://gitorious.org/linux-3-7-gnublin/linux-3-7-gnublin.git"
> -BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v3.7-gnublin-2"
> -BR2_LINUX_KERNEL_DEFCONFIG="gnublin"
> -BR2_LINUX_KERNEL_INSTALL_TARGET=y

  reply	other threads:[~2015-10-03 21:06 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 [this message]
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
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=20151003230604.069b6d2a@gmx.net \
    --to=ps.report@gmx.net \
    --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