diff mbox series

[meta-swupdate-boards,2/2] layer.conf: Fix typo in override

Message ID 20200225003324.779102-2-raj.khem@gmail.com
State Changes Requested
Headers show
Series [meta-swupdate-boards,1/2] libubootenv: Limit fw_env config append to target recipes alone | expand

Commit Message

Khem Raj Feb. 25, 2020, 12:33 a.m. UTC
Use rpi override which is pan rpi SOCs

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Stefano Babic Feb. 28, 2020, 10:17 a.m. UTC | #1
On 25.02.20 01:33, Khem Raj wrote:
> Use rpi override which is pan rpi SOCs
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  conf/layer.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 7c8727b..a135273 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -10,7 +10,7 @@ BBFILE_PATTERN_swupdate-boards = "^${LAYERDIR}/"
>  BBFILE_PRIORITY_swupdate-boards = "7"
>  
>  CORE_IMAGE_EXTRA_INSTALL_append = " swupdate swupdate-www swupdate-tools u-boot-fw-utils lua"
> -CORE_IMAGE_EXTRA_INSTALL_raspberrypi3_append = " parted"
> +CORE_IMAGE_EXTRA_INSTALL_append_rpi = " parted"
>  

Thanks for catching - however, we can drop completely the line. I have
integrated in last SWUpdate the support for partitioning using libfdisk.
An external tool like parted (or sfdisk, or..) is not necessary anymore.

Best regards,
Stefano

>  LAYERDEPENDS_swupdate-boards = "swupdate"
>  
>
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 7c8727b..a135273 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -10,7 +10,7 @@  BBFILE_PATTERN_swupdate-boards = "^${LAYERDIR}/"
 BBFILE_PRIORITY_swupdate-boards = "7"
 
 CORE_IMAGE_EXTRA_INSTALL_append = " swupdate swupdate-www swupdate-tools u-boot-fw-utils lua"
-CORE_IMAGE_EXTRA_INSTALL_raspberrypi3_append = " parted"
+CORE_IMAGE_EXTRA_INSTALL_append_rpi = " parted"
 
 LAYERDEPENDS_swupdate-boards = "swupdate"