summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatei Valeanu <Matei.Valeanu@enea.com>2016-06-09 18:43:30 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2016-06-10 10:10:08 +0200
commit069853948172c97b6ecc421fea6106fd65522300 (patch)
treef42602b2c3da10241a4187b5a0e4e77520c4014c
parentb51df0da541fe6aa836fe27a8bbc186d20881bc9 (diff)
downloadmeta-el-common-069853948172c97b6ecc421fea6106fd65522300.tar.gz
Add the gdb-cross package to the Extensible SDK host toolchain
Add gdb-cross-${TRANSLATED_TARGET_ARCH} as image dependency, to become part of the host toolchain Signed-off-by: Matei Valeanu <Matei.Valeanu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--images/enea-image-extra.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/images/enea-image-extra.inc b/images/enea-image-extra.inc
index d22a96e..f7c6245 100644
--- a/images/enea-image-extra.inc
+++ b/images/enea-image-extra.inc
@@ -60,3 +60,5 @@ IMAGE_INSTALL += " \
60 udev-extraconf \ 60 udev-extraconf \
61 zip \ 61 zip \
62 " 62 "
63
64DEPENDS += "gdb-cross-${TRANSLATED_TARGET_ARCH}"