summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2021-04-14 09:35:27 +0200
committerMatei Valeanu <Matei.Valeanu@enea.com>2021-04-26 13:00:39 +0200
commit5a148a1ebb40ff729a62251ca04c4cf9918e8888 (patch)
tree7f9d3ebc1a18409ba47e56aff4ad47cb5dcf3aed
parent511186d28fb9d6e6ec851cd5e3a1e0a62d937b9d (diff)
downloadmeta-el-nfv-access-5a148a1ebb40ff729a62251ca04c4cf9918e8888.tar.gz
host image: drop obsolete DEPENDS
- qemucross-wrapper was added during the gatesgarth rebase as a workaround and is not currently needed; - grub-efi-native was added during the initial SOTA grub integration and is no longer needed (fixed by adding the correct DEPENDS in the grub-efi recipe); Change-Id: Ib415fcd80dbcbccb6e25068abd1c5a6bbad3a460 Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r--images/enea-nfv-access-host-common.inc4
1 files changed, 0 insertions, 4 deletions
diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc
index d984f95..c91e1e7 100644
--- a/images/enea-nfv-access-host-common.inc
+++ b/images/enea-nfv-access-host-common.inc
@@ -28,10 +28,6 @@ SYSLINUX_DEFAULT_CONSOLE_x86-64 = "console=ttyS0,115200"
28GRUB_TIMEOUT_x86-64 = "0" 28GRUB_TIMEOUT_x86-64 = "0"
29AUTO_SYSLINUXMENU_x86-64 = "0" 29AUTO_SYSLINUXMENU_x86-64 = "0"
30 30
31# grub-efi-native is needed in recipe-sysroot-native to generate the initial
32# configuration file for grub
33DEPENDS_append += " grub-efi-native qemuwrapper-cross"
34
35# If building with sota enabled, build the otaimg before the hddimg, because 31# If building with sota enabled, build the otaimg before the hddimg, because
36# the hddimg needs it as a base image 32# the hddimg needs it as a base image
37python __anonymous() { 33python __anonymous() {