summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2016-08-19 18:13:24 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2016-08-19 18:14:32 +0200
commit2174e75e81397e9c9a99272888a6cc55c494d2f1 (patch)
treeba773f93ee1d41b557be8009b93876bf5ed64eb0 /recipes-bsp
parent4b9938d16e06ce05b8bdefd1f48f2e9bd85fca5a (diff)
downloadmeta-updater-2174e75e81397e9c9a99272888a6cc55c494d2f1.tar.gz
Replaced functionality in qemux86-ota machine with algsetup.sh feature. otaimg is now a live image.
Bug-AGL: SPEC-236 Change-Id: I5a56ffbdb098c1b4eb33fceeae32e28611b83fb7 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
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"