diff mbox series

[meta-swupdate-boards,v2] layer.conf: Parted is no longer used on rpi

Message ID 20200228145343.1311759-1-raj.khem@gmail.com
State Accepted
Headers show
Series [meta-swupdate-boards,v2] layer.conf: Parted is no longer used on rpi | expand

Commit Message

Khem Raj Feb. 28, 2020, 2:53 p.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
v2: Do not add parted for rpi

 conf/layer.conf | 1 -
 1 file changed, 1 deletion(-)

Comments

Stefano Babic Feb. 29, 2020, 3:02 p.m. UTC | #1
On 28.02.20 15:53, Khem Raj wrote:
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> v2: Do not add parted for rpi
> 
>  conf/layer.conf | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 7c8727b..8d67830 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -10,7 +10,6 @@ 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"
>  
>  LAYERDEPENDS_swupdate-boards = "swupdate"
>  
> 

Applied to -master, thanks !

Best regards,
Stefano Babic
diff mbox series

Patch

diff --git a/conf/layer.conf b/conf/layer.conf
index 7c8727b..8d67830 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -10,7 +10,6 @@  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"
 
 LAYERDEPENDS_swupdate-boards = "swupdate"