From 0cd126d6a80a02652d2df0136e66e76f1a5534df Mon Sep 17 00:00:00 2001 From: Gabriel Ionescu Date: Thu, 29 Nov 2018 15:15:30 +0100 Subject: OStree: Add support for generating the built in grub config file Change-Id: I3ccdcd42ba9d1c718ed7d8266c5272e98394f9bc Signed-off-by: Gabriel Ionescu --- images/enea-nfv-access-host-common.inc | 4 ++++ 1 file changed, 4 insertions(+) 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" # 10 - 1sec SYSLINUX_TIMEOUT_x86-64 = "50" +# grub-efi-native is needed in recipe-sysroot-native to generate the initial +# configuration file for grub +DEPENDS_append += " grub-efi-native" + # 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