In the package alsa-utils the binaries alsatplg and alsaucm are built for aarch64 in my case. The files were copied to host/aarch64-buildroot-linux-gnu/sysroot/usr/bin/. The files are built for ARM aarch64, shouldn't they also be placed in target/usr/bin?
From package/alsa-utils/Config.in: 42 config BR2_PACKAGE_ALSA_UTILS_ALSAUCM 43 bool "alsaucm" 44 select BR2_PACKAGE_ALSA_LIB_UCM 45 46 config BR2_PACKAGE_ALSA_UTILS_ALSATPLG 47 bool "alsatplg" 48 depends on !BR2_STATIC_LIBS # dlfcn.h 49 select BR2_PACKAGE_ALSA_LIB_TOPOLOGY
Thank you for your report. The issue tracker for the Buildroot project has been moved to the Gitlab.com issue tracker: https://gitlab.com/buildroot.org/buildroot/-/issues We are taking this opportunity to close old issues in this old tracker. If you believe your issue is still relevant, please open one in the new issue tracker. Thank you!