All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH 0/1] Fix for xilinx bbappend
@ 2021-04-30  1:03 Mark Hatle
  2021-04-30  1:03 ` [meta-virtualization][PATCH 1/1] xen: Remove deltask for setscene Mark Hatle
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mark Hatle @ 2021-04-30  1:03 UTC (permalink / raw)
  To: meta-virtualization

This change applies to gatesgarth, hardknott and master.  The same patch
applied to all three branches.

Without this change, it's not possible to build an eSDK w/ Xen enabled.

Mark Hatle (1):
  xen: Remove deltask for setscene

 dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc | 3 ---
 1 file changed, 3 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [meta-virtualization][PATCH 1/1] xen: Remove deltask for setscene
  2021-04-30  1:03 [meta-virtualization][PATCH 0/1] Fix for xilinx bbappend Mark Hatle
@ 2021-04-30  1:03 ` Mark Hatle
  2021-04-30  1:03 ` [PATCH] " Mark Hatle
  2021-05-03  2:06 ` [meta-virtualization][PATCH 0/1] Fix for xilinx bbappend Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Hatle @ 2021-04-30  1:03 UTC (permalink / raw)
  To: meta-virtualization

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] xen: Remove deltask for setscene
  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
  2021-05-03  2:06 ` [meta-virtualization][PATCH 0/1] Fix for xilinx bbappend Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Mark Hatle @ 2021-04-30  1:03 UTC (permalink / raw)
  To: meta-virtualization

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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-virtualization][PATCH 0/1] Fix for xilinx bbappend
  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 ` [PATCH] " Mark Hatle
@ 2021-05-03  2:06 ` Bruce Ashfield
  2 siblings, 0 replies; 4+ messages in thread
From: Bruce Ashfield @ 2021-05-03  2:06 UTC (permalink / raw)
  To: Mark Hatle; +Cc: meta-virtualization

On Thu, Apr 29, 2021 at 9:03 PM Mark Hatle
<mark.hatle@kernel.crashing.org> wrote:
>
> This change applies to gatesgarth, hardknott and master.  The same patch
> applied to all three branches.
>
> Without this change, it's not possible to build an eSDK w/ Xen enabled.
>

Merged  to the appropriate branches.

Bruce

> Mark Hatle (1):
>   xen: Remove deltask for setscene
>
>  dynamic-layers/xilinx/recipes-extended/xen/xen-xilinx.inc | 3 ---
>  1 file changed, 3 deletions(-)
>
> --
> 2.17.1
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-03  2:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 ` [PATCH] " Mark Hatle
2021-05-03  2:06 ` [meta-virtualization][PATCH 0/1] Fix for xilinx bbappend Bruce Ashfield

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.