[OE-core] [PATCH 0/2] Fix build issues with fitimage

Manjukumar Matha manjukumar.harthikote-matha at xilinx.com
Thu Dec 14 02:23:49 UTC 2017


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



More information about the Openembedded-core mailing list