All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 15566] New: In package alsa-utils the files alsaucm and alsatplg are present in host but not in target directory.
@ 2023-05-17 13:17 bugzilla
  2023-05-17 18:36 ` [Buildroot] [Bug 15566] " bugzilla
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2023-05-17 13:17 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=15566

            Bug ID: 15566
           Summary: In package alsa-utils the files alsaucm and alsatplg
                    are present in host but not in target directory.
           Product: buildroot
           Version: 2023.02.1
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned@buildroot.uclibc.org
          Reporter: simon.steindl@ginzinger.com
                CC: buildroot@uclibc.org
  Target Milestone: ---

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?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Buildroot] [Bug 15566] In package alsa-utils the files alsaucm and alsatplg are present in host but not in target directory.
  2023-05-17 13:17 [Buildroot] [Bug 15566] New: In package alsa-utils the files alsaucm and alsatplg are present in host but not in target directory bugzilla
@ 2023-05-17 18:36 ` bugzilla
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla @ 2023-05-17 18:36 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=15566

--- Comment #1 from Peter Seiderer <ps.report@gmx.net> ---
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

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-05-17 18:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-17 13:17 [Buildroot] [Bug 15566] New: In package alsa-utils the files alsaucm and alsatplg are present in host but not in target directory bugzilla
2023-05-17 18:36 ` [Buildroot] [Bug 15566] " bugzilla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.