[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5061/8267] u-boot: fix extlinux creation race



commit 156571fad3a2e19b19eba0390ee8ef1045ad0809
Author: Jack Mitchell <jack embed me uk>
Date:   Sat Mar 11 14:16:02 2017 +0000

    u-boot: fix extlinux creation race
    
    There was a race condition in the uboot-extlinux bbclass where
    only a half written extlinux.conf would be put in the deploy
    directory. Fix this by adding the deploy task after the do_install
    rather than after the do_compile.
    
    (From OE-Core rev: 60c90398580998b2379bb438f0f75b29285135a5)
    
    Signed-off-by: Jack Mitchell <jack embed me uk>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-bsp/u-boot/u-boot.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index c2bcf99..aa21c0e 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -304,4 +304,4 @@ do_deploy () {
     fi
 }
 
-addtask deploy before do_build after do_compile
+addtask deploy before do_build after do_install


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]