From patchwork Mon Mar 4 06:30:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Crosthwaite X-Patchwork-Id: 224593 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id EB17E2C02FE for ; Mon, 4 Mar 2013 17:33:34 +1100 (EST) Received: from localhost ([::1]:51499 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCOxp-0005uu-4d for incoming@patchwork.ozlabs.org; Mon, 04 Mar 2013 01:33:33 -0500 Received: from eggs.gnu.org ([208.118.235.92]:55932) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCOxB-0005Tl-9x for qemu-devel@nongnu.org; Mon, 04 Mar 2013 01:32:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UCOx6-0004lj-NW for qemu-devel@nongnu.org; Mon, 04 Mar 2013 01:32:53 -0500 Received: from mail-da0-f54.google.com ([209.85.210.54]:42069) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UCOx6-0004la-HY for qemu-devel@nongnu.org; Mon, 04 Mar 2013 01:32:48 -0500 Received: by mail-da0-f54.google.com with SMTP id p1so2382345dad.27 for ; Sun, 03 Mar 2013 22:32:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references:x-gm-message-state; bh=apVWsV3cy8JKIJKWmRkdcp9QKFyCJAZz6tL6yNrnQM0=; b=NV0iKX8j+KfXhdKTvtcfpTkdbBxWJI8aano3CtUOZCMuRE4e+jrSO/wghPxsxLDTsQ VRlYAy4z0vo0X3EtTHTG2TZEGVo7A1JvoR8BRL/IGcwfjzrKGuHzq/o3Az96OlpHYsuX zQIpSsK1qyoB6Jk3iPDwDmPYtQMNshzkaxFrY0rDAzrFmjW1ehUFfW2nTUeNKzo5lbaz ewklGlXUvwaOTRKAuLO1uG/0yYHcwvenWS2AlQAd0XWWCpa8DcmaBLAcRos9pgViXbd8 W/m7hJJuAZLrLk1BFcboH0oKXlo2HBcGc2GJlnVqdMPX6iql26AkNsSPcCx8zy7xo+ko ECqw== X-Received: by 10.66.122.101 with SMTP id lr5mr30552652pab.192.1362378767673; Sun, 03 Mar 2013 22:32:47 -0800 (PST) Received: from localhost ([149.199.62.254]) by mx.google.com with ESMTPS id kt5sm21210665pbc.30.2013.03.03.22.32.45 (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Sun, 03 Mar 2013 22:32:46 -0800 (PST) From: Peter Crosthwaite To: qemu-devel@nongnu.org Date: Mon, 4 Mar 2013 16:30:26 +1000 Message-Id: X-Mailer: git-send-email 1.7.0.4 In-Reply-To: References: In-Reply-To: References: X-Gm-Message-State: ALoCoQmIDDeRJefkgvOugw5TBdLvTMMJU0W72nRxx+gKijYZTwFKkdjJj58R44wzWtb7wsHoWprl X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.210.54 Cc: peter.maydell@linaro.org, Peter Crosthwaite , david.holsgrove@xilinx.com, agraf@suse.de, kraxel@redhat.com, afaerber@suse.de Subject: [Qemu-devel] [PATCH v3 2/3] dtc: add submodule X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Add dtc submodule as a fallback for old distros. Picking version 1.3.0. as this is the most recently tagged stable version. Signed-off-by: Peter Crosthwaite --- .gitmodules | 3 +++ dtc | 1 + 2 files changed, 4 insertions(+), 0 deletions(-) create mode 160000 dtc diff --git a/.gitmodules b/.gitmodules index cfa2af9..b426ea6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "pixman"] path = pixman url = git://anongit.freedesktop.org/pixman +[submodule "dtc"] + path = dtc + url = git://git.qemu.org/dtc.git diff --git a/dtc b/dtc new file mode 160000 index 0000000..bc895d6 --- /dev/null +++ b/dtc @@ -0,0 +1 @@ +Subproject commit bc895d6d09695d05ceb8b52486ffe861d6cfbdde