From patchwork Wed Dec 14 13:40:56 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=B6rg_Krause?= X-Patchwork-Id: 705666 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tdyQl42T7z9srZ for ; Thu, 15 Dec 2016 00:41:18 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=embedded.rocks header.i=@embedded.rocks header.b="YXMi3FdZ"; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 717708B1DA; Wed, 14 Dec 2016 13:41:15 +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 UuIRo7AVc0dL; Wed, 14 Dec 2016 13:41:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 3D1BB8AD4C; Wed, 14 Dec 2016 13:41:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 81B1D1C02F7 for ; Wed, 14 Dec 2016 13:41:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 7D4CF8B150 for ; Wed, 14 Dec 2016 13:41:12 +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 OleH7HOmxY-4 for ; Wed, 14 Dec 2016 13:41:11 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by hemlock.osuosl.org (Postfix) with ESMTPS id 34BEC8B127 for ; Wed, 14 Dec 2016 13:41:11 +0000 (UTC) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 3tdyQR41pdz1060 for ; Wed, 14 Dec 2016 14:41:03 +0100 (CET) Authentication-Results: mail.embedded.rocks (amavisd-new); dkim=pass reason="pass (just generated, assumed good)" header.d=embedded.rocks DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embedded.rocks; h=content-transfer-encoding:content-type:content-type :mime-version:x-mailer:message-id:date:date:subject:subject:from :from:received:received; s=default; t=1481722861; x=1482327662; bh=ZxP4Xh/mzEPlW7jQaIYOZPS2ZaKGW7LNHyl/9DDJfYc=; b=YXMi3FdZG0Mw iC42C9wMcmsFiuAuAT0Zpzx9t45+R/ReJcdzAAVDTEkanSYXQbZbHyb7yrFnkTi/ hgr7dSPN+YF7+Mj1HkHmE7cHY/N419QHBYi2Wa1eZCmvYgOK847b2vTZZEVF78Fc mlkW2mWop1moCBwFR+PDCDngsiFAGjZ0XVC3pD23a2n9cHvlac9JKskKbGuDDi91 5HXNyLFXVxpYg8RpxUSN6mNfm6D+oWpyxRK5KAejT1N0OFvcfVg3iFh2glkIw1A7 DYb7m4/00tDX9cKP0uWNhfi0o1/PevINOL6fui37+w80rW+GJXjbeqyE1v0o5PjE UxumXvaFYw== Received: from mail.embedded.rocks ([127.0.0.1]) by localhost (mail.embedded.rocks [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id G8VOcUESlRgM; Wed, 14 Dec 2016 14:41:01 +0100 (CET) Received: from hp.lintech.bln (ip5b40bc83.dynamic.kabel-deutschland.de [91.64.188.131]) (Authenticated sender: joerg.krause@embedded.rocks) by mail.embedded.rocks (Postfix) with ESMTPSA; Wed, 14 Dec 2016 14:41:01 +0100 (CET) From: =?UTF-8?q?J=C3=B6rg=20Krause?= To: buildroot@buildroot.org Date: Wed, 14 Dec 2016 14:40:56 +0100 Message-Id: <20161214134058.29826-1-joerg.krause@embedded.rocks> X-Mailer: git-send-email 2.10.2 MIME-Version: 1.0 Subject: [Buildroot] [PATCH 1/3] package/gdb: add support for gdb 7.12 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" gdb 7.12 was released on October 2016, it's time to include it in Buildroot, which this commit does. Signed-off-by: Jörg Krause --- package/gdb/Config.in.host | 4 ++++ package/gdb/gdb.hash | 1 + 2 files changed, 5 insertions(+) diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host index 4c8d902..2d4631e 100644 --- a/package/gdb/Config.in.host +++ b/package/gdb/Config.in.host @@ -48,6 +48,9 @@ choice config BR2_GDB_VERSION_7_11 bool "gdb 7.11.x" + config BR2_GDB_VERSION_7_12 + bool "gdb 7.12.x" + endchoice endif @@ -61,3 +64,4 @@ config BR2_GDB_VERSION default "7.9.1" if BR2_GDB_VERSION_7_9 default "7.10.1" if BR2_GDB_VERSION_7_10 || !BR2_PACKAGE_HOST_GDB default "7.11.1" if BR2_GDB_VERSION_7_11 + default "7.12" if BR2_GDB_VERSION_7_12 diff --git a/package/gdb/gdb.hash b/package/gdb/gdb.hash index c91373b..a44aaa3 100644 --- a/package/gdb/gdb.hash +++ b/package/gdb/gdb.hash @@ -2,6 +2,7 @@ sha512 eebdf88b24e52e792b8a4b89ea85790de72b462a7810b44975fdf4232c068f353b15506071f450102a9d4bcecdde8e93dc3748a10699b7f73f3e04fb2d9d8414 gdb-7.9.1.tar.xz sha512 17a5138277a31685a5c2a841cb47ed9bc4626ea617b8ca77750513b300299f4fbbffe504958b5372de610dcb952c679cf8fa9c1bdadd380294fbf59b6e366010 gdb-7.10.1.tar.xz sha512 f80ec6c8a0f0b54c8b945666e875809174402b7e121efb378ebac931a91f9a1cc0048568f8e2f42ae8ae2392ff8d144c2e51d41c7398935017450aaf29838360 gdb-7.11.1.tar.xz +sha512 f610338b3a24dfb387c295431d806a0c1375e8ce51b8dd8bbfd2efc4612d0c0ed40ad4393508afca0071eca70688f62bc4f199da5e75ad16f64d91c3bc046033 gdb-7.12.tar.xz # Locally calculated (fetched from Github) sha512 0a467091d4b01fbecabb4b8da1cb743025c70e7f4874a0b5c8fa2ec623569a39bde6762b91806de0be6e63711aeb6909715cfbe43860de73d8aec6159a9f10a7 gdb-6be65fb56ea6694a9260733a536a023a1e2d4d57.tar.gz