summaryrefslogtreecommitdiffstats
path: root/meta-phosphor/classes
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@us.ibm.com>2015-11-01 07:57:04 -0600
committerBrad Bishop <bradleyb@us.ibm.com>2015-11-01 07:59:11 -0600
commit4f1decd6c7a4487e813c711b49bf675a62c489d4 (patch)
tree1d077b26377d3e50f3bbf5237158ab9d5b6a60ad /meta-phosphor/classes
parent7ad9f5f5bff5895cc62d8c065fc6a11cade32061 (diff)
downloadtalos-openbmc-4f1decd6c7a4487e813c711b49bf675a62c489d4.tar.gz
talos-openbmc-4f1decd6c7a4487e813c711b49bf675a62c489d4.zip
Fix mkcimage task dependency in kernel-cuimage
The cuimage is used in the install task so it must be generated by then.
Diffstat (limited to 'meta-phosphor/classes')
-rw-r--r--meta-phosphor/classes/kernel-cuimage.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-phosphor/classes/kernel-cuimage.bbclass b/meta-phosphor/classes/kernel-cuimage.bbclass
index 25d8f24c3..ef77d3450 100644
--- a/meta-phosphor/classes/kernel-cuimage.bbclass
+++ b/meta-phosphor/classes/kernel-cuimage.bbclass
@@ -42,4 +42,4 @@ do_uboot_mkcimage() {
fi
}
-addtask uboot_mkcimage before do_bundle_initramfs after do_compile
+addtask uboot_mkcimage before do_install after do_compile
OpenPOWER on IntegriCloud