From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by mail.openembedded.org (Postfix) with ESMTP id 5147C60030 for ; Tue, 19 Aug 2014 06:21:59 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail1.windriver.com (8.14.9/8.14.5) with ESMTP id s7J6Lgq0014414 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Mon, 18 Aug 2014 23:21:42 -0700 (PDT) Received: from [128.224.162.194] (128.224.162.194) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.174.1; Mon, 18 Aug 2014 23:21:42 -0700 Message-ID: <53F2ECF4.30005@windriver.com> Date: Tue, 19 Aug 2014 14:21:40 +0800 From: Hongxu Jia User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: References: In-Reply-To: Cc: saul.wold@intel.com Subject: Re: [PATCH 0/1] puzzles: fix do_compile failed when DEBUG_BUILD 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: Tue, 19 Aug 2014 06:22:00 -0000 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Ping //Hongxu On 08/11/2014 12:39 PM, Hongxu Jia wrote: > Test steps: > > 1. vim local.conf > ... > MACHINE = "qemux86-64" > DEBUG_BUILD = "1" > ... > > 2. bitbake puzzles > > //Hongxu > > The following changes since commit 870bb8d35547b8313b3a487d7e8b914ab9470e64: > > local.conf.sample.extended: fix example for EXTRA_USERS_PARAMS (2014-08-04 17:38:24 +0100) > > are available in the git repository at: > > git://git.pokylinux.org/poky-contrib hongxu/fix-puzzles > http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=hongxu/fix-puzzles > > Hongxu Jia (1): > puzzles: fix do_compile failed when DEBUG_BUILD > > .../fix-compiling-failure-with-option-g-O.patch | 52 ++++++++++++++++++++++ > meta/recipes-sato/puzzles/puzzles_r10116.bb | 4 +- > 2 files changed, 55 insertions(+), 1 deletion(-) > create mode 100644 meta/recipes-sato/puzzles/files/fix-compiling-failure-with-option-g-O.patch >