meta-digi-dey: Add eclipse-debug to sdk images.
This is needed in order to use eclipse as a graphical debugging IDE with the Yocto eclipse plugin. Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
240ed81349
commit
83b69de704
|
|
@ -10,6 +10,6 @@ development headers and libraries to form a standalone SDK."
|
|||
# Dropbear clashes with openssh which is included by tools-debug.
|
||||
IMAGE_FEATURES := "${@oe_filter_out('ssh-server-dropbear', bb.data.getVar('IMAGE_FEATURES', d, 1), d)}"
|
||||
IMAGE_FEATURES += "dev-pkgs tools-sdk\
|
||||
tools-debug tools-profile tools-testapps debug-tweaks"
|
||||
tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
|
||||
|
||||
IMAGE_INSTALL += "kernel-dev"
|
||||
|
|
|
|||
|
|
@ -10,6 +10,6 @@ development headers and libraries to form a standalone SDK."
|
|||
# Dropbear clashes with openssh which is included by tools-debug.
|
||||
IMAGE_FEATURES := "${@oe_filter_out('ssh-server-dropbear', bb.data.getVar('IMAGE_FEATURES', d, 1), d)}"
|
||||
IMAGE_FEATURES += "dev-pkgs tools-sdk\
|
||||
tools-debug debug-tweaks"
|
||||
tools-debug eclipse-debug debug-tweaks"
|
||||
|
||||
IMAGE_INSTALL += "kernel-dev"
|
||||
|
|
|
|||
Loading…
Reference in New Issue