From ba24aaeea8daf9247bd0cb00cd2761593d2f4a65 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 29 Apr 2021 20:03:10 -0500 Subject: 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 Signed-off-by: Mark Hatle Signed-off-by: Bruce Ashfield --- dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc | 3 --- 1 file changed, 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() { uboot-mkimage -A arm64 -T kernel -a ${XENIMAGE_KERNEL_LOADADDRESS} -e ${XENIMAGE_KERNEL_LOADADDRESS} -C none -d ${DEPLOYDIR}/xen-${MACHINE} ${DEPLOYDIR}/xen.ub fi } - -deltask do_deploy_setscene -deltask do_populate_sysroot_setscene -- cgit v1.2.3-54-g00ecf