Hi JD, > -----Original Message----- > From: Jean-Francois Dagenais <[email protected]> > Sent: Tuesday, July 9, 2019 8:45 AM > To: [email protected]; git <[email protected]> > Cc: Jean-Francois Dagenais <[email protected]> > Subject: [meta-xilinx-tools][RFC][patch 2/3] xilinx-bootbin: cleanup > unecessary > steps > > Signed-off-by: Jean-Francois Dagenais <[email protected]> > --- > 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 -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
