From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 7B4A36012C for ; Thu, 3 Dec 2015 01:54:52 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.2/8.15.1) with ESMTPS id tB31sq9A005593 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL) for ; Wed, 2 Dec 2015 17:54:53 -0800 (PST) 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 id 14.3.248.2; Wed, 2 Dec 2015 17:54:52 -0800 To: References: From: Kang Kai Message-ID: <565FA0EB.2060206@windriver.com> Date: Thu, 3 Dec 2015 09:54:51 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: Subject: Re: [PATCH 0/1] Don't expand vars which starts with multilib prefix already X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Dec 2015 01:54:53 -0000 Content-Type: multipart/alternative; boundary="------------040104020903030600000905" --------------040104020903030600000905 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit On 2015年11月13日 17:24, kai.kang@windriver.com wrote: > From: Kai Kang > > Test steps: > 1 set MACHINE and multilibs in local.conf > > =============================================== > MACHINE = "qemux86-64" > > require conf/multilib.conf > MULTILIBS = "multilib:lib32 multilib:lib64" > DEFAULTTUNE_virtclass-multilib-lib32 = "x86" > DEFAULTTUNE_virtclass-multilib-lib64 = "x86-64" > =============================================== > > 2 bitbake lib64-meta-ide-support core-image-sato > > The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1: > > build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03 +0000) > > are available in the git repository at: > > git://git.yoctoproject.org/poky-contrib kangkai/multilib > http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/multilib > > Kai Kang (1): > toolchain-scripts.bbclass: do not expand vars which starts with > multilib prefixes > > meta/classes/toolchain-scripts.bbclass | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-) > Ping. -- Regards, Neil | Kai Kang --------------040104020903030600000905 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: 8bit
On 2015年11月13日 17:24, kai.kang@windriver.com wrote:
From: Kai Kang <kai.kang@windriver.com>

Test steps:
1 set MACHINE and multilibs in local.conf

===============================================
MACHINE = "qemux86-64" 

require conf/multilib.conf                                                                                   
MULTILIBS = "multilib:lib32 multilib:lib64"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"
DEFAULTTUNE_virtclass-multilib-lib64 = "x86-64"
===============================================

2 bitbake lib64-meta-ide-support core-image-sato

The following changes since commit fc45deac89ef63ca1c44e763c38ced7dfd72cbe1:

  build-appliance-image: Update to jethro head revision (2015-11-03 14:03:03 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib kangkai/multilib
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kangkai/multilib

Kai Kang (1):
  toolchain-scripts.bbclass: do not expand vars which starts with
    multilib prefixes

 meta/classes/toolchain-scripts.bbclass | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)


Ping.


-- 
Regards,
Neil | Kai Kang
--------------040104020903030600000905--