summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-10-26 17:08:13 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-10-26 17:09:44 +0200
commit3f0cfcd6c7cc0ba4c62629f588dcdfef21304045 (patch)
tree8e73884631a3a4b8643cdda85ff22f02a0d8bb12
parent757e50c28c6f1dcdcd95f90e660873265a44a7a0 (diff)
downloadmeta-el-nfv-access-3f0cfcd6c7cc0ba4c62629f588dcdfef21304045.tar.gz
enea-nfv-access-openstack: Fix IMAGE_INSTALL assignment
As it is, the IMAGE_INSTAL variable is overwritten and assignments coming from included files are ignored, leading to missing features. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
-rw-r--r--images/enea-nfv-access-openstack.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/images/enea-nfv-access-openstack.bb b/images/enea-nfv-access-openstack.bb
index 5672d60..9b06555 100644
--- a/images/enea-nfv-access-openstack.bb
+++ b/images/enea-nfv-access-openstack.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Image for the host side of the Enea NFV Access Platform that prov
2 2
3require images/enea-nfv-access-host-common.inc 3require images/enea-nfv-access-host-common.inc
4 4
5IMAGE_INSTALL = " \ 5IMAGE_INSTALL += " \
6 packagegroup-core-boot \ 6 packagegroup-core-boot \
7 packagegroup-cloud-compute \ 7 packagegroup-cloud-compute \
8 packagegroup-cloud-debug \ 8 packagegroup-cloud-debug \