summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2018-07-17 13:38:59 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2018-07-25 19:42:59 +0200
commit1f633bc38cb918000f97aa80986df7e9eeb61ff2 (patch)
tree9994ae27bd8d55888187dffedb19cc41715e2518
parent7fd55f533270f719f473875edcbaa9c15e5e8d48 (diff)
downloadmeta-el-standard-1f633bc38cb918000f97aa80986df7e9eeb61ff2.tar.gz
images: Move include to enea-image-standard-common.inc
Change-Id: I473b68055c0eea7eac8bf9e0c0c87e665d2bb7b9 Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--images/enea-image-standard-common.inc2
-rw-r--r--images/enea-image-standard-sdk.bb1
-rw-r--r--images/enea-image-standard.bb1
3 files changed, 2 insertions, 2 deletions
diff --git a/images/enea-image-standard-common.inc b/images/enea-image-standard-common.inc
index c9d714f..0a22d94 100644
--- a/images/enea-image-standard-common.inc
+++ b/images/enea-image-standard-common.inc
@@ -1,3 +1,5 @@
1require images/enea-image-common.inc
2
1IMAGE_INSTALL += " \ 3IMAGE_INSTALL += " \
2 rt-tests \ 4 rt-tests \
3 nodejs \ 5 nodejs \
diff --git a/images/enea-image-standard-sdk.bb b/images/enea-image-standard-sdk.bb
index a6e2642..b24b150 100644
--- a/images/enea-image-standard-sdk.bb
+++ b/images/enea-image-standard-sdk.bb
@@ -1,6 +1,5 @@
1DESCRIPTION = "Full featured image for the Standard profile" 1DESCRIPTION = "Full featured image for the Standard profile"
2 2
3require images/enea-image-common.inc
4require images/enea-image-standard-common.inc 3require images/enea-image-standard-common.inc
5require images/enea-image-extra.inc 4require images/enea-image-extra.inc
6 5
diff --git a/images/enea-image-standard.bb b/images/enea-image-standard.bb
index 5664e5b..fe457f8 100644
--- a/images/enea-image-standard.bb
+++ b/images/enea-image-standard.bb
@@ -1,6 +1,5 @@
1DESCRIPTION = "Base image for the Standard profile" 1DESCRIPTION = "Base image for the Standard profile"
2 2
3require images/enea-image-common.inc
4require images/enea-image-standard-common.inc 3require images/enea-image-standard-common.inc
5 4
6IMAGE_ROOTFS_EXTRA_SPACE = "131072" 5IMAGE_ROOTFS_EXTRA_SPACE = "131072"