From 5a148a1ebb40ff729a62251ca04c4cf9918e8888 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 14 Apr 2021 09:35:27 +0200 Subject: 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 --- images/enea-nfv-access-host-common.inc | 4 ---- 1 file changed, 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" GRUB_TIMEOUT_x86-64 = "0" AUTO_SYSLINUXMENU_x86-64 = "0" -# grub-efi-native is needed in recipe-sysroot-native to generate the initial -# configuration file for grub -DEPENDS_append += " grub-efi-native qemuwrapper-cross" - # If building with sota enabled, build the otaimg before the hddimg, because # the hddimg needs it as a base image python __anonymous() { -- cgit v1.2.3-54-g00ecf