[oe-commits] [bitbake] 04/04: Revert "bitbake: cooker: Ensure bbappends are found in stable order"

git at git.openembedded.org git at git.openembedded.org
Mon Sep 16 08:51:37 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository bitbake.

commit c9a61c337229eab67e73b4bd3d9edcc7a5e8f0db
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Thu Sep 12 12:36:27 2019 +0000

    Revert "bitbake: cooker: Ensure bbappends are found in stable order"
    
    This reverts commit 94c0c7f15c7a6244a8576ed948ffc21afb96ba82.
    
    This ignores the layer priority, making the issue much worse.
    E.g. I'm seeing a lot of failures caused by missing users, because
    base-passwd bbappends applied in unexpected order caused different
    passwd.master to be found in re-ordered FILESPATH.
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/bb/cooker.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/bb/cooker.py b/lib/bb/cooker.py
index 5840aa7..e46868d 100644
--- a/lib/bb/cooker.py
+++ b/lib/bb/cooker.py
@@ -1852,7 +1852,6 @@ class CookerCollectFiles(object):
             (bbappend, filename) = b
             if (bbappend == f) or ('%' in bbappend and bbappend.startswith(f[:bbappend.index('%')])):
                 filelist.append(filename)
-        filelist.sort()
         return filelist
 
     def collection_priorities(self, pkgfns, d):

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


More information about the Openembedded-commits mailing list