All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix build issues with fitimage
@ 2017-12-14  2:23 Manjukumar Matha
  2017-12-14  2:23 ` [PATCH 1/2] kernel.bbclass: Fix fitimage build failure Manjukumar Matha
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Manjukumar Matha @ 2017-12-14  2:23 UTC (permalink / raw)
  To: openembedded-core

While building fitimage with initramfs bundle using INITRAMFS_IMAGE and
INITRAMFS_IMAGE_BUNDLE = "1", we have few failures

do_bundle_initramfs fails first stating the below error

|   CHK     include/generated/compile.h
|   CHK     kernel/config_data.h
| mv: cannot stat 'arch/arm64/boot/fitImage': No such file or directory

and later in do_deploy

| DEBUG: Python function extend_recipe_sysroot finished
| DEBUG: Executing shell function do_deploy
| install: cannot stat 'arch/arm64/boot/fitImage': No such file or directory

This series fixes both the above issues 

Manjukumar Matha (1):
  kernel.bbclass: Fix fitimage deploy errors

Thomas Perrot (1):
  kernel.bbclass: Fix fitimage build failure

 meta/classes/kernel.bbclass | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-12-15  0:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-14  2:23 [PATCH 0/2] Fix build issues with fitimage Manjukumar Matha
2017-12-14  2:23 ` [PATCH 1/2] kernel.bbclass: Fix fitimage build failure Manjukumar Matha
2017-12-14  2:23 ` [PATCH 2/2] kernel.bbclass: Fix fitimage deploy errors Manjukumar Matha
2017-12-14 11:18 ` [PATCH 0/2] Fix build issues with fitimage André Draszik
2017-12-15  0:18   ` Denys Dmytriyenko
2017-12-15  0:56     ` Manjukumar Harthikote Matha

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.