All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm-bsp/n1sdp: remove swap parition entry from wic image
@ 2020-11-12 15:01 Khasim Mohammed
  2020-11-16 14:25 ` [meta-arm] " Jon Mason
  0 siblings, 1 reply; 4+ messages in thread
From: Khasim Mohammed @ 2020-11-12 15:01 UTC (permalink / raw)
  To: meta-arm; +Cc: nd, Khasim Syed Mohammed

The swap partition on n1sdp seem to create an issue when shutdown or reboot is run
from the shell prompt, the console stops at "Deactivating swap ...". Hence
removing the swap partition entry from wic image.

Change-Id: I22cf971fdde7e3b8b386c74003983fab3d309cc5
Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
---
 meta-arm-bsp/wic/n1sdp-efidisk.wks | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta-arm-bsp/wic/n1sdp-efidisk.wks b/meta-arm-bsp/wic/n1sdp-efidisk.wks
index d1ebfb8..b131dd8 100644
--- a/meta-arm-bsp/wic/n1sdp-efidisk.wks
+++ b/meta-arm-bsp/wic/n1sdp-efidisk.wks
@@ -6,6 +6,4 @@ part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --ondisk sda --
 
 part / --source rootfs --ondisk sda --fstype=ext4 --label root --align 1024 --uuid=6a60524d-061d-454a-bfd1-38989910eccd
 
-part swap --ondisk sda --size 44 --label swap1 --fstype=swap
-
 bootloader --ptable gpt --configfile="n1sdp-grub.cfg" --timeout=5
-- 
2.17.1


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

* Re: [meta-arm] [PATCH] arm-bsp/n1sdp: remove swap parition entry from wic image
  2020-11-12 15:01 [PATCH] arm-bsp/n1sdp: remove swap parition entry from wic image Khasim Mohammed
@ 2020-11-16 14:25 ` Jon Mason
  2020-11-18 14:52   ` Khasim Mohammed
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Mason @ 2020-11-16 14:25 UTC (permalink / raw)
  To: Khasim Mohammed; +Cc: meta-arm, nd

On Thu, Nov 12, 2020 at 08:31:38PM +0530, Khasim Mohammed wrote:
> The swap partition on n1sdp seem to create an issue when shutdown or reboot is run
> from the shell prompt, the console stops at "Deactivating swap ...". Hence
> removing the swap partition entry from wic image.
> 
> Change-Id: I22cf971fdde7e3b8b386c74003983fab3d309cc5
> Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>

Applied to master.

Thanks,
Jon

> ---
>  meta-arm-bsp/wic/n1sdp-efidisk.wks | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/meta-arm-bsp/wic/n1sdp-efidisk.wks b/meta-arm-bsp/wic/n1sdp-efidisk.wks
> index d1ebfb8..b131dd8 100644
> --- a/meta-arm-bsp/wic/n1sdp-efidisk.wks
> +++ b/meta-arm-bsp/wic/n1sdp-efidisk.wks
> @@ -6,6 +6,4 @@ part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --ondisk sda --
>  
>  part / --source rootfs --ondisk sda --fstype=ext4 --label root --align 1024 --uuid=6a60524d-061d-454a-bfd1-38989910eccd
>  
> -part swap --ondisk sda --size 44 --label swap1 --fstype=swap
> -
>  bootloader --ptable gpt --configfile="n1sdp-grub.cfg" --timeout=5
> -- 
> 2.17.1
> 

> 
> 
> 


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

* Re: [meta-arm] [PATCH] arm-bsp/n1sdp: remove swap parition entry from wic image
  2020-11-16 14:25 ` [meta-arm] " Jon Mason
@ 2020-11-18 14:52   ` Khasim Mohammed
  2020-11-19 14:59     ` Jon Mason
  0 siblings, 1 reply; 4+ messages in thread
From: Khasim Mohammed @ 2020-11-18 14:52 UTC (permalink / raw)
  To: Jon Mason; +Cc: meta-arm, nd

Hi Jon,

________________________________________
From: Jon Mason <jdmason@kudzu.us>
Sent: Monday, November 16, 2020 7:55 PM
To: Khasim Mohammed
Cc: meta-arm@lists.yoctoproject.org; nd
Subject: Re: [meta-arm] [PATCH] arm-bsp/n1sdp: remove swap parition entry from wic image

On Thu, Nov 12, 2020 at 08:31:38PM +0530, Khasim Mohammed wrote:
> The swap partition on n1sdp seem to create an issue when shutdown or reboot is run
> from the shell prompt, the console stops at "Deactivating swap ...". Hence
> removing the swap partition entry from wic image.
>
> Change-Id: I22cf971fdde7e3b8b386c74003983fab3d309cc5
> Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>

> Applied to master.

Can you please apply this patch to gatesgarth branch as well ?

Thanks,
Jon

> ---
>  meta-arm-bsp/wic/n1sdp-efidisk.wks | 2 --
>  1 file changed, 2 deletions(-)
>
> diff --git a/meta-arm-bsp/wic/n1sdp-efidisk.wks b/meta-arm-bsp/wic/n1sdp-efidisk.wks
> index d1ebfb8..b131dd8 100644
> --- a/meta-arm-bsp/wic/n1sdp-efidisk.wks
> +++ b/meta-arm-bsp/wic/n1sdp-efidisk.wks
> @@ -6,6 +6,4 @@ part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --ondisk sda --
>
>  part / --source rootfs --ondisk sda --fstype=ext4 --label root --align 1024 --uuid=6a60524d-061d-454a-bfd1-38989910eccd
>
> -part swap --ondisk sda --size 44 --label swap1 --fstype=swap
> -
>  bootloader --ptable gpt --configfile="n1sdp-grub.cfg" --timeout=5
> --
> 2.17.1
>

>
> 
>


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

* Re: [meta-arm] [PATCH] arm-bsp/n1sdp: remove swap parition entry from wic image
  2020-11-18 14:52   ` Khasim Mohammed
@ 2020-11-19 14:59     ` Jon Mason
  0 siblings, 0 replies; 4+ messages in thread
From: Jon Mason @ 2020-11-19 14:59 UTC (permalink / raw)
  To: Khasim Mohammed; +Cc: meta-arm, nd

On Wed, Nov 18, 2020 at 02:52:34PM +0000, Khasim Mohammed wrote:
> Hi Jon,
> 
> ________________________________________
> From: Jon Mason <jdmason@kudzu.us>
> Sent: Monday, November 16, 2020 7:55 PM
> To: Khasim Mohammed
> Cc: meta-arm@lists.yoctoproject.org; nd
> Subject: Re: [meta-arm] [PATCH] arm-bsp/n1sdp: remove swap parition entry from wic image
> 
> On Thu, Nov 12, 2020 at 08:31:38PM +0530, Khasim Mohammed wrote:
> > The swap partition on n1sdp seem to create an issue when shutdown or reboot is run
> > from the shell prompt, the console stops at "Deactivating swap ...". Hence
> > removing the swap partition entry from wic image.
> >
> > Change-Id: I22cf971fdde7e3b8b386c74003983fab3d309cc5
> > Signed-off-by: Khasim Syed Mohammed <khasim.mohammed@arm.com>
> 
> > Applied to master.
> 
> Can you please apply this patch to gatesgarth branch as well ?

Done

> 
> Thanks,
> Jon
> 
> > ---
> >  meta-arm-bsp/wic/n1sdp-efidisk.wks | 2 --
> >  1 file changed, 2 deletions(-)
> >
> > diff --git a/meta-arm-bsp/wic/n1sdp-efidisk.wks b/meta-arm-bsp/wic/n1sdp-efidisk.wks
> > index d1ebfb8..b131dd8 100644
> > --- a/meta-arm-bsp/wic/n1sdp-efidisk.wks
> > +++ b/meta-arm-bsp/wic/n1sdp-efidisk.wks
> > @@ -6,6 +6,4 @@ part /boot --source bootimg-efi --sourceparams="loader=grub-efi" --ondisk sda --
> >
> >  part / --source rootfs --ondisk sda --fstype=ext4 --label root --align 1024 --uuid=6a60524d-061d-454a-bfd1-38989910eccd
> >
> > -part swap --ondisk sda --size 44 --label swap1 --fstype=swap
> > -
> >  bootloader --ptable gpt --configfile="n1sdp-grub.cfg" --timeout=5
> > --
> > 2.17.1
> >
> 
> >
> > 
> >
> 

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

end of thread, other threads:[~2020-11-19 14:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12 15:01 [PATCH] arm-bsp/n1sdp: remove swap parition entry from wic image Khasim Mohammed
2020-11-16 14:25 ` [meta-arm] " Jon Mason
2020-11-18 14:52   ` Khasim Mohammed
2020-11-19 14:59     ` 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.