public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH 0/1] Remove copy_boot_files task for SDK
@ 2022-10-24  5:40 Uladzimir Bely
  2022-10-24  5:40 ` [PATCH 1/1] " Uladzimir Bely
  2022-11-03  8:53 ` [PATCH 0/1] " Anton Mikanovich
  0 siblings, 2 replies; 3+ messages in thread
From: Uladzimir Bely @ 2022-10-24  5:40 UTC (permalink / raw)
  To: isar-users

In the downstream we faced up a problem with populating SDK when
DTB_FILES is set for the target.

Error happens in `copy_boot_files` task that looks like something that
shouldn't even be executed in case of SDK. It tries to copy kernel,
initramfs and required dtb files to the deploy directory. But this is
not required for SDK rootfs that is just a developer chroot.

Uladzimir Bely (1):
  Remove copy_boot_files task for SDK

 meta/classes/sdk.bbclass | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1


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

end of thread, other threads:[~2022-11-03  8:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-24  5:40 [PATCH 0/1] Remove copy_boot_files task for SDK Uladzimir Bely
2022-10-24  5:40 ` [PATCH 1/1] " Uladzimir Bely
2022-11-03  8:53 ` [PATCH 0/1] " Anton Mikanovich

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