[OE-core] [PATCH v2 0/4] Update default value of DEBUG_PREFIX_MAP

kai.kang at windriver.com kai.kang at windriver.com
Fri Feb 15 02:06:34 UTC 2019


From: Kai Kang <kai.kang at 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



More information about the Openembedded-core mailing list