Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH v2 0/4] Update default value of DEBUG_PREFIX_MAP
@ 2019-02-15  2:06 kai.kang
  2019-02-15  2:06 ` [PATCH 1/4] bitbake.conf: update DEBUG_PREFIX_MAP with -fmacro-prefix-map kai.kang
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: kai.kang @ 2019-02-15  2:06 UTC (permalink / raw)
  To: richard.purdie; +Cc: openembedded-core

From: Kai Kang <kai.kang@windriver.com>

v2:
* add -fmacro-prefix-map rather than -ffile-prefix-map that the latter one
  could not be recognized by assembly compiler which causes buildpatchs issue for glibc
* other fix for openssl and libidn2

Build core-image-sato for qemux86, qemux86-64 and (qemuarm + musl).
oe-selftest -r gotoolchain.oeGoToolchainSelfTest.test_go_dep_build PASS.

$ oe-selftest --skip-tests distrodata.Distrodata.test_checkpkg buildoptions.SourceMirroring.test_yocto_source_mirror -j 15
2 selftest cases failed but seems not realated with my patches.
2019-02-14 05:05:28,054 - oe-selftest - INFO - RESULTS - containerimage.ContainerImageTests.test_expected_files - Testcase 1619: FAILED (483.52s)
2019-02-14 05:05:28,054 - oe-selftest - INFO - RESULTS - distrodata.Distrodata.test_checkpkg - Testcase 1902: FAILED (177.51s)

The following changes since commit 5fa3b5b15229babc9f96606c79436ab83651bf83:

  bitbake: bitbake: cookerdata: Check duplicated BBFILE_COLLECTIONS (2019-02-14 11:21:58 +0000)

are available in the Git repository at:

  git://git.pokylinux.org/poky-contrib kangkai/prefix-map
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/prefix-map

Kai Kang (4):
  bitbake.conf: update DEBUG_PREFIX_MAP with -fmacro-prefix-map
  go-cross-canadian: set default value of DEBUG_PREFIX_MAP
  libidn2: fix buildpaths qa warning
  openssl: update patch to fix buildpaths qa issue for
    -fmacro-prefix-map

 meta/conf/bitbake.conf                                    | 3 ++-
 ...dinfo-strip-sysroot-and-debug-prefix-map-from-co.patch | 8 +++++++-
 meta/recipes-devtools/go/go-cross-canadian.inc            | 8 ++++++++
 meta/recipes-extended/libidn/libidn2_2.0.5.bb             | 4 ++++
 4 files changed, 21 insertions(+), 2 deletions(-)

--
2.20.0



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-02-27  3:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-15  2:06 [PATCH v2 0/4] Update default value of DEBUG_PREFIX_MAP kai.kang
2019-02-15  2:06 ` [PATCH 1/4] bitbake.conf: update DEBUG_PREFIX_MAP with -fmacro-prefix-map kai.kang
2019-02-15  2:06 ` [PATCH 2/4] go-cross-canadian: set default value of DEBUG_PREFIX_MAP kai.kang
2019-02-15  2:06 ` [PATCH 3/4] libidn2: fix buildpaths qa warning kai.kang
2019-02-15  9:57   ` Richard Purdie
2019-02-18  9:32     ` Kang Kai
2019-02-19  6:57   ` [PATCH] libidn2: fix buildpaths qa issue in .pc file kai.kang
2019-02-27  3:34     ` [PATCH v2] " Kang Kai
2019-02-15  2:06 ` [PATCH 4/4] openssl: update patch to fix buildpaths qa issue for -fmacro-prefix-map kai.kang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox