summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Borg <martin.borg@enea.com>2018-07-13 15:31:05 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2018-07-17 13:32:03 +0200
commit7fd55f533270f719f473875edcbaa9c15e5e8d48 (patch)
tree5c421aeceef3449021d3990d62a0483028560d72
parent0395188e79f607a76e54d60b80eaaf728fa6b730 (diff)
downloadmeta-el-standard-7fd55f533270f719f473875edcbaa9c15e5e8d48.tar.gz
Add Node.js to standard image
Signed-off-by: Martin Borg <martin.borg@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-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 "