Bug 15566 - In package alsa-utils the files alsaucm and alsatplg are present in host but not in target directory.
Summary: In package alsa-utils the files alsaucm and alsatplg are present in host but ...
Status: RESOLVED MOVED
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2023.02.1
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-17 13:17 UTC by simon.steindl
Modified: 2024-06-15 15:08 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!