mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-04 06:54:36 +02:00
external-sourcery: Set PREFERRED_PROVIDER of gdbserver to gdb
This forces the default setup to require gdbserver from the gdb package rather than pulling it from the external-sourcery packages. This allows the inclusion of target-tools (and specifically gdb) in the build image without resulting in multiple providers of gdbserver. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
This commit is contained in:
@@ -39,7 +39,7 @@ PREFERRED_PROVIDER_virtual/libc ?= "glibc-external"
|
||||
PREFERRED_PROVIDER_virtual/libintl ?= "glibc-external"
|
||||
PREFERRED_PROVIDER_virtual/libiconv ?= "glibc-external"
|
||||
|
||||
PREFERRED_PROVIDER_gdbserver ??= "gdbserver-external"
|
||||
PREFERRED_PROVIDER_gdbserver ??= "gdb"
|
||||
PREFERRED_PROVIDER_oprofile ??= "oprofile"
|
||||
|
||||
# These are defined in default-providers.inc, which is parsed before the
|
||||
|
||||
Reference in New Issue
Block a user