summaryrefslogtreecommitdiff
path: root/meta-phosphor
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2018-04-17 20:57:39 +0300
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-04-17 22:11:12 +0300
commit32a2f0b44ebfc53f8a855f22b5879841da5bdd51 (patch)
tree020ffbf35d565c3c4d3ce32c21e0bb8477e29d90 /meta-phosphor
parentfcef8095529889548643a4b789550e81a36aee4a (diff)
downloadopenbmc-32a2f0b44ebfc53f8a855f22b5879841da5bdd51.tar.xz
Fix build-from-scratch issue with u-boot
A recent change in the u-boot-asspeed.inc caused a regression when building an OpenBMC image from scratch. Resolves openbmc/openbmc#3073 Change-Id: I8e75c7bba1733d885dfa342667012888c44f5f1e Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
Diffstat (limited to 'meta-phosphor')
-rw-r--r--meta-phosphor/common/recipes-bsp/u-boot/u-boot-aspeed.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-aspeed.inc b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-aspeed.inc
index 56d12356a..6ec91b477 100644
--- a/meta-phosphor/common/recipes-bsp/u-boot/u-boot-aspeed.inc
+++ b/meta-phosphor/common/recipes-bsp/u-boot/u-boot-aspeed.inc
@@ -8,7 +8,7 @@ SRC_URI_append_aspeed_df-obmc-ubi-fs = " \
file://0004-config-ast-common-Add-conditional-factory-reset-comm.patch \
"
-do_patch[depends] = "os-release:do_populate_sysroot"
+do_patch[depends] += "os-release:do_populate_sysroot"
python do_patch_append_aspeed_df-obmc-ubi-fs () {
version_id=do_get_versionID(d)