diff options
-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 | ||