[v2,2/4] meta-isar: install expand-on-first-boot in all example images

Message ID 20221114174053.13258-3-henning.schild@siemens.com
State Superseded, archived
Headers show
Series [v2,1/4] CI: improve cibuilder readability | expand

Commit Message

Henning Schild Nov. 14, 2022, 5:40 p.m. UTC
The package just makes sense if people want to actuallly use the example
images in an interactive way, as such images will need some space to
write stuff to.
It also will help test that feature in CI.

Signed-off-by: Henning Schild <henning.schild@siemens.com>
---
 meta-isar/conf/local.conf.sample | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Henning Schild Nov. 16, 2022, 2:34 p.m. UTC | #1
Am Mon, 14 Nov 2022 18:40:51 +0100
schrieb Henning Schild <henning.schild@siemens.com>:

> The package just makes sense if people want to actuallly use the
> example images in an interactive way, as such images will need some
> space to write stuff to.
> It also will help test that feature in CI.
> 
> Signed-off-by: Henning Schild <henning.schild@siemens.com>
> ---
>  meta-isar/conf/local.conf.sample | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-isar/conf/local.conf.sample
> b/meta-isar/conf/local.conf.sample index 57d062025f21..27becf19aefd
> 100644 --- a/meta-isar/conf/local.conf.sample
> +++ b/meta-isar/conf/local.conf.sample
> @@ -198,7 +198,7 @@ CONF_VERSION = "1"
>  
>  #
>  # The default list of extra packages to be installed.
> -IMAGE_INSTALL = "hello-isar example-raw
> example-module-${KERNEL_NAME} enable-fsck isar-exclude-docs samefile
> hello isar-disable-apt-cache cowsay example-prebuilt" +IMAGE_INSTALL
> = "hello-isar example-raw example-module-${KERNEL_NAME} enable-fsck
> isar-exclude-docs samefile hello isar-disable-apt-cache cowsay
> example-prebuilt expand-on-first-boot" # # Enable cross-compilation
> support

I will move this from here to only the images where we use the WKS_FILE
with that added gap at the end.
That does reduce coverage of "does it build/install" but also makes
sure we only add it to images where it makes some sense and do not
waste time and space.

Henning

Patch

diff --git a/meta-isar/conf/local.conf.sample b/meta-isar/conf/local.conf.sample
index 57d062025f21..27becf19aefd 100644
--- a/meta-isar/conf/local.conf.sample
+++ b/meta-isar/conf/local.conf.sample
@@ -198,7 +198,7 @@  CONF_VERSION = "1"
 
 #
 # The default list of extra packages to be installed.
-IMAGE_INSTALL = "hello-isar example-raw example-module-${KERNEL_NAME} enable-fsck isar-exclude-docs samefile hello isar-disable-apt-cache cowsay example-prebuilt"
+IMAGE_INSTALL = "hello-isar example-raw example-module-${KERNEL_NAME} enable-fsck isar-exclude-docs samefile hello isar-disable-apt-cache cowsay example-prebuilt expand-on-first-boot"
 
 #
 # Enable cross-compilation support