summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/enea-nfv-access-host-common.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/images/enea-nfv-access-host-common.inc b/images/enea-nfv-access-host-common.inc
index 347e412..87b473d 100644
--- a/images/enea-nfv-access-host-common.inc
+++ b/images/enea-nfv-access-host-common.inc
@@ -20,6 +20,10 @@ GRUB_TIMEOUT_x86-64 = "10"
20# 10 - 1sec 20# 10 - 1sec
21SYSLINUX_TIMEOUT_x86-64 = "50" 21SYSLINUX_TIMEOUT_x86-64 = "50"
22 22
23# grub-efi-native is needed in recipe-sysroot-native to generate the initial
24# configuration file for grub
25DEPENDS_append += " grub-efi-native"
26
23# If building with sota enabled, build the otaimg before the hddimg, because 27# If building with sota enabled, build the otaimg before the hddimg, because
24# the hddimg needs it as a base image 28# the hddimg needs it as a base image
25python __anonymous() { 29python __anonymous() {