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:39:11 +0000 |
commit | 2dce2648e3d8c7c9d78a56d96be4401deccaa2f2 (patch) | |
tree | 05674a5b65771aa3c310269a58e585f8f3aeaee4 /meta/recipes-bsp/systemd-boot | |
parent | 41137c212cbc47e382dae5ce3de4f8217c2b5c4c (diff) | |
download | poky-2dce2648e3d8c7c9d78a56d96be4401deccaa2f2.tar.gz |
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]
(From OE-Core rev: f9a61d3400ad9068a6d83b8eb6aefe3098c58e68)
Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 \ | |||
15 | --disable-manpages \ | 15 | --disable-manpages \ |
16 | " | 16 | " |
17 | 17 | ||
18 | # Imported from gummiboot recipe | 18 | # Imported from the old gummiboot recipe |
19 | TUNE_CCARGS_remove = "-mfpmath=sse" | 19 | TUNE_CCARGS_remove = "-mfpmath=sse" |
20 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" | 20 | COMPATIBLE_HOST = "(x86_64.*|i.86.*)-linux" |
21 | 21 | ||