summaryrefslogtreecommitdiffstats
path: root/recipes-extended/seabios
Commit message (Collapse)AuthorAgeFilesLines
* seabios: uri corrected to httpsDariusz Pelowski2017-10-051-1/+1
| | | | | | | | | | There's a problem with fetching SeaBIOS source code via http. SeaBIOS server returns 308: Permanent Redirect which fails on wget 1.17.1. The official source code uri goes to https, this patch aligns SRC_URI to officialy provided by SeaBIOS team. Signed-off-by: Dariusz Pelowski <dariusz.pelowski@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* seabios: Its x86 only packageKhem Raj2017-03-211-0/+2
| | | | | Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* seabios: update to version 1.9.1Derek Straka2016-04-181-2/+2
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* seabios: drop shipped defconfig and use defaultsChris Patterson2016-01-052-105/+1
| | | | | | | | Upstream Xen opted to simply use 'make defconfig' to get a generic seabios config. Follow suit and remove old config. Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* seabios: uprev to 1.9.0Chris Patterson2015-12-251-4/+2
| | | | | | | | | SeaBIOS 1.7.5 fails to compile on newer gcc, so update it! :) Also removing PR while I'm here. Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Bruce Ashfield <bruce@zedd.org>
* seabios fails to build when ccache enabledAmy Fong2015-06-191-1/+1
| | | | | | | | | | | | | From eadb837b8467af26a7370427e4cb98ccad63c670 Mon Sep 17 00:00:00 2001 From: Amy Fong <amy.fong@windriver.com> Date: Wed, 17 Jun 2015 16:40:25 -0400 Subject: [PATCH] seabios fails to build when ccache enabled HOSTCC needs to be quoted since it may have whitespace values. (as in the case when ccache is enabled) Signed-off-by: Amy Fong <amy.fong@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
* seabios: minor cleanupChris Patterson2015-02-201-3/+2
| | | | | | | - use EXTRA_OEMAKE for passing along make flags - drop PARALLEL_MAKE="" override which is not required. Signed-off-by: Chris Patterson <cjp256@gmail.com>
* xen: break out firmware bitsChris Patterson2015-02-203-0/+169
Added recipes for various xen firmware components: - ipxe - seabios - vgabios Signed-off-by: Chris Patterson <cjp256@gmail.com> Signed-off-by: Eric Chanudet <eric.chanudet@gmail.com> Signed-off-by: Nathan Rossi <nathan.rossi@xilinx.com>