From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail5.wrs.com (mail5.windriver.com [192.103.53.11]) by mail.openembedded.org (Postfix) with ESMTP id D447C6FF64 for ; Fri, 18 Mar 2016 13:05:12 +0000 (UTC) Received: from ALA-HCB.corp.ad.wrs.com (ala-hcb.corp.ad.wrs.com [147.11.189.41]) by mail5.wrs.com (8.15.2/8.15.2) with ESMTPS id u2ID4x24026224 (version=TLSv1 cipher=AES128-SHA bits=128 verify=OK); Fri, 18 Mar 2016 06:04:59 -0700 Received: from [128.224.162.159] (128.224.162.159) by ALA-HCB.corp.ad.wrs.com (147.11.189.41) with Microsoft SMTP Server id 14.3.248.2; Fri, 18 Mar 2016 06:04:58 -0700 To: Jussi Kukkonen References: From: Hongxu Jia Message-ID: <56EBFCF8.6020603@windriver.com> Date: Fri, 18 Mar 2016 21:04:56 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH 05/18] dtc.inc: fix buildpaths QA issue 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: Fri, 18 Mar 2016 13:05:13 -0000 Content-Type: multipart/alternative; boundary="------------090102030803080606020301" --------------090102030803080606020301 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit On 03/18/2016 08:01 PM, Jussi Kukkonen wrote: > > > +Upstream-Status: Inappropriate [openembedded specific] > > > Is this really an openembedded specific change? > > + > +Signed-off-by: Hongxu Jia > > +--- > + Makefile | 2 +- > + 1 file changed, 1 insertion(+), 1 deletion(-) > + > +diff --git a/Makefile b/Makefile > +index 18838cc..4954f32 100644 > +--- a/Makefile > ++++ b/Makefile > +@@ -18,7 +18,7 @@ CONFIG_LOCALVERSION = > + CPPFLAGS = -I libfdt -I . > + WARNINGS = -Werror -Wall -Wpointer-arith -Wcast-qual > -Wnested-externs \ > + -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls > -Wshadow > +-CFLAGS = -g -Os -fPIC -Werror $(WARNINGS) > ++CFLAGS = $(DEBUG_FLAGS) -Os -fPIC -Werror $(WARNINGS) > See here, variable DEBUG_FLAGS is oe specific. That's the reason. //Hongxu --------------090102030803080606020301 Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 8bit
On 03/18/2016 08:01 PM, Jussi Kukkonen wrote:

+Upstream-Status: Inappropriate [openembedded specific]

Is this really an openembedded specific change?

+
+Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index 18838cc..4954f32 100644
+--- a/Makefile
++++ b/Makefile
+@@ -18,7 +18,7 @@ CONFIG_LOCALVERSION =
+ CPPFLAGS = -I libfdt -I .
+ WARNINGS = -Werror -Wall -Wpointer-arith -Wcast-qual -Wnested-externs \
+       -Wstrict-prototypes -Wmissing-prototypes -Wredundant-decls -Wshadow
+-CFLAGS = -g -Os -fPIC -Werror $(WARNINGS)
++CFLAGS = $(DEBUG_FLAGS) -Os -fPIC -Werror $(WARNINGS)

See here, variable DEBUG_FLAGS is oe specific. That's the reason.

//Hongxu
--------------090102030803080606020301--