Bug 15566

Summary: In package alsa-utils the files alsaucm and alsatplg are present in host but not in target directory.
Product: buildroot Reporter: simon.steindl
Component: OtherAssignee: unassigned
Status: RESOLVED MOVED    
Severity: normal CC: buildroot, yann.morin.1998
Priority: P5    
Version: 2023.02.1   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

Description simon.steindl 2023-05-17 13:17:47 UTC
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?
Comment 1 Peter Seiderer 2023-05-17 18:36:05 UTC
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
Comment 2 Yann E. MORIN 2024-06-15 15:08:26 UTC
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!