mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 12:59:02 +02:00
devtool: ide-sdk: check 'tools-debug' for gdbserver
Also check that 'tools-debug' is not set in IMAGE_FEATURES to determine if gdbserver is missing. (From OE-Core rev: 28a8b35826302a40e7bb49f4bd3213fe7026f480) Signed-off-by: Georgi, Tom <tom.georgi@karlstorz.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
409256a2df
commit
465872544e
|
@ -167,7 +167,7 @@ class RecipeImage:
|
|||
self.__rootfs_dbg = os.path.join(workdir, 'rootfs-dbg')
|
||||
|
||||
self.gdbserver_missing = 'gdbserver' not in image_d.getVar(
|
||||
'IMAGE_INSTALL')
|
||||
'IMAGE_INSTALL') and 'tools-debug' not in image_d.getVar('IMAGE_FEATURES')
|
||||
|
||||
@property
|
||||
def debug_support(self):
|
||||
|
|
Loading…
Reference in New Issue
Block a user