public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [RFC PATCH 0/3] Deploy DTBs with kernel recipe
@ 2024-06-13  4:19 Uladzimir Bely
  2024-06-13  4:19 ` [RFC PATCH 1/3] Don't deploy devicetree files with image Uladzimir Bely
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Uladzimir Bely @ 2024-06-13  4:19 UTC (permalink / raw)
  To: isar-users

Image task "do_copy_boot_files" is used to deploy kernel, initrd and
devicetree binaries to deploy directory.

When different images for the same target are built (e.g., "-base" and
"-debug") in parallel, this causes issues with DTB deployment since
they have no any image name specific stuff in the path, unlike kernel
and initrd.

Here we make kernel recipes (that are original source of these files)
responcible for DTB deployment.

Related topics on maillist:

https://groups.google.com/g/isar-users/c/4BRDM02xC40
https://groups.google.com/g/isar-users/c/qAnjahjjfsw
https://groups.google.com/g/isar-users/c/ZMD4XY4dKWQ
https://groups.google.com/g/isar-users/c/PSGU_AcdPZ8
https://groups.google.com/g/isar-users/c/Va0Ue-ISYeA

To fix the case when different distro use same namings for DTB, this
patchset should be merged with "[PATCH] Fix do_copy_boot_files error":

https://groups.google.com/g/isar-users/c/Va0Ue-ISYeA

Uladzimir Bely (3):
  Don't deploy devicetree files with image
  linux-distro: Deploy devicetree files
  linux-custom: Deploy devicetree files

 meta/classes/image.bbclass                 | 11 --------
 meta/recipes-kernel/linux/linux-custom.inc | 13 +++++++++
 meta/recipes-kernel/linux/linux-distro.bb  | 31 ++++++++++++++++++++++
 3 files changed, 44 insertions(+), 11 deletions(-)

-- 
2.44.2


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-21  3:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-13  4:19 [RFC PATCH 0/3] Deploy DTBs with kernel recipe Uladzimir Bely
2024-06-13  4:19 ` [RFC PATCH 1/3] Don't deploy devicetree files with image Uladzimir Bely
2024-06-13  4:19 ` [RFC PATCH 2/3] linux-distro: Deploy devicetree files Uladzimir Bely
2024-06-13  4:19 ` [RFC PATCH 3/3] linux-custom: " Uladzimir Bely
2024-06-21  3:20 ` [RFC PATCH 0/3] Deploy DTBs with kernel recipe Liu, Yi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox