]> code.ossystems Code Review - openembedded-core.git/commit
cml1.bbclass: Return sorted list of cfg files
authorKhem Raj <raj.khem@gmail.com>
Mon, 3 May 2021 06:36:00 +0000 (23:36 -0700)
committerSteve Sakoman <steve@sakoman.com>
Fri, 7 May 2021 15:21:23 +0000 (05:21 -1000)
commit1eaa291f6a29eff76b717d90eae2d4896c9430ff
tree4bd762f682c0831dbb1bcf53063742347a49caff
parente198806404472a10230086b54544d83077381d19
cml1.bbclass: Return sorted list of cfg files

Since these files are passed to merge_config.sh its better to use a
sorted list, so we can be sure that this list is always fed in same
order irrespective of python versions on host

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3d949f286c29bcaaf4dfc0aaffd15f129d1bab2d)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes/cml1.bbclass