summaryrefslogtreecommitdiffstats
path: root/meta-microblaze
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-08-23 15:55:17 -0600
committerMark Hatle <mark.hatle@amd.com>2023-08-24 16:04:25 -0600
commit58141801bafd1812a7a6a37cac3a16c4784cc9a0 (patch)
tree84b00e72a0bee830f444c6e26b839b5d5e556383 /meta-microblaze
parent89be739c3077adae207fa73d96c02cd296f57ae4 (diff)
downloadmeta-xilinx-58141801bafd1812a7a6a37cac3a16c4784cc9a0.tar.gz
meta-microblaze: packagegroup-core-tools-testapps: Remove alsa-libs dependency
alsa-libs does not currently build for microblaze: ../../../alsa-lib-1.2.9/src/control/control.c:3648:1: error: symver is only supported on ELF platforms Also disable alsa-libs in the layer.conf for the same reason. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-microblaze')
-rw-r--r--meta-microblaze/conf/layer.conf6
-rw-r--r--meta-microblaze/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend2
2 files changed, 8 insertions, 0 deletions
diff --git a/meta-microblaze/conf/layer.conf b/meta-microblaze/conf/layer.conf
index 68a9cffd..951e8f1c 100644
--- a/meta-microblaze/conf/layer.conf
+++ b/meta-microblaze/conf/layer.conf
@@ -27,3 +27,9 @@ SDKGCCVERSION:microblaze = "13.%"
27GDBVERSION:microblaze = "12.1" 27GDBVERSION:microblaze = "12.1"
28# canon-prefix-map doesn't exist in gcc 12.x 28# canon-prefix-map doesn't exist in gcc 12.x
29DEBUG_PREFIX_MAP:remove:microblaze = "-fcanon-prefix-map" 29DEBUG_PREFIX_MAP:remove:microblaze = "-fcanon-prefix-map"
30
31MICROBLAZE_SKIP_MSG = ""
32MICROBLAZE_SKIP_MSG:microblaze = "This recipe does not currently work on microblaze."
33
34# ../../../alsa-lib-1.2.9/src/control/control.c:3648:1: error: symver is only supported on ELF platforms
35SKIP_RECIPE[alsa-lib] = "${MICROBLAZE_SKIP_MSG}"
diff --git a/meta-microblaze/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend b/meta-microblaze/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend
index e5188ada..8be39fe2 100644
--- a/meta-microblaze/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend
+++ b/meta-microblaze/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend
@@ -6,6 +6,8 @@ X11GLTOOLS:microblaze ?= ""
6KEXECTOOLS:microblaze = "" 6KEXECTOOLS:microblaze = ""
7 7
8RDEPENDS:${PN}:remove:microblaze = "\ 8RDEPENDS:${PN}:remove:microblaze = "\
9alsa-utils-amixer \
10alsa-utils-aplay \
9ltp \ 11ltp \
10connman-tools \ 12connman-tools \
11connman-tests \ 13connman-tests \