gdb: add fallback preference

Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
Christopher Larson
2017-11-23 03:31:14 +05:00
parent f5afc607df
commit 288987d8f4

View File

@@ -1,3 +1,5 @@
PREFERRED_PROVIDER_gdbserver ?= "gdb"
PROVIDES += "${@'gdbserver' if '${PREFERRED_PROVIDER_gdbserver}' == '${PN}' else ''}"
# Disable build of gdbserver if is provided by external-sourcery-toolchain