[yocto] FIT Image boot issue

2017-04-05 Thread Gujulan Elango, Hari Prasath (H.)
Hello all, We are using FIT image in an ARM 64 bit target based instead of separate Linux binary(Image.bin) and DTB. We are using a copy of the kernel fit image bbclass provided by poky in our custom machine layer to build the fit image. We observe that the bootloader is not able to load the

Re: [yocto] FIT Image boot issue

2017-04-04 Thread Gujulan Elango, Hari Prasath (H.)
Sorry the its file was blocked by Outlook. Renamed the extension and re-attaching it. Regards, Hari Prasath From: Gujulan Elango, Hari Prasath (H.) Sent: Tuesday, April 04, 2017 7:39 PM To: yocto@yoctoproject.org Cc: Rajagopalan, Thiagarajan (T.); Vadivel, Arulpandiyan (A.); Ravindran

[yocto] Modify fetch URL in BBappend file

2016-09-12 Thread Gujulan Elango, Hari Prasath (H.)
Hello All We are including the meta-ivi layer in our custom distribution. There is a package 'dlt-daemon' whose fetch URL got modified upstream in the recipe file due to some corruption in the repositories. I want to modify this URL in the corresponding bbappend file in my custom BSP layer. I

[yocto] Problem with exporting variable in bbappend file

2016-08-30 Thread Gujulan Elango, Hari Prasath (H.)
Hello all, We are working on a platform based on Renesas processor. The BSP provided by them has arm-trusted-firmware. Now in order to enable all the 8 cores, they have suggested to add a environment variable in the arm-trusted-firmware_git.bb file in their BSP layer as below. export

[yocto] Layer priorities & package selection

2016-08-04 Thread Gujulan Elango, Hari Prasath (H.)
Hello all, We are having two yocto layers in our project. One is SoC specific layer and the other is the meta-ivi. Now we have two packages provided by both these layers. wayland_1.9.0 & weston_1.9.0. We want both these packages from the SoC specific layer and not the ones that are coming

Re: [yocto] Package build files not getting copied to sysroots directory

2016-06-30 Thread Gujulan Elango, Hari Prasath (H.)
=7f3b861410374effbba07ad71c1f1af7d922b713 Thanks & Regards, Hari Prasath From: Burton, Ross <ross.bur...@intel.com> Sent: Thursday, June 30, 2016 4:04 PM To: Gujulan Elango, Hari Prasath (H.) Cc: Chris Z.; yocto@yoctoproject.org Subject: Re: [yocto] Package build files not gett

Re: [yocto] Package build files not getting copied to sysroots directory

2016-06-30 Thread Gujulan Elango, Hari Prasath (H.)
_ From: Chris Z. <winotu.em...@gmail.com> Sent: Thursday, June 30, 2016 2:34 PM To: Gujulan Elango, Hari Prasath (H.) Cc: yocto@yoctoproject.org Subject: Re: [yocto] Package build files not getting copied to sysroots directory Hi, Check what files are added to the package of your distri

Re: [yocto] Package build files not getting copied to sysroots directory

2016-06-30 Thread Gujulan Elango, Hari Prasath (H.)
libdlt.so.2()(64bit), but no providers found in its RDEPENDS [file-rdeps] Thanks & Regards, Hari Prasath From: Chris Z. <winotu.em...@gmail.com> Sent: Thursday, June 30, 2016 2:34 PM To: Gujulan Elango, Hari Prasath (H.) Cc: yocto@yoctoproject.org S

[yocto] Package build files not getting copied to sysroots directory

2016-06-30 Thread Gujulan Elango, Hari Prasath (H.)
Hello I am trying to integrate the meta-ivi layer into my distribution. When I am trying to build the audiomanager, some dependent package do_configure() fails. It looks for some packageconfig files(.pc) file in the tmp/sysroots/, but this file is not there. When I look into the dependent

[yocto] Regarding backslash in bblayers.conf file

2016-06-23 Thread Gujulan Elango, Hari Prasath (H.)
Hello, We were facing a issue when building 'weston'. The issue is we had included meta-renesas & poky in our bblayers.conf file. The weston package is provided by both poky(v1.8.0) and meta-renesas(v1.9.0). We want the weston provided by the meta-renesas layer as it is the latest and also