[meta-xilinx] [PATCH 1/9] zybo-linux-bd.bb: Depend on unzip-native instead of unzip

Nathan Rossi nathan at nathanrossi.com
Thu Apr 20 03:35:17 PDT 2017


This recipe uses unzip, however it was depending on the targets unzip as
opposed to unzip-native. Because of this it was using the hosts unzip
during the build which is no longer valid with newer oe-core.

Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
 recipes-bsp/reference-design/zybo-linux-bd.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes-bsp/reference-design/zybo-linux-bd.bb b/recipes-bsp/reference-design/zybo-linux-bd.bb
index a6df84d8e4..8920580221 100644
--- a/recipes-bsp/reference-design/zybo-linux-bd.bb
+++ b/recipes-bsp/reference-design/zybo-linux-bd.bb
@@ -3,7 +3,8 @@ DESCRIPTION = "Contains the Reference Design Files and hardware software \
 hand-off file. The HDF provides bitstream and Xilinx ps7_init_gpl.c/h \
 platform headers."
 SECTION = "bsp"
-DEPENDS += "unzip"
+
+DEPENDS += "unzip-native"
 
 LICENSE = "Proprietary"
 LIC_FILES_CHKSUM = "file://Projects/${HW_BD}/readme.txt;md5=e1cb7639bf00b6e730ff3a7f13714951"
-- 
2.11.0




More information about the meta-xilinx mailing list