diff options
author | Patrick Vacek <patrickvacek@gmail.com> | 2017-08-22 09:03:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-22 09:03:50 +0200 |
commit | 26a03e46905eef25420a6e4ca4bf2d4b1ec92ffa (patch) | |
tree | 093f654e51c79463384820ffd70a1b9e745af18b | |
parent | 29ef1f9bc47b5a2315d3531a7b05bd3b44aca756 (diff) | |
parent | 46b636c8ade3cf1f417c70cf27dd4b9f8378ca60 (diff) | |
download | meta-updater-26a03e46905eef25420a6e4ca4bf2d4b1ec92ffa.tar.gz |
Merge pull request #10 from leon-anavi/pyro
u-boot-ota: Update SRC_URI for Pyro
-rw-r--r-- | meta-sota-qemux86-64/recipes-bsp/u-boot/u-boot-ota_2015.07.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-sota-qemux86-64/recipes-bsp/u-boot/u-boot-ota_2015.07.bb b/meta-sota-qemux86-64/recipes-bsp/u-boot/u-boot-ota_2015.07.bb index c38f95e..6009685 100644 --- a/meta-sota-qemux86-64/recipes-bsp/u-boot/u-boot-ota_2015.07.bb +++ b/meta-sota-qemux86-64/recipes-bsp/u-boot/u-boot-ota_2015.07.bb | |||
@@ -9,13 +9,17 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=0507cd7da8e7ad6d6701926ec9b84c95" | |||
9 | # repo during parse | 9 | # repo during parse |
10 | SRCREV = "baba2f57e8f4ed3fa67fe213d22da0de5e00f204" | 10 | SRCREV = "baba2f57e8f4ed3fa67fe213d22da0de5e00f204" |
11 | 11 | ||
12 | SRC_URI += "file://0001-Set-up-environment-for-OSTree-integration.patch \ | 12 | SRC_URI=" \ |
13 | git://git.denx.de/u-boot.git;branch=master \ | ||
14 | file://0001-Set-up-environment-for-OSTree-integration.patch \ | ||
13 | file://0002-Replace-wraps-with-built-in-code-to-remove-dependenc.patch \ | 15 | file://0002-Replace-wraps-with-built-in-code-to-remove-dependenc.patch \ |
14 | file://fix-build-error-under-gcc6.patch \ | 16 | file://fix-build-error-under-gcc6.patch \ |
15 | " | 17 | " |
16 | 18 | ||
17 | PV = "v2015.07+git${SRCPV}" | 19 | PV = "v2015.07+git${SRCPV}" |
18 | 20 | ||
21 | S = "${WORKDIR}/git" | ||
22 | |||
19 | EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline BUILD_ROM=y" | 23 | EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline BUILD_ROM=y" |
20 | 24 | ||
21 | UBOOT_SUFFIX = "bin" | 25 | UBOOT_SUFFIX = "bin" |