From patchwork Thu Jul 4 12:47:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gregory Hermant X-Patchwork-Id: 256882 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id B52782C0077 for ; Thu, 4 Jul 2013 22:47:35 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7022AE0B4; Thu, 4 Jul 2013 12:47:34 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 45NgBKbUKQo6; Thu, 4 Jul 2013 12:47:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5E00FE0AD; Thu, 4 Jul 2013 12:47:32 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id AD2D28F7B1 for ; Thu, 4 Jul 2013 12:47:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 81E17A00D9 for ; Thu, 4 Jul 2013 12:47:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rE57z2Lpx8Ie for ; Thu, 4 Jul 2013 12:47:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mo-p00-ob.rzone.de (mo-p00-ob.rzone.de [81.169.146.161]) by hemlock.osuosl.org (Postfix) with ESMTP id 29494A016D for ; Thu, 4 Jul 2013 12:47:23 +0000 (UTC) X-RZG-AUTH: :K34Bck+6YrEgjuBfzmrkukPJhhbHEm1G+2SCnvvjhur6rsGj/j85wMsCLAiUaMBfeopIQ7K1rETU7znlgrmlWw== X-RZG-CLASS-ID: mo00 Received: from localhost.localdomain (sta01-1-88-175-212-11.fbx.proxad.net [88.175.212.11]) by smtp.strato.de (jorabe mo6) (RZmta 31.29 AUTH) with ESMTPA id z00d4cp64CSlO1 ; Thu, 4 Jul 2013 14:47:25 +0200 (CEST) From: Gregory Hermant To: buildroot@uclibc.org Date: Thu, 4 Jul 2013 14:47:16 +0200 Message-Id: <1372942036-31685-1-git-send-email-gregory.hermant@calao-systems.com> X-Mailer: git-send-email 1.7.9.5 Subject: [Buildroot] [PATCH] snowball: fix download URL X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Gregory Hermant --- configs/calao_snowball_defconfig | 4 ++-- .../snowball-hdmiservice/snowball-hdmiservice.mk | 2 +- package/snowball-init/snowball-init.mk | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/calao_snowball_defconfig b/configs/calao_snowball_defconfig index 360ed51..0631b52 100644 --- a/configs/calao_snowball_defconfig +++ b/configs/calao_snowball_defconfig @@ -1,6 +1,6 @@ BR2_arm=y BR2_cortex_a9=y -BR2_GCC_VERSION_4_7_X=y +BR2_KERNEL_HEADERS_3_4=y # BR2_SOFT_FLOAT is not set BR2_TOOLCHAIN_BUILDROOT_WCHAR=y BR2_TOOLCHAIN_BUILDROOT_CXX=y @@ -17,7 +17,7 @@ BR2_TARGET_UBOOT=y BR2_TARGET_UBOOT_BOARDNAME="snowball" BR2_LINUX_KERNEL=y BR2_LINUX_KERNEL_CUSTOM_GIT=y -BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://igloocommunity.org/git/kernel/igloo-kernel.git" +BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="https://github.com/igloocommunity/igloo-kernel" BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="stable-linux-ux500-3.4" BR2_LINUX_KERNEL_PATCH="board/calao/snowball/" BR2_LINUX_KERNEL_DEFCONFIG="u8500" diff --git a/package/snowball-hdmiservice/snowball-hdmiservice.mk b/package/snowball-hdmiservice/snowball-hdmiservice.mk index ebd65df..a5f9971 100644 --- a/package/snowball-hdmiservice/snowball-hdmiservice.mk +++ b/package/snowball-hdmiservice/snowball-hdmiservice.mk @@ -4,7 +4,7 @@ # ############################################################# SNOWBALL_HDMISERVICE_VERSION = f75c99d1c52707240a78b4ba78e41d20d3aa3b08 -SNOWBALL_HDMISERVICE_SITE = git://igloocommunity.org/git/bsp/hdmiservice.git +SNOWBALL_HDMISERVICE_SITE = https://github.com/igloocommunity/hdmiservice SNOWBALL_HDMISERVICE_LICENSE = MIT SNOWBALL_HDMISERVICE_LICENSE_FILES = debian/copyright SNOWBALL_HDMISERVICE_INSTALL_STAGING = YES diff --git a/package/snowball-init/snowball-init.mk b/package/snowball-init/snowball-init.mk index 278cacb..37de347 100644 --- a/package/snowball-init/snowball-init.mk +++ b/package/snowball-init/snowball-init.mk @@ -4,7 +4,7 @@ # ############################################################# SNOWBALL_INIT_VERSION = b064be21de25729039e5e54037bbdd2e25cfd5b7 -SNOWBALL_INIT_SITE = git://igloocommunity.org/git/bsp/snowball-init.git +SNOWBALL_INIT_SITE = https://github.com/igloocommunity/snowball-init SNOWBALL_INIT_LICENSE = BSD-4c SNOWBALL_INIT_LICENSE_FILES = debian/copyright