From 069853948172c97b6ecc421fea6106fd65522300 Mon Sep 17 00:00:00 2001 From: Matei Valeanu Date: Thu, 9 Jun 2016 18:43:30 +0200 Subject: 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 Signed-off-by: Adrian Dudau --- images/enea-image-extra.inc | 2 ++ 1 file changed, 2 insertions(+) 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 += " \ udev-extraconf \ zip \ " + +DEPENDS += "gdb-cross-${TRANSLATED_TARGET_ARCH}" -- cgit v1.2.3-54-g00ecf