From patchwork Sun Oct 21 15:27:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yann Diorcet X-Patchwork-Id: 193015 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id BC9AF2C0080 for ; Mon, 22 Oct 2012 02:28:05 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 8D8163FBAE for ; Sun, 21 Oct 2012 17:28:04 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com [209.85.212.181]) by hugin.dotsrc.org (Postfix) with ESMTPS id B95C53FBAE for ; Sun, 21 Oct 2012 17:28:00 +0200 (CEST) Received: by mail-wi0-f181.google.com with SMTP id hq12so1193300wib.16 for ; Sun, 21 Oct 2012 08:28:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=PLIiyhqXWM8wYT2VMVpJjOfsGHuWDpDHvkt1nj0tpIU=; b=eDxpKgX+JaoBj7aTeim888hPLPA7zkupUoMfHft7bCbflr2NvJJxsDo4Po/Do/ooEy ZtaWsTjWM+ZElz9/+eCT3JPVzMACy6gTnwyFLgAUXdApX00zsA3ev3fOcDyxoMEx+Ont BTFRGPybRqD5i16WXNB//WMGe6+4Cd1uezTrGJzaRMirMKM48HvoblujahL68FB/CiwI YiUSG5eyIxsPXRMWfxO5VKjcwcrtU0NHQofOcGnQhtkQiXk2ViC32GFoTk0W92/PzV6q Aj8WYMI5SF5NyFqLxc/exzzV0Qx6ZxA7rIqN57/b67S3bgFADcksmoEzd8GDBkdWdE7u 9CXA== Received: by 10.180.86.34 with SMTP id m2mr31155960wiz.14.1350833280637; Sun, 21 Oct 2012 08:28:00 -0700 (PDT) Received: from localhost.localdomain (dom38-1-82-236-154-183.fbx.proxad.net. [82.236.154.183]) by mx.google.com with ESMTPS id gg4sm16470282wib.6.2012.10.21.08.27.59 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 21 Oct 2012 08:27:59 -0700 (PDT) From: Yann Diorcet To: dev@oe-lite.org Subject: [PATCH 10/18] Add x86_64 arch Date: Sun, 21 Oct 2012 17:27:33 +0200 Message-Id: <1350833261-8401-10-git-send-email-diorcet.yann@gmail.com> X-Mailer: git-send-email 1.7.10.4 In-Reply-To: <1350833261-8401-1-git-send-email-diorcet.yann@gmail.com> References: <1350833261-8401-1-git-send-email-diorcet.yann@gmail.com> Cc: Yann Diorcet X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Yann Diorcet --- classes/kernel-arch.oeclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/kernel-arch.oeclass b/classes/kernel-arch.oeclass index 361f3a8..51119ff 100644 --- a/classes/kernel-arch.oeclass +++ b/classes/kernel-arch.oeclass @@ -7,7 +7,7 @@ KERNEL_ARCHS = "alpha arm avr32 blackfin cris frv h8300 ia64 m32r \ m68k m68knommu microblaze mips mn10300 parisc powerpc s390 score sh \ - sparc um x86 xtensa" + sparc um x86 x86_64 xtensa" KERNEL_ARCHS[nohash] = "1" KERNEL_ARCH = "${@map_kernel_arch(d, 'TARGET_ARCH')}"