summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Vacek <patrickvacek@gmail.com>2017-08-22 09:03:50 +0200
committerGitHub <noreply@github.com>2017-08-22 09:03:50 +0200
commit26a03e46905eef25420a6e4ca4bf2d4b1ec92ffa (patch)
tree093f654e51c79463384820ffd70a1b9e745af18b
parent29ef1f9bc47b5a2315d3531a7b05bd3b44aca756 (diff)
parent46b636c8ade3cf1f417c70cf27dd4b9f8378ca60 (diff)
downloadmeta-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.bb6
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
10SRCREV = "baba2f57e8f4ed3fa67fe213d22da0de5e00f204" 10SRCREV = "baba2f57e8f4ed3fa67fe213d22da0de5e00f204"
11 11
12SRC_URI += "file://0001-Set-up-environment-for-OSTree-integration.patch \ 12SRC_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
17PV = "v2015.07+git${SRCPV}" 19PV = "v2015.07+git${SRCPV}"
18 20
21S = "${WORKDIR}/git"
22
19EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline BUILD_ROM=y" 23EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline BUILD_ROM=y"
20 24
21UBOOT_SUFFIX = "bin" 25UBOOT_SUFFIX = "bin"