From 456a428dd41bf6bf8f1c58e713bb7ebd03fe89e6 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 2 Mar 2020 08:31:31 +0000 Subject: [PATCH] pruss-lld: fix packaging issue due to libpruss.a dwarfsrcfiles: .../work/am57xx_evm-linux-gnueabi/pruss-lld/1_2020.2.20-r0.2/package/usr/lib/libpruss.a: not a valid ELF file Signed-off-by: Denys Dmytriyenko --- recipes-bsp/pruss-lld/pruss-lld.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/pruss-lld/pruss-lld.inc b/recipes-bsp/pruss-lld/pruss-lld.inc index 793ba838..fe5987a4 100644 --- a/recipes-bsp/pruss-lld/pruss-lld.inc +++ b/recipes-bsp/pruss-lld/pruss-lld.inc @@ -12,3 +12,4 @@ PE = "1" INC_PR = "r0" +INHIBIT_PACKAGE_STRIP_FILES = "${PKGD}${libdir}/libpruss.a"