summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2016-08-29 12:38:14 +0000
committerGerrit Code Review <gerrit@172.30.200.200>2016-08-29 12:38:14 +0000
commit081b8be83fd8dd718ea8feb7e3cd6baea271032b (patch)
treed544ea076cfd899627f92c7734a561fd32f25d0f /recipes-bsp
parent77e5f299dcc82c237dae3e95fa35bc7c45054e96 (diff)
parent2174e75e81397e9c9a99272888a6cc55c494d2f1 (diff)
downloadmeta-updater-081b8be83fd8dd718ea8feb7e3cd6baea271032b.tar.gz
Merge "Replaced functionality in qemux86-ota machine with algsetup.sh feature. otaimg is now a live image."
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-ota/0001-Set-up-environment-for-OSTree-integration.patch (renamed from recipes-bsp/u-boot/u-boot-buildrom/0001-Set-up-environment-for-OSTree-integration.patch)0
-rw-r--r--recipes-bsp/u-boot/u-boot-ota_2016.07.bb (renamed from recipes-bsp/u-boot/u-boot-buildrom_2016.07.bb)9
2 files changed, 6 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-buildrom/0001-Set-up-environment-for-OSTree-integration.patch b/recipes-bsp/u-boot/u-boot-ota/0001-Set-up-environment-for-OSTree-integration.patch
index c33d40c..c33d40c 100644
--- a/recipes-bsp/u-boot/u-boot-buildrom/0001-Set-up-environment-for-OSTree-integration.patch
+++ b/recipes-bsp/u-boot/u-boot-ota/0001-Set-up-environment-for-OSTree-integration.patch
diff --git a/recipes-bsp/u-boot/u-boot-buildrom_2016.07.bb b/recipes-bsp/u-boot/u-boot-ota_2016.07.bb
index 7e3c67f..8f0b20a 100644
--- a/recipes-bsp/u-boot/u-boot-buildrom_2016.07.bb
+++ b/recipes-bsp/u-boot/u-boot-ota_2016.07.bb
@@ -13,7 +13,10 @@ SRC_URI += "file://0001-Set-up-environment-for-OSTree-integration.patch"
13 13
14PV = "v2016.07+git${SRCPV}" 14PV = "v2016.07+git${SRCPV}"
15 15
16EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline BUILD_ROM=y" 16EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline"
17 17EXTRA_OEMAKE_append_qemux86 = " KCFLAGS=-fgnu89-inline BUILD_ROM=y"
18UBOOT_SUFFIX = "rom" 18EXTRA_OEMAKE_append_qemux86-64 = " KCFLAGS=-fgnu89-inline BUILD_ROM=y"
19 19
20UBOOT_SUFFIX = "bin"
21UBOOT_SUFFIX_qemux86 = "rom"
22UBOOT_SUFFIX_qemux86-64 = "rom"