diff options
author | Christopher Clark <christopher.w.clark@gmail.com> | 2018-08-13 15:53:33 -0700 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-08-14 13:01:18 -0400 |
commit | 6249631f59ad6ee3dc93762de49fc4b443d99abc (patch) | |
tree | 516a9fcfca78b7c4de12ba0984b5e94c259eceec | |
parent | eb79dfd7980f3cc18e0377e53d2ccacd1b378f08 (diff) | |
download | meta-virtualization-6249631f59ad6ee3dc93762de49fc4b443d99abc.tar.gz |
seabios: update SRC_URI to: https://www.seabios.org/downloads/...morty
According to the latest seabios download instructions,
this is now the preferred source for release downloads.
Signed-off-by: Christopher Clark <christopher.clark6@baesystems.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-extended/seabios/seabios_1.9.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/seabios/seabios_1.9.1.bb b/recipes-extended/seabios/seabios_1.9.1.bb index 88f29639..5b200aa6 100644 --- a/recipes-extended/seabios/seabios_1.9.1.bb +++ b/recipes-extended/seabios/seabios_1.9.1.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "LGPLv3" | |||
4 | SECTION = "firmware" | 4 | SECTION = "firmware" |
5 | 5 | ||
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
7 | http://code.coreboot.org/p/seabios/downloads/get/${PN}-${PV}.tar.gz \ | 7 | http://www.seabios.org/downloads/get/${PN}-${PV}.tar.gz \ |
8 | file://hostcc.patch \ | 8 | file://hostcc.patch \ |
9 | " | 9 | " |
10 | 10 | ||