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:52 -0400 |
commit | f058b195580f90ea8fb2751fe76168e06a746934 (patch) | |
tree | 6df8dd82f0839e9b665c2522d2ee679a1245fdeb | |
parent | d330985227d6b2a887fda40d607ea0f43957496a (diff) | |
download | meta-virtualization-f058b195580f90ea8fb2751fe76168e06a746934.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 | ||