After upgrading to poky pyro, generation of grub2 menuentry in grub2 became broken. Our init-install.sh script, origianlly coming from an old poky version, was modified in poky c2e63957d5abaa4bb10507da5ba16f01112d0bf5 to adapt to the fact that /etc/grub.d/40_custom was not there anymore. We need to do the same, otherwise the menyentry is not appended to the grub config and the installed image won't boot correctly.for/201705
parent
63092f6c83
commit
1b0ec652ab
@ -1,6 +1,6 @@ |
||||
SYSMOCOM := "${@os.path.dirname(d.getVar('FILE', True))}" |
||||
FILESEXTRAPATHS_prepend := "${SYSMOCOM}/files:" |
||||
|
||||
PRINC = "4" |
||||
PRINC = "5" |
||||
|
||||
RDEPENDS_${PN} += "e2fsprogs-e2fsck e2fsprogs-resize2fs" |
||||
|
Loading…
Reference in new issue