]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
kernel-fitimage: Adjust order of dtb/dtbo files
authorSandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Sun, 8 Jan 2023 17:25:34 +0000 (10:25 -0700)
committerSteve Sakoman <steve@sakoman.com>
Fri, 20 Jan 2023 02:28:32 +0000 (16:28 -1000)
commitbc1690632a1f85f364430c9fc7dc675cfe00d085
treefb1513c9d0bc5894d276e83b097f36988d054121
parent30cf3640bf18c8ec48d69c566938b38d8561d368
kernel-fitimage: Adjust order of dtb/dtbo files

The dtb files must be before the dtbo files, otherwise the overlays may
not be applied correctly.

From Bruce Ashfield:

  We can split between dtbs and dtbos, they just need to be sorted
  for reproducibility reasons.

  Of course, this was only working by luck previously (before the
  sort), since it has always been gathering dtbs and dtbo's with
  find, depending on filesystem ordering for the order in the
  fitimage).

Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@amd.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/classes-recipe/kernel-fitimage.bbclass