[meta-xilinx] [meta-xilinx-tools][RFC][patch 2/3] xilinx-bootbin: cleanup unecessary steps

Manjukumar Harthikote Matha MANJUKUM at xilinx.com
Tue Jul 9 09:26:39 PDT 2019


Hi JD,

> -----Original Message-----
> From: Jean-Francois Dagenais <jeff.dagenais at gmail.com>
> Sent: Tuesday, July 9, 2019 8:45 AM
> To: meta-xilinx at yoctoproject.org; git <git at xilinx.com>
> Cc: Jean-Francois Dagenais <jeff.dagenais at gmail.com>
> Subject: [meta-xilinx-tools][RFC][patch 2/3] xilinx-bootbin: cleanup unecessary
> steps
> 
> Signed-off-by: Jean-Francois Dagenais <jeff.dagenais at gmail.com>
> ---
>  recipes-bsp/bootbin/xilinx-bootbin_1.0.bb | 12 +++++-------
>  1 file changed, 5 insertions(+), 7 deletions(-)
> 
> diff --git a/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb b/recipes-
> bsp/bootbin/xilinx-bootbin_1.0.bb
> index 979c737..41e5f1e 100644
> --- a/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb
> +++ b/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb
> @@ -21,9 +21,11 @@ BOOTGEN_EXTRA_ARGS ?= ""
> 
>  BIF_PARTITIONS_zynqmp = "${@'fsbl pmu atf u-boot' if
> d.getVar('FPGA_MNGR_RECONFIG_ENABLE') == '1' else 'fsbl bitstream pmu atf
> u-boot'}"
> 
> -do_fetch[noexec] = "1"
> -do_unpack[noexec] = "1"
> -do_patch[noexec] = "1"
> +inherit nopackages
> +deltask do_fetch
> +deltask do_patch
> +deltask do_unpack
> +deltask do_install
> 
>  def get_bootbin_depends(d):
>      bootbindeps = ""
> @@ -101,10 +103,6 @@ do_compile_append_versal() {
>      dd if=${DEPLOY_DIR_IMAGE}/boot.scr of=${B}/QEMU_qspi.bin bs=1
> seek=66584576 conv=notrunc  }
> 
> -do_install() {
> -	:
> -}
> -

We are working on mechanism which enables boot.bin upgrade mechanism using RPM packages.
To do this, we would need do_install task and packaging tasks

Thanks,
Manju



More information about the meta-xilinx mailing list