summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/enea-image-standard-common.inc4
-rw-r--r--images/enea-image-standard-sdk.bb1
-rw-r--r--images/enea-image-standard.bb4
3 files changed, 6 insertions, 3 deletions
diff --git a/images/enea-image-standard-common.inc b/images/enea-image-standard-common.inc
new file mode 100644
index 0000000..c9d714f
--- /dev/null
+++ b/images/enea-image-standard-common.inc
@@ -0,0 +1,4 @@
1IMAGE_INSTALL += " \
2 rt-tests \
3 nodejs \
4 "
diff --git a/images/enea-image-standard-sdk.bb b/images/enea-image-standard-sdk.bb
index 825f281..a6e2642 100644
--- a/images/enea-image-standard-sdk.bb
+++ b/images/enea-image-standard-sdk.bb
@@ -1,6 +1,7 @@
1DESCRIPTION = "Full featured image for the Standard profile" 1DESCRIPTION = "Full featured image for the Standard profile"
2 2
3require images/enea-image-common.inc 3require images/enea-image-common.inc
4require images/enea-image-standard-common.inc
4require images/enea-image-extra.inc 5require images/enea-image-extra.inc
5 6
6TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc" 7TOOLCHAIN_TARGET_TASK_append = " kernel-devsrc"
diff --git a/images/enea-image-standard.bb b/images/enea-image-standard.bb
index 9ba1538..5664e5b 100644
--- a/images/enea-image-standard.bb
+++ b/images/enea-image-standard.bb
@@ -1,10 +1,8 @@
1DESCRIPTION = "Base image for the Standard profile" 1DESCRIPTION = "Base image for the Standard profile"
2 2
3require images/enea-image-common.inc 3require images/enea-image-common.inc
4require images/enea-image-standard-common.inc
4 5
5IMAGE_ROOTFS_EXTRA_SPACE = "131072" 6IMAGE_ROOTFS_EXTRA_SPACE = "131072"
6IMAGE_OVERHEAD_FACTOR = "2" 7IMAGE_OVERHEAD_FACTOR = "2"
7 8
8IMAGE_INSTALL += " \
9 rt-tests \
10 "