summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/elfutils
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-07-26 18:11:47 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-07-28 11:07:33 +0100
commiteb8a2753efff09671d30540fd12b6f8dc2fa07dc (patch)
tree51191899ff3ea8055ac4402ac0789cc5faf28c17 /meta/recipes-devtools/elfutils
parent2b096a024f99b167b97cd42f12c19777497f9ef0 (diff)
downloadpoky-eb8a2753efff09671d30540fd12b6f8dc2fa07dc.tar.gz
elfutils: Microblaze does not support symvers
(From OE-Core rev: 313230b4ed2e27e06cd204ab292b2f3d61d73212) Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org> Signed-off-by: Mark Hatle <mark.hatle@amd.com> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
-rw-r--r--meta/recipes-devtools/elfutils/elfutils_0.187.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/elfutils/elfutils_0.187.bb b/meta/recipes-devtools/elfutils/elfutils_0.187.bb
index d03da61353..561112c580 100644
--- a/meta/recipes-devtools/elfutils/elfutils_0.187.bb
+++ b/meta/recipes-devtools/elfutils/elfutils_0.187.bb
@@ -49,6 +49,9 @@ RDEPENDS:${PN}-ptest += "libasm libelf bash make coreutils ${PN}-binutils iprout
49 49
50EXTRA_OECONF:append:class-target = " --disable-tests-rpath" 50EXTRA_OECONF:append:class-target = " --disable-tests-rpath"
51 51
52# symver functions not currently supported on microblaze
53EXTRA_OECONF:append:class-target:microblaze = " --disable-symbol-versioning"
54
52RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-dbg glibc-dev" 55RDEPENDS:${PN}-ptest:append:libc-glibc = " glibc-utils glibc-dbg glibc-dev"
53INSANE_SKIP:${PN}-ptest = "debug-deps dev-deps" 56INSANE_SKIP:${PN}-ptest = "debug-deps dev-deps"
54 57