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:24 -0400 |
commit | 786a54c8cca6388247277573011e96986b23f528 (patch) | |
tree | a169516a48cc38fe6bbb8cb9f01e838e30c3a3d3 | |
parent | 2cef3030ffeef2ac76e92da7660cf8f9b514ded2 (diff) | |
download | meta-virtualization-786a54c8cca6388247277573011e96986b23f528.tar.gz |
seabios: update SRC_URI to: https://www.seabios.org/downloads/...krogoth
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 | ||