* [PATCH 0/1] libunwind: mark as incomatible with powerpc
@ 2019-07-15 1:55 Chen Qi
2019-07-15 1:55 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2019-07-15 1:55 UTC (permalink / raw)
To: openembedded-core
*** BLURB HERE ***
The following changes since commit 80ab79168ede2786868cbd354f0950c949f73527:
gnome-themes-standard: remove (2019-07-11 09:32:50 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/libunwind-ppc
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/libunwind-ppc
Chen Qi (1):
libunwind: mark as incomatible with powerpc
meta/recipes-kernel/perf/perf.bb | 2 ++
meta/recipes-support/libunwind/libunwind_1.3.1.bb | 3 +++
2 files changed, 5 insertions(+)
--
1.9.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] libunwind: mark as incomatible with powerpc
2019-07-15 1:55 [PATCH 0/1] libunwind: mark as incomatible with powerpc Chen Qi
@ 2019-07-15 1:55 ` Chen Qi
2019-07-15 6:24 ` Adrian Bunk
0 siblings, 1 reply; 3+ messages in thread
From: Chen Qi @ 2019-07-15 1:55 UTC (permalink / raw)
To: openembedded-core
The libunwind has a README file listing supported archs,
powerpc is never declared as supported, thus marking
it as incompatible.
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
meta/recipes-kernel/perf/perf.bb | 2 ++
meta/recipes-support/libunwind/libunwind_1.3.1.bb | 3 +++
2 files changed, 5 insertions(+)
diff --git a/meta/recipes-kernel/perf/perf.bb b/meta/recipes-kernel/perf/perf.bb
index 4e603f1..b905860 100644
--- a/meta/recipes-kernel/perf/perf.bb
+++ b/meta/recipes-kernel/perf/perf.bb
@@ -29,6 +29,8 @@ PACKAGECONFIG[manpages] = ",,xmlto-native asciidoc-native"
# libunwind is not yet ported for some architectures
PACKAGECONFIG_remove_arc = "libunwind"
PACKAGECONFIG_remove_riscv64 = "libunwind"
+# libunwind does not list powerps as supported
+PACKAGECONFIG_remove_powerpc = "libunwind"
DEPENDS = " \
virtual/${MLPREFIX}libc \
diff --git a/meta/recipes-support/libunwind/libunwind_1.3.1.bb b/meta/recipes-support/libunwind/libunwind_1.3.1.bb
index 037e04c..e7f5bb3 100644
--- a/meta/recipes-support/libunwind/libunwind_1.3.1.bb
+++ b/meta/recipes-support/libunwind/libunwind_1.3.1.bb
@@ -22,3 +22,6 @@ ARM_INSTRUCTION_SET_armv5 = "arm"
LDFLAGS += "-Wl,-z,relro,-z,now ${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-gold', ' -fuse-ld=bfd ', '', d)}"
SECURITY_LDFLAGS_append_libc-musl = " -lssp_nonshared"
+
+# As the README in source codes shows, powerpc has never been listed as supported.
+COMPATIBLE_HOST_powerpc = "null"
--
1.9.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] libunwind: mark as incomatible with powerpc
2019-07-15 1:55 ` [PATCH 1/1] " Chen Qi
@ 2019-07-15 6:24 ` Adrian Bunk
0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2019-07-15 6:24 UTC (permalink / raw)
To: Chen Qi; +Cc: openembedded-core
On Mon, Jul 15, 2019 at 09:55:32AM +0800, Chen Qi wrote:
> The libunwind has a README file listing supported archs,
> powerpc is never declared as supported, thus marking
> it as incompatible.
>...
Builds and works on Debian without any major issues reported,
not listing it at all in this table (but ppc32 is listed in
the next table in README) looks more like an oversight to me.
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-07-15 6:24 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-15 1:55 [PATCH 0/1] libunwind: mark as incomatible with powerpc Chen Qi
2019-07-15 1:55 ` [PATCH 1/1] " Chen Qi
2019-07-15 6:24 ` Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox