diff options
| author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-08-29 12:38:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@172.30.200.200> | 2016-08-29 12:38:14 +0000 |
| commit | 081b8be83fd8dd718ea8feb7e3cd6baea271032b (patch) | |
| tree | d544ea076cfd899627f92c7734a561fd32f25d0f /recipes-bsp | |
| parent | 77e5f299dcc82c237dae3e95fa35bc7c45054e96 (diff) | |
| parent | 2174e75e81397e9c9a99272888a6cc55c494d2f1 (diff) | |
| download | meta-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 | ||
| 14 | PV = "v2016.07+git${SRCPV}" | 14 | PV = "v2016.07+git${SRCPV}" |
| 15 | 15 | ||
| 16 | EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline BUILD_ROM=y" | 16 | EXTRA_OEMAKE_append = " KCFLAGS=-fgnu89-inline" |
| 17 | 17 | EXTRA_OEMAKE_append_qemux86 = " KCFLAGS=-fgnu89-inline BUILD_ROM=y" | |
| 18 | UBOOT_SUFFIX = "rom" | 18 | EXTRA_OEMAKE_append_qemux86-64 = " KCFLAGS=-fgnu89-inline BUILD_ROM=y" |
| 19 | 19 | ||
| 20 | UBOOT_SUFFIX = "bin" | ||
| 21 | UBOOT_SUFFIX_qemux86 = "rom" | ||
| 22 | UBOOT_SUFFIX_qemux86-64 = "rom" | ||
