[OE-core] [PATCH 05/18] dtc.inc: fix buildpaths QA issue

Hongxu Jia hongxu.jia at windriver.com
Fri Mar 18 13:04:56 UTC 2016


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 at windriver.com
>     <mailto:hongxu.jia at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20160318/8dc3b60b/attachment-0002.html>


More information about the Openembedded-core mailing list