summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvert Pap <evert.pap@sintecs.nl>2016-05-10 15:19:59 (GMT)
committerEvert Pap <evert.pap@sintecs.nl>2016-05-10 15:19:59 (GMT)
commitd874bfcf0813adf05e622780543a2fb3fde57000 (patch)
tree03fdfe51e6709ca4304bbe6ae4b8d933b0295588
parentb557314d53aca8b1a087f143db33f1f523e095e7 (diff)
downloadmeta-scalys-ppc-d874bfcf0813adf05e622780543a2fb3fde57000.tar.xz
Run do_kernel_fitimage before do_package
-rw-r--r--recipes-kernel/linux/linux-qoriq_3.12.bbappend2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_3.12.bbappend b/recipes-kernel/linux/linux-qoriq_3.12.bbappend
index b972e24..92c4cda 100644
--- a/recipes-kernel/linux/linux-qoriq_3.12.bbappend
+++ b/recipes-kernel/linux/linux-qoriq_3.12.bbappend
@@ -43,4 +43,4 @@ do_kernel_fitimage() {
}
# The install stage generates the DTB needed for the FIT image (linux-dtb.inc)
-addtask do_kernel_fitimage after do_install before do_deploy \ No newline at end of file
+addtask do_kernel_fitimage after do_install before do_package