summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Ionescu <gabriel.ionescu@enea.com>2018-11-29 15:15:30 +0100
committerMartin Borg <martin.borg@enea.com>2018-12-12 16:13:55 +0100
commit0cd126d6a80a02652d2df0136e66e76f1a5534df (patch)
tree0b24756a0120a0bcc1c4708cdb17a66cb49aad25
parentddf27fddf74c8af735af10fd354a776edbedff1e (diff)
downloadmeta-el-nfv-access-0cd126d6a80a02652d2df0136e66e76f1a5534df.tar.gz
OStree: Add support for generating the built in grub config file
Change-Id: I3ccdcd42ba9d1c718ed7d8266c5272e98394f9bc Signed-off-by: Gabriel Ionescu <gabriel.ionescu@enea.com>
-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() {