diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-04-29 20:03:10 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-04-29 23:12:46 -0400 |
| commit | ba24aaeea8daf9247bd0cb00cd2761593d2f4a65 (patch) | |
| tree | dee873bf058a0f7cf27d5688b48b35374d714bd1 | |
| parent | 7a1dbe100428e58a3cd7e69eb361eb47013afe5f (diff) | |
| download | meta-virtualization-ba24aaeea8daf9247bd0cb00cd2761593d2f4a65.tar.gz | |
xen: Remove deltask for setscene
As of the gatesgarth you are no longer allowed to remove setscene tasks
as the eSDK generation expects for tasks to actually be executed.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc b/dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc index 344061aa..d27362a3 100644 --- a/dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc +++ b/dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc | |||
| @@ -9,6 +9,3 @@ do_deploy_append() { | |||
| 9 | uboot-mkimage -A arm64 -T kernel -a ${XENIMAGE_KERNEL_LOADADDRESS} -e ${XENIMAGE_KERNEL_LOADADDRESS} -C none -d ${DEPLOYDIR}/xen-${MACHINE} ${DEPLOYDIR}/xen.ub | 9 | uboot-mkimage -A arm64 -T kernel -a ${XENIMAGE_KERNEL_LOADADDRESS} -e ${XENIMAGE_KERNEL_LOADADDRESS} -C none -d ${DEPLOYDIR}/xen-${MACHINE} ${DEPLOYDIR}/xen.ub |
| 10 | fi | 10 | fi |
| 11 | } | 11 | } |
| 12 | |||
| 13 | deltask do_deploy_setscene | ||
| 14 | deltask do_populate_sysroot_setscene | ||
