diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-08-23 15:55:17 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-08-24 16:04:25 -0600 |
commit | 58141801bafd1812a7a6a37cac3a16c4784cc9a0 (patch) | |
tree | 84b00e72a0bee830f444c6e26b839b5d5e556383 /meta-microblaze | |
parent | 89be739c3077adae207fa73d96c02cd296f57ae4 (diff) | |
download | meta-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.conf | 6 | ||||
-rw-r--r-- | meta-microblaze/recipes-core/packagegroups/packagegroup-core-tools-testapps.bbappend | 2 |
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.%" | |||
27 | GDBVERSION:microblaze = "12.1" | 27 | GDBVERSION: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 |
29 | DEBUG_PREFIX_MAP:remove:microblaze = "-fcanon-prefix-map" | 29 | DEBUG_PREFIX_MAP:remove:microblaze = "-fcanon-prefix-map" |
30 | |||
31 | MICROBLAZE_SKIP_MSG = "" | ||
32 | MICROBLAZE_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 | ||
35 | SKIP_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 ?= "" | |||
6 | KEXECTOOLS:microblaze = "" | 6 | KEXECTOOLS:microblaze = "" |
7 | 7 | ||
8 | RDEPENDS:${PN}:remove:microblaze = "\ | 8 | RDEPENDS:${PN}:remove:microblaze = "\ |
9 | alsa-utils-amixer \ | ||
10 | alsa-utils-aplay \ | ||
9 | ltp \ | 11 | ltp \ |
10 | connman-tools \ | 12 | connman-tools \ |
11 | connman-tests \ | 13 | connman-tests \ |