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:
Alex Gonzalez 2014-03-14 18:23:37 +01:00
parent 240ed81349
commit 83b69de704
2 changed files with 2 additions and 2 deletions

View File

@ -10,6 +10,6 @@ development headers and libraries to form a standalone SDK."
# Dropbear clashes with openssh which is included by tools-debug. # 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 := "${@oe_filter_out('ssh-server-dropbear', bb.data.getVar('IMAGE_FEATURES', d, 1), d)}"
IMAGE_FEATURES += "dev-pkgs tools-sdk\ 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" IMAGE_INSTALL += "kernel-dev"

View File

@ -10,6 +10,6 @@ development headers and libraries to form a standalone SDK."
# Dropbear clashes with openssh which is included by tools-debug. # 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 := "${@oe_filter_out('ssh-server-dropbear', bb.data.getVar('IMAGE_FEATURES', d, 1), d)}"
IMAGE_FEATURES += "dev-pkgs tools-sdk\ IMAGE_FEATURES += "dev-pkgs tools-sdk\
tools-debug debug-tweaks" tools-debug eclipse-debug debug-tweaks"
IMAGE_INSTALL += "kernel-dev" IMAGE_INSTALL += "kernel-dev"