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

Alistair Francis alistair23 at gmail.com
Tue Apr 25 09:26:04 PDT 2017


On Thu, Apr 20, 2017 at 3:35 AM, Nathan Rossi <nathan at nathanrossi.com> 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 <nathan at nathanrossi.com>

Reviewed-by: Alistair Francis <alistair.francis at xilinx.com>

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
> meta-xilinx at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx



More information about the meta-xilinx mailing list