[oe-commits] [openembedded-core] branch master updated: image: Run do_rootfs_wicenv after do_image

git at git.openembedded.org git at git.openembedded.org
Sun Feb 28 11:28:39 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

The following commit(s) were added to refs/heads/master by this push:
       new  8f5429b   image: Run do_rootfs_wicenv after do_image
8f5429b is described below

commit 8f5429b5e543e122072a51b518cc137dfc8ec442
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Sun Feb 28 08:57:20 2016 +0000

    image: Run do_rootfs_wicenv after do_image
    
    do_image can modify the content of the rootfs directory so we need to run
    do_rootfs_wicenv after do_image compeltes or the command can fail.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/image.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 5924ded..02612ad 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -275,7 +275,7 @@ python do_rootfs_wicenv () {
             if value:
                 envf.write('%s="%s"\n' % (var, value.strip()))
 }
-addtask do_rootfs_wicenv after do_rootfs before do_image_wic do_image_complete
+addtask do_rootfs_wicenv after do_image before do_image_wic do_image_complete
 do_rootfs_wicenv[vardeps] += "${WICVARS}"
 do_rootfs_wicenv[prefuncs] = 'set_image_size'
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list