From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 40A48E007FE; Tue, 19 Aug 2014 18:42:50 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,HTML_MESSAGE, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [147.11.1.11 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.0 HTML_MESSAGE BODY: HTML included in message Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0CF12E00655 for ; Tue, 19 Aug 2014 18:42:46 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.9/8.14.5) with ESMTP id s7K1gkWW018892 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL) for ; Tue, 19 Aug 2014 18:42:46 -0700 (PDT) Received: from [128.224.162.231] (128.224.162.231) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.174.1; Tue, 19 Aug 2014 18:42:45 -0700 Message-ID: <53F3FD15.60502@windriver.com> Date: Wed, 20 Aug 2014 09:42:45 +0800 From: Kang Kai User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: References: <1408072893-28126-1-git-send-email-kai.kang@windriver.com> <1408072893-28126-2-git-send-email-kai.kang@windriver.com> In-Reply-To: <1408072893-28126-2-git-send-email-kai.kang@windriver.com> X-Originating-IP: [128.224.162.231] Subject: Re: [PATCH] qemu: enable aarch64 support in yocto X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Aug 2014 01:42:50 -0000 Content-Type: multipart/alternative; boundary="------------020707040106070505080802" --------------020707040106070505080802 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit On 2014?08?15? 11:21, Kai Kang wrote: > qemu 2.1.0 support aarch64 targets, so add aarch64 to QEMU_TARGETS to > enable qemu aarch64 support. Var QEMU_TARGETS in poky.conf overrides the > var in qemu recipe, so add in poky.conf too. > > Signed-off-by: Kai Kang > --- > meta-yocto/conf/distro/poky.conf | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf > index ec251f9..9a67b50 100644 > --- a/meta-yocto/conf/distro/poky.conf > +++ b/meta-yocto/conf/distro/poky.conf > @@ -44,7 +44,7 @@ DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}" > > TCLIBCAPPEND = "" > > -QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64" > +QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel ppc x86_64" > # Other QEMU_TARGETS "mips64 mips64el sh4" > > PREMIRRORS ??= "\ Hi, Any comment for this patch? Thanks. -- Regards, Neil | Kai Kang --------------020707040106070505080802 Content-Type: text/html; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit
On 2014年08月15日 11:21, Kai Kang wrote:
qemu 2.1.0 support aarch64 targets, so add aarch64 to QEMU_TARGETS to
enable qemu aarch64 support. Var QEMU_TARGETS in poky.conf overrides the
var in qemu recipe, so add in poky.conf too.

Signed-off-by: Kai Kang <kai.kang@windriver.com>
---
 meta-yocto/conf/distro/poky.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf
index ec251f9..9a67b50 100644
--- a/meta-yocto/conf/distro/poky.conf
+++ b/meta-yocto/conf/distro/poky.conf
@@ -44,7 +44,7 @@ DISTRO_EXTRA_RDEPENDS_append_qemux86-64 = " ${POKYQEMUDEPS}"
 
 TCLIBCAPPEND = ""
 
-QEMU_TARGETS ?= "arm i386 mips mipsel ppc x86_64"
+QEMU_TARGETS ?= "arm aarch64 i386 mips mipsel ppc x86_64"
 # Other QEMU_TARGETS "mips64 mips64el sh4"
 
 PREMIRRORS ??= "\

Hi,

Any comment for this patch? Thanks.

-- 
Regards,
Neil | Kai Kang
--------------020707040106070505080802--