All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-bsp: FVP include cleanup
@ 2020-07-16 18:07 Jon Mason
  2020-07-20 12:59 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 2+ messages in thread
From: Jon Mason @ 2020-07-16 18:07 UTC (permalink / raw)
  To: meta-arm; +Cc: nd

No real benefit to having the FVP inc file in a layer above the conf
files.  Move the file down one level and rename to make it more
consistent with the layout.

Change-Id: If32c0462352fbe2f3496957b1b2a169cfd7e7f66
Signed-off-by: Jon Mason <jon.mason@arm.com>
---
 meta-arm-bsp/conf/machine/foundation-armv8.conf                 | 2 +-
 meta-arm-bsp/conf/machine/fvp-base.conf                         | 2 +-
 .../conf/machine/{fvp-common/fvp.inc => fvp-common.inc}         | 0
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-arm-bsp/conf/machine/{fvp-common/fvp.inc => fvp-common.inc} (100%)

diff --git a/meta-arm-bsp/conf/machine/foundation-armv8.conf b/meta-arm-bsp/conf/machine/foundation-armv8.conf
index 73d2798..c1b9f4d 100644
--- a/meta-arm-bsp/conf/machine/foundation-armv8.conf
+++ b/meta-arm-bsp/conf/machine/foundation-armv8.conf
@@ -4,7 +4,7 @@
 #@NAME: Armv8-A Foundation Platform machine
 #@DESCRIPTION: Machine configuration for Armv8-A Foundation Platform model
 
-require conf/machine/fvp-common/fvp.inc
+require conf/machine/fvp-common.inc
 
 KERNEL_DEVICETREE = "arm/foundation-v8-gicv3-psci.dtb"
 
diff --git a/meta-arm-bsp/conf/machine/fvp-base.conf b/meta-arm-bsp/conf/machine/fvp-base.conf
index 3039644..bd3c62d 100644
--- a/meta-arm-bsp/conf/machine/fvp-base.conf
+++ b/meta-arm-bsp/conf/machine/fvp-base.conf
@@ -4,7 +4,7 @@
 #@NAME: Armv8-A Base Platform FVP machine
 #@DESCRIPTION: Machine configuration for Armv8-A Base Platform FVP model
 
-require conf/machine/fvp-common/fvp.inc
+require conf/machine/fvp-common.inc
 
 KERNEL_DEVICETREE = "arm/fvp-base-gicv3-psci-custom.dtb"
 
diff --git a/meta-arm-bsp/conf/machine/fvp-common/fvp.inc b/meta-arm-bsp/conf/machine/fvp-common.inc
similarity index 100%
rename from meta-arm-bsp/conf/machine/fvp-common/fvp.inc
rename to meta-arm-bsp/conf/machine/fvp-common.inc
-- 
2.17.1


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

* Re: [meta-arm] [PATCH] arm-bsp: FVP include cleanup
  2020-07-16 18:07 [PATCH] arm-bsp: FVP include cleanup Jon Mason
@ 2020-07-20 12:59 ` Jon Mason
  0 siblings, 0 replies; 2+ messages in thread
From: Jon Mason @ 2020-07-20 12:59 UTC (permalink / raw)
  To: Jon Mason; +Cc: meta-arm, nd

On Thu, Jul 16, 2020 at 02:07:33PM -0400, Jon Mason wrote:
> No real benefit to having the FVP inc file in a layer above the conf
> files.  Move the file down one level and rename to make it more
> consistent with the layout.
> 
> Change-Id: If32c0462352fbe2f3496957b1b2a169cfd7e7f66
> Signed-off-by: Jon Mason <jon.mason@arm.com>

Applied to master.

Thanks,
Jon

> ---
>  meta-arm-bsp/conf/machine/foundation-armv8.conf                 | 2 +-
>  meta-arm-bsp/conf/machine/fvp-base.conf                         | 2 +-
>  .../conf/machine/{fvp-common/fvp.inc => fvp-common.inc}         | 0
>  3 files changed, 2 insertions(+), 2 deletions(-)
>  rename meta-arm-bsp/conf/machine/{fvp-common/fvp.inc => fvp-common.inc} (100%)
> 
> diff --git a/meta-arm-bsp/conf/machine/foundation-armv8.conf b/meta-arm-bsp/conf/machine/foundation-armv8.conf
> index 73d2798..c1b9f4d 100644
> --- a/meta-arm-bsp/conf/machine/foundation-armv8.conf
> +++ b/meta-arm-bsp/conf/machine/foundation-armv8.conf
> @@ -4,7 +4,7 @@
>  #@NAME: Armv8-A Foundation Platform machine
>  #@DESCRIPTION: Machine configuration for Armv8-A Foundation Platform model
>  
> -require conf/machine/fvp-common/fvp.inc
> +require conf/machine/fvp-common.inc
>  
>  KERNEL_DEVICETREE = "arm/foundation-v8-gicv3-psci.dtb"
>  
> diff --git a/meta-arm-bsp/conf/machine/fvp-base.conf b/meta-arm-bsp/conf/machine/fvp-base.conf
> index 3039644..bd3c62d 100644
> --- a/meta-arm-bsp/conf/machine/fvp-base.conf
> +++ b/meta-arm-bsp/conf/machine/fvp-base.conf
> @@ -4,7 +4,7 @@
>  #@NAME: Armv8-A Base Platform FVP machine
>  #@DESCRIPTION: Machine configuration for Armv8-A Base Platform FVP model
>  
> -require conf/machine/fvp-common/fvp.inc
> +require conf/machine/fvp-common.inc
>  
>  KERNEL_DEVICETREE = "arm/fvp-base-gicv3-psci-custom.dtb"
>  
> diff --git a/meta-arm-bsp/conf/machine/fvp-common/fvp.inc b/meta-arm-bsp/conf/machine/fvp-common.inc
> similarity index 100%
> rename from meta-arm-bsp/conf/machine/fvp-common/fvp.inc
> rename to meta-arm-bsp/conf/machine/fvp-common.inc
> -- 
> 2.17.1
> 

> 


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

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16 18:07 [PATCH] arm-bsp: FVP include cleanup Jon Mason
2020-07-20 12:59 ` [meta-arm] " 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.