diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2016-11-23 16:53:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:34:29 +0000 |
commit | f9a61d3400ad9068a6d83b8eb6aefe3098c58e68 (patch) | |
tree | 8f8fb175e90baa8031f645962b3c807c7c583f43 /meta/recipes-bsp/systemd-boot | |
parent | 0b413d502868c89b7ddbe50a978317ffa774b3cc (diff) | |
download | openembedded-core-f9a61d3400ad9068a6d83b8eb6aefe3098c58e68.tar.gz openembedded-core-f9a61d3400ad9068a6d83b8eb6aefe3098c58e68.tar.bz2 openembedded-core-f9a61d3400ad9068a6d83b8eb6aefe3098c58e68.zip |
gummiboot: Remove/change gummiboot references with systemd-boot
After systemd-boot was introduced, its been tested for a while with no major
issues being found until now, this patch completely replaces all gummiboot
instances with systemd-boot ones, taking the next step into cleaning
up systemd-boot/gummiboot.
[YOCTO #10332]
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-bsp/systemd-boot')
-rw-r--r-- | meta/recipes-bsp/systemd-boot/systemd-boot_232.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb b/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb index 70366643c6..602052ca13 100644 --- a/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb +++ b/meta/recipes-bsp/systemd-boot/systemd-boot_232.bb @@ -15,7 +15,7 @@ EXTRA_OECONF = " --enable-gnuefi \ --disable-manpages \ " -# Imported from gummiboot recipe +# Imported from the old gummiboot recipe TUNE_CCARGS_remove = "-mfpmath=sse" COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" |