grub: setup grub build and install it into the SDK

Starting to investigate replacing SYSLINUX with GRUB.
This commit is contained in:
Michael Marineau 2014-08-20 14:05:35 -07:00
parent d46131a492
commit dddabe976d
5 changed files with 13 additions and 0 deletions

View File

@ -26,6 +26,7 @@ DEPEND="
net-misc/curl
sys-apps/debianutils
sys-apps/iproute2
sys-boot/grub
sys-devel/crossdev
sys-fs/btrfs-progs
"

View File

@ -75,3 +75,7 @@ FEATURES="buildpkg ccache clean-logs compressdebug parallel-install splitdebug
# No need to restrict access to build directories in dev environments.
PORTAGE_WORKDIR_MODE="0755"
# Enable our assorted Grub targets, don't whine about /boot
GRUB_PLATFORMS="efi-64 pc xen"
DONT_MOUNT_BOOT=1

View File

@ -100,3 +100,8 @@ dev-util/checkbashisms
# 106 and 107 ebuilds improve systemd integration
=sys-fs/lvm2-2.02.107
=sys-block/thin-provisioning-tools-0.3.2
# this version includes the xen target
=sys-boot/grub-2.02_beta2
# current stable xen-tools doesn't build without multilib
=app-emulation/xen-tools-4.4.0-r9

View File

@ -48,3 +48,6 @@ dev-lang/spidermonkey minimal
# do not pull in x11-misc/shared-mime-info
dev-libs/glib -mime
# keep grub build simple
sys-boot/grub -multislot -nls