All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mark Hatle" <mark.hatle@kernel.crashing.org>
To: meta-virtualization@lists.yoctoproject.org
Subject: [PATCH] xen: Remove deltask for setscene
Date: Thu, 29 Apr 2021 20:03:11 -0500	[thread overview]
Message-ID: <20210430010311.29911-3-mark.hatle@kernel.crashing.org> (raw)
In-Reply-To: <20210430010311.29911-1-mark.hatle@kernel.crashing.org>

From: Mark Hatle <mark.hatle@xilinx.com>

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>
---
 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 344061a..d27362a 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
-- 
2.17.1


  parent reply	other threads:[~2021-04-30  1:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-30  1:03 [meta-virtualization][PATCH 0/1] Fix for xilinx bbappend Mark Hatle
2021-04-30  1:03 ` [meta-virtualization][PATCH 1/1] xen: Remove deltask for setscene Mark Hatle
2021-04-30  1:03 ` Mark Hatle [this message]
2021-05-03  2:06 ` [meta-virtualization][PATCH 0/1] Fix for xilinx bbappend Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210430010311.29911-3-mark.hatle@kernel.crashing.org \
    --to=mark.hatle@kernel.crashing.org \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.