All of lore.kernel.org
 help / color / mirror / Atom feed
* How to increase the size of the rootfs in the isar-cip-core image
@ 2022-06-23 18:15 Venkata.Pyla
  2022-06-24  5:14 ` Kanagarajan, Vijaikumar
  0 siblings, 1 reply; 3+ messages in thread
From: Venkata.Pyla @ 2022-06-23 18:15 UTC (permalink / raw)
  To: cip-dev

[-- Attachment #1: Type: text/plain, Size: 456 bytes --]

Hi,

For my experiment, I am trying to increase the rootfs size in isar-cip-core image, but I am unable to do.

I have tried the below variables but no luck:

+local_conf_header:
+    rootfs-image: |
+        IMAGE_ROOTFS_SIZE = "8392704"
+        IMAGE_OVERHEAD_FACTOR = "1.0"

and also below variable is not helpful.
+        IMAGE_ROOTFS_EXTRA_SPACE = "8392704"

Could anyone guide me how to do this.

Thanks for your help.

Venkata.

[-- Attachment #2: Type: text/html, Size: 2780 bytes --]

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

* RE: How to increase the size of the rootfs in the isar-cip-core image
  2022-06-23 18:15 How to increase the size of the rootfs in the isar-cip-core image Venkata.Pyla
@ 2022-06-24  5:14 ` Kanagarajan, Vijaikumar
  2022-06-24  6:14   ` [cip-dev] " Venkata.Pyla
  0 siblings, 1 reply; 3+ messages in thread
From: Kanagarajan, Vijaikumar @ 2022-06-24  5:14 UTC (permalink / raw)
  To: cip-dev



From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On Behalf Of Venkata Pyla
Sent: 23 June 2022 23:46
To: cip-dev@lists.cip-project.org
Subject: [cip-dev] How to increase the size of the rootfs in the isar-cip-core image

Hi,
 
For my experiment, I am trying to increase the rootfs size in isar-cip-core image, but I am unable to do.
 
I have tried the below variables but no luck:
 
+local_conf_header:
+    rootfs-image: |
+        IMAGE_ROOTFS_SIZE = "8392704"
+        IMAGE_OVERHEAD_FACTOR = "1.0"
 
and also below variable is not helpful.
+        IMAGE_ROOTFS_EXTRA_SPACE = "8392704"
 
Could anyone guide me how to do this. 

Hi Venkata,

Can you try setting ROOTFS_EXTRA? Units are in MB.

https://github.com/ilbers/isar/blob/1000df8e98b9a5849a7897698039687fd0cdd7d3/meta/classes/image.bbclass#L88

Thanks,
Vijai Kumar K


Thanks for your help.
 
Venkata.


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

* RE: [cip-dev] How to increase the size of the rootfs in the isar-cip-core image
  2022-06-24  5:14 ` Kanagarajan, Vijaikumar
@ 2022-06-24  6:14   ` Venkata.Pyla
  0 siblings, 0 replies; 3+ messages in thread
From: Venkata.Pyla @ 2022-06-24  6:14 UTC (permalink / raw)
  To: cip-dev

Thanks Vijaikumar,

I am able to increase the rootfs size by using the variable 'ROOTFS_EXTRA'.


>-----Original Message-----
>From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On Behalf Of
>Kanagarajan, Vijaikumar
>Sent: 24 June 2022 10:44
>To: cip-dev@lists.cip-project.org
>Subject: Re: [cip-dev] How to increase the size of the rootfs in the isar-cip-core
>image
>
>
>
>From: cip-dev@lists.cip-project.org <cip-dev@lists.cip-project.org> On Behalf Of
>Venkata Pyla
>Sent: 23 June 2022 23:46
>To: cip-dev@lists.cip-project.org
>Subject: [cip-dev] How to increase the size of the rootfs in the isar-cip-core
>image
>
>Hi,
>
>For my experiment, I am trying to increase the rootfs size in isar-cip-core image,
>but I am unable to do.
>
>I have tried the below variables but no luck:
>
>+local_conf_header:
>+    rootfs-image: |
>+        IMAGE_ROOTFS_SIZE = "8392704"
>+        IMAGE_OVERHEAD_FACTOR = "1.0"
>
>and also below variable is not helpful.
>+        IMAGE_ROOTFS_EXTRA_SPACE = "8392704"
>
>Could anyone guide me how to do this.
>
>Hi Venkata,
>
>Can you try setting ROOTFS_EXTRA? Units are in MB.
>
>https://github.com/ilbers/isar/blob/1000df8e98b9a5849a7897698039687fd0cdd
>7d3/meta/classes/image.bbclass#L88
>
>Thanks,
>Vijai Kumar K
>
>
>Thanks for your help.
>
>Venkata.

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

end of thread, other threads:[~2022-06-24  6:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-23 18:15 How to increase the size of the rootfs in the isar-cip-core image Venkata.Pyla
2022-06-24  5:14 ` Kanagarajan, Vijaikumar
2022-06-24  6:14   ` [cip-dev] " Venkata.Pyla

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.