Skip to content
Snippets Groups Projects
Commit 62bf26d4 authored by Stefan Schmidt's avatar Stefan Schmidt
Browse files

openharmony-image-common.inc: always include the gdbserver for debugging


By just installing this into all of our images we open the door for
in-field debugging. It needs to be invoked manually and we do not drag
in any dbg packages so the image size stays sane.

Combined with a remote debugging setup and copy of the images files and
symbols this can allow full debugging capabilities with GDB or an IDE
later on.

Signed-off-by: default avatarStefan Schmidt <stefan.schmidt@huawei.com>
parent d705b1fe
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ IMAGE_INSTALL_append = "\ ...@@ -6,6 +6,7 @@ IMAGE_INSTALL_append = "\
packagegroup-net-essentials \ packagegroup-net-essentials \
packagegroup-net-tools \ packagegroup-net-tools \
packagegroup-ble-essentials \ packagegroup-ble-essentials \
gdbserver \
" "
# This is a workaround in case the build runs on ZFS with compression on. # This is a workaround in case the build runs on ZFS with compression on.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment