On Thu, Apr 20, 2017 at 3:35 AM, Nathan Rossi <[email protected]> wrote: > 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 <[email protected]>
Reviewed-by: Alistair Francis <[email protected]> Thanks, Alistair > --- > 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 > > -- > _______________________________________________ > meta-xilinx mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-xilinx -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
