All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] arm-bsp/wic: fix WKS dependencies for N1SDP components
@ 2020-07-23 11:55 Khasim Mohammed
  2020-07-31 14:12 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 4+ messages in thread
From: Khasim Mohammed @ 2020-07-23 11:55 UTC (permalink / raw)
  To: meta-arm; +Cc: nd, Khasim Syed Mohammed

Add build-time dependencies to ensure the required components
(TFA, SCP, UEFI EDK2) are built and available before
the task to create wic image gets initiated.

Change-Id: I3789c8d1a44984a26d31ddd8ddd5d16f4d58c7d3
Issue-Id: PLATFORMS-3134
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
---
 meta-arm-bsp/conf/machine/n1sdp.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf
index 139f619..d651270 100644
--- a/meta-arm-bsp/conf/machine/n1sdp.conf
+++ b/meta-arm-bsp/conf/machine/n1sdp.conf
@@ -17,6 +17,7 @@ SERIAL_CONSOLES = "115200;ttyAMA0"
 
 # Set default WKS
 WKS_FILE ?= "${@bb.utils.contains("EFI_PROVIDER", "systemd-boot", "systemd-bootdisk.wks", "mkefidisk.wks", d)}"
+WKS_FILE_DEPENDS_append = " ${EXTRA_IMAGEDEPENDS}"
 
 # Use kernel provided by linaro (Contains support for SCMi or HDMI)
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-arm"
-- 
2.17.1


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

* Re: [meta-arm] [PATCH v2] arm-bsp/wic: fix WKS dependencies for N1SDP components
  2020-07-23 11:55 [PATCH v2] arm-bsp/wic: fix WKS dependencies for N1SDP components Khasim Mohammed
@ 2020-07-31 14:12 ` Jon Mason
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Mason @ 2020-07-31 14:12 UTC (permalink / raw)
  To: Khasim Mohammed; +Cc: meta-arm, nd

On Thu, Jul 23, 2020 at 05:25:21PM +0530, Khasim Mohammed wrote:
> Add build-time dependencies to ensure the required components
> (TFA, SCP, UEFI EDK2) are built and available before
> the task to create wic image gets initiated.
> 
> Change-Id: I3789c8d1a44984a26d31ddd8ddd5d16f4d58c7d3
> Issue-Id: PLATFORMS-3134
> Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>

Pulled into master.

Thanks,
Jon

> ---
>  meta-arm-bsp/conf/machine/n1sdp.conf | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf
> index 139f619..d651270 100644
> --- a/meta-arm-bsp/conf/machine/n1sdp.conf
> +++ b/meta-arm-bsp/conf/machine/n1sdp.conf
> @@ -17,6 +17,7 @@ SERIAL_CONSOLES = "115200;ttyAMA0"
>  
>  # Set default WKS
>  WKS_FILE ?= "${@bb.utils.contains("EFI_PROVIDER", "systemd-boot", "systemd-bootdisk.wks", "mkefidisk.wks", d)}"
> +WKS_FILE_DEPENDS_append = " ${EXTRA_IMAGEDEPENDS}"
>  
>  # Use kernel provided by linaro (Contains support for SCMi or HDMI)
>  PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-arm"
> -- 
> 2.17.1
> 

> 


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

* Re: [meta-arm] [PATCH v2] arm-bsp/wic: fix WKS dependencies for N1SDP components
  2020-07-31  7:26 ` Khasim Mohammed
@ 2020-07-31 14:11   ` Jon Mason
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Mason @ 2020-07-31 14:11 UTC (permalink / raw)
  To: Khasim Mohammed; +Cc: meta-arm, nd

On Fri, Jul 31, 2020 at 07:26:48AM +0000, Khasim Mohammed wrote:
> Hi Jon Mason,
> 
> Can you please apply this patch as well ?

Sorry, this got lost in the shuffle.

> 
> Regards,
> Khasim
> 
> ________________________________________
> From: meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org> on behalf of Khasim Mohammed via lists.yoctoproject.org <khasim.mohammed=arm.com@lists.yoctoproject.org>
> Sent: Thursday, July 23, 2020 5:25 PM
> To: meta-arm@lists.yoctoproject.org
> Cc: nd; Khasim Mohammed
> Subject: [meta-arm] [PATCH v2] arm-bsp/wic: fix WKS dependencies for N1SDP components
> 
> Add build-time dependencies to ensure the required components
> (TFA, SCP, UEFI EDK2) are built and available before
> the task to create wic image gets initiated.
> 
> Change-Id: I3789c8d1a44984a26d31ddd8ddd5d16f4d58c7d3
> Issue-Id: PLATFORMS-3134
> Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
> ---
>  meta-arm-bsp/conf/machine/n1sdp.conf | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf
> index 139f619..d651270 100644
> --- a/meta-arm-bsp/conf/machine/n1sdp.conf
> +++ b/meta-arm-bsp/conf/machine/n1sdp.conf
> @@ -17,6 +17,7 @@ SERIAL_CONSOLES = "115200;ttyAMA0"
> 
>  # Set default WKS
>  WKS_FILE ?= "${@bb.utils.contains("EFI_PROVIDER", "systemd-boot", "systemd-bootdisk.wks", "mkefidisk.wks", d)}"
> +WKS_FILE_DEPENDS_append = " ${EXTRA_IMAGEDEPENDS}"
> 
>  # Use kernel provided by linaro (Contains support for SCMi or HDMI)
>  PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-arm"
> --
> 2.17.1
> 

> 


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

* Re: [meta-arm] [PATCH v2] arm-bsp/wic: fix WKS dependencies for N1SDP components
       [not found] <16245FA85AB8779A.27593@lists.yoctoproject.org>
@ 2020-07-31  7:26 ` Khasim Mohammed
  2020-07-31 14:11   ` Jon Mason
  0 siblings, 1 reply; 4+ messages in thread
From: Khasim Mohammed @ 2020-07-31  7:26 UTC (permalink / raw)
  To: meta-arm, Khasim Mohammed; +Cc: nd

Hi Jon Mason,

Can you please apply this patch as well ?

Regards,
Khasim

________________________________________
From: meta-arm@lists.yoctoproject.org <meta-arm@lists.yoctoproject.org> on behalf of Khasim Mohammed via lists.yoctoproject.org <khasim.mohammed=arm.com@lists.yoctoproject.org>
Sent: Thursday, July 23, 2020 5:25 PM
To: meta-arm@lists.yoctoproject.org
Cc: nd; Khasim Mohammed
Subject: [meta-arm] [PATCH v2] arm-bsp/wic: fix WKS dependencies for N1SDP components

Add build-time dependencies to ensure the required components
(TFA, SCP, UEFI EDK2) are built and available before
the task to create wic image gets initiated.

Change-Id: I3789c8d1a44984a26d31ddd8ddd5d16f4d58c7d3
Issue-Id: PLATFORMS-3134
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
---
 meta-arm-bsp/conf/machine/n1sdp.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-arm-bsp/conf/machine/n1sdp.conf b/meta-arm-bsp/conf/machine/n1sdp.conf
index 139f619..d651270 100644
--- a/meta-arm-bsp/conf/machine/n1sdp.conf
+++ b/meta-arm-bsp/conf/machine/n1sdp.conf
@@ -17,6 +17,7 @@ SERIAL_CONSOLES = "115200;ttyAMA0"

 # Set default WKS
 WKS_FILE ?= "${@bb.utils.contains("EFI_PROVIDER", "systemd-boot", "systemd-bootdisk.wks", "mkefidisk.wks", d)}"
+WKS_FILE_DEPENDS_append = " ${EXTRA_IMAGEDEPENDS}"

 # Use kernel provided by linaro (Contains support for SCMi or HDMI)
 PREFERRED_PROVIDER_virtual/kernel ?= "linux-linaro-arm"
--
2.17.1


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

end of thread, other threads:[~2020-07-31 14:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-23 11:55 [PATCH v2] arm-bsp/wic: fix WKS dependencies for N1SDP components Khasim Mohammed
2020-07-31 14:12 ` [meta-arm] " Jon Mason
     [not found] <16245FA85AB8779A.27593@lists.yoctoproject.org>
2020-07-31  7:26 ` Khasim Mohammed
2020-07-31 14:11   ` Jon Mason

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.