[yocto] Boost recipe compilation failure in Yocto 2.6 with GCC 8.2

2019-01-17 Thread Amol Lad
Hi, Boost recipe compilation fails with below error. Build is okay if "GCCVERSION = "7.%". Please advise what might be wrong? {standard input}: Assembler messages: {standard input}:7896: Warning: end of file not at end of a line; newline inserted {standard input}:9139: Error: unknown

[yocto] kernel-fitimage.bbclass possible bug in Yocto 2.6

2019-01-14 Thread Amol Lad
Hi, There seems to be a bug in kernel-fitimage.bbclass. I get below error message when FIT support is enabled (and with initramfs) | lib/modules/4.14.54-yocto-standard-custom/kernel/crypto/ctr.ko | lib/modules/4.14.54-yocto-standard-custom/kernel/crypto/seqiv.ko |

[yocto] Build failure when including usrmerge in DISTRO_FEATURES

2018-12-09 Thread Amol Lad
Hi, I've included usrmerge in DISTRO_FEATURES and I get below error during build. I'm not able to figure out if it's problem with the recipe or package_qa_check_usrmerge function in poky/meta/classes/insane.bbclass. ERROR: modemmanager-1.6.4-r0 do_package_qa: QA Issue: modemmanager package is

[yocto] Building two initramfs images

2018-09-05 Thread Amol Lad
Hi, I want to build two initramfs images when building core-image-minimal. First initramfs gets bundled with kernel and available after build. This is all good. Now, how to include second initramfs image also in core-image-minimal? It will be standalone initramfs image i.e. it won't be bundled

[yocto] Recipe re-build when variable in local.conf changes

2018-08-22 Thread Amol Lad
Hi, Is there a way to re-build a recipe if I change a variable in local.conf? I've defined a variable - BUILDVERSION = "1.0.0" in local.conf. There is a recipe which uses this variable, creates a version file and populates it in the root file system. Now if I change this variable to say

Re: [yocto] Creating multiple filesystem images

2018-08-16 Thread Amol Lad
on it).-Original Message- From: Andre McCurdy Sent: Tuesday, 14 August 2018 11:58 PM To: Amol Lad Cc: yocto@yoctoproject.org Subject: Re: [yocto] Creating multiple filesystem images On Mon, Aug 13, 2018 at 8:23 AM, Amol Lad wrote: > Hi, > > Currently when we build say core-imag

[yocto] Creating multiple filesystem images

2018-08-13 Thread Amol Lad
Hi, Currently when we build say core-image-minimal, we get a root file system image (say ext4) after the build. However, I also need to create an ext4 image for /boot partition (which contains zImage and dtb). I do not want wic image. How I can do this? i.e. I want two ext4 images after build:

[yocto] meta-ide-support broken in Sumo 2.5

2018-07-27 Thread Amol Lad
Hi, Sysroot which is generated by meta-ide-support for use in eclipse is missing header files. For example, expat.h is missing in recipe-sysroot folder and only present in recipe-sysroot-native folder.