[yocto] ERROR: - package networkmanager-1.10.6-r0.aarch64 conflicts with connman provided by connman-1.35-r0.aarch64

2019-01-15 Thread srinivasan
Dear Yocto experts, I am seeing the below error when I am trying to integrate the "fsl-image-validation-imx.bb" into my custom yocto build and trigger the build using "bitbake custom-image-debug-imx8.bb", I somewhat feel networkmanager is conflicting with conman, could you please let me know how t

[yocto] Error: base-files/3.0.14-r89/temp/run.do_install.80432: Syntax error: Unterminated quoted string

2019-01-21 Thread srinivasan
Dear Yocto Experts, I am trying to customize my vendor specific Yocto BSP's to my custom OS. I am facing the below error, could you please do the needful or provide me some pointers from your end for solving this issue Error: $ bitbake fsl-image-validation-imx WARNING: Host distribution "ubuntu-

Re: [yocto] [meta-intel] ERROR: - package networkmanager-1.10.6-r0.aarch64 conflicts with connman provided by connman-1.35-r0.aarch64

2019-01-21 Thread srinivasan
Thanks a ton Ross, your inputs really worked :) On Tue, Jan 15, 2019 at 11:34 AM Burton, Ross wrote: > > You'll have to not install either connman or network manager. > > Ross > > On Tue, 15 Jan 2019 at 05:18, srinivasan wrote: > > > > Dear Yocto experts,

[yocto] ERROR: Nothing PROVIDES 'virtual/libgles2'

2019-01-21 Thread srinivasan
Dear Yocto Experts, I am seeing the below error when i am trying to integrate freescale layers into my custom os? srinishanmugam@ni-bln-07594:~/customBuild_test_rpi/customos/build_customosdistro_imx8$ bitbake -f -c clean custom-image-debug-imx8 WARNING: Host distribution "ubuntu-18.04" has not be

Re: [yocto] [meta-freescale] ERROR: Nothing PROVIDES 'virtual/libgles2'

2019-01-21 Thread srinivasan
imx8mmevk On Fri, Jan 18, 2019 at 12:20 PM Daiane Angolini wrote: > > On Fri, Jan 18, 2019 at 6:46 AM srinivasan wrote: > > > > Dear Yocto Experts, > > > > I am seeing the below error when i am trying to integrate freescale > > layers into my custom os? &

[yocto] Build error after changing PACKAGE_CLASSES to package_deb

2019-01-21 Thread srinivasan
Dear Yocto Experts Team, I am seeing the below error after changing the package_classes from "rpm" to "deb" as below, when I am trying to add freescale meta layers to my custom yocto distribution Could you please do the needful by providing some inputs in resolving the below issue? Logs: WARNING

[yocto] Error in populating sdk using custom distro

2019-01-25 Thread srinivasan
Dear Yocto Experts, I am seeing the below error, while building the sdk for my custom distro, with some the freescale layers (meta-freescale, meta-freescale-3rdparty.meta-freescale-distro, meta-fsl-bsp-release) integrated into my custom distro, could anyone please help me with the pointers that wh

[yocto] Debug custom recipe configuration

2015-12-16 Thread Srinivasan Srivatsan
access to the pdb prompt ? Any other alternative way to debug this issue is appreciated. Regards Srinivasan -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] rdiff and rdiff-backup

2018-04-25 Thread Srinivasan, Raja
Would like to know if anyone is using rdiff-backup in a yocto system. Does it work well. (We are using Jethro). Please share any experiences you may have. Thanks, srini CONFIDENTIALITY NOTICE: This email message and any attachments are confidential and may be

[yocto] uBoot, kernel and device tree files

2018-08-08 Thread Srinivasan, Raja
All We are using rocko.on variscite var-som-mx6. In order to increase the security of our system (during a system upgrade), we are looking to merge uImage (kernel image) and the device tree file into 1 file. Currently these are 2 different files and are worried that a file copy operation might

Re: [yocto] uBoot, kernel and device tree files

2018-08-09 Thread Srinivasan, Raja
Appreciate the suggestions. I will try them out. thanks, srini -Original Message- From: Michal Vokáč [mailto:michal.vo...@ysoft.com] Sent: Thursday, August 9, 2018 4:41 AM To: Srinivasan, Raja Cc: yocto@yoctoproject.org Subject: Re: [yocto] uBoot, kernel and device tree files Hi Srini

Re: [yocto] uBoot, kernel and device tree files

2018-08-09 Thread Srinivasan, Raja
Mathieu Appreciate the suggestion. Will give it a shot. Thanks, srini -Original Message- From: Mathieu Alexandre-Tétreault [mailto:alexandr...@amotus.ca] Sent: Thursday, August 9, 2018 8:45 AM To: Srinivasan, Raja ; yocto@yoctoproject.org Subject: RE: uBoot, kernel and device tree files

[yocto] Disable cert validation

2018-08-28 Thread Srinivasan, Raja
All I have a situation where our device (yocto - Jethro) is failing to validate a certificate. 12520 EAP-TLS failed SSL/TLS handshake because the client rejected the ISE local-certificate. I would like to disable the cert validation. Is there an nmcli command (or some other way) that I could

[yocto] include in the image mtd-utils-ubifs

2018-11-20 Thread Srinivasan, Raja
All I am trying to include the ubi-utils (ubiformat etc in my image. I included mtd-utils in CORE_IMAGE_EXTRA_INSTALL which appears to result in building the system. Except these are not included in my image. I was told to include the package mtd-utils-ubifs to the list of packages. Not clear

[yocto] ipv6

2019-01-18 Thread Srinivasan, Raja
All I am using "rocko" How can we turn off ipv6 altogether? We are not doing anything to startup ipv6. Still I see several lines in the logs which look like: kernel: IPv6: wlan0: IPv6 duplicate address . detected kernel[288]: IPv6: wlan0: IPv6 duplicate address ... detected thanks, srini

[yocto] wic utility

2019-01-23 Thread Srinivasan, Raja
I am using wic 0.2.0 from the rocko build. wic cp file wifile:part/path appears to succeed (no errors reported). But when I perform wic ls I don't find the file in the target. Are there any switches the I should be using? Thanks for any pointers, srini CONFID

Re: [yocto] Re: wic utility

2019-02-21 Thread Srinivasan, Raja
share my findings. srini From: Kevin Hao Sent: Thursday, January 24, 2019 1:46 AM To: Srinivasan, Raja Cc: yocto@yoctoproject.org Subject: Re: [yocto] wic utility On Wed, Jan 23, 2019 at 04:39:07PM +, Srinivasan, Raja wrote: > I am using wic 0.2.0 from the rocko bu

[yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-07 Thread Gunasekaran Srinivasan
Hi all, I am trying to build core-image-sato image with poky 2.2.2. I am getting following error in matchbox-panel recipe .. checking what language compliance flags to pass to the C c

[yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Gunasekaran Srinivasan
Hi all, I am trying to build core-image-sato image with poky 2.2.2. I am getting following error in matchbox-panel recipe .. checking what language compliance flags to pass to the C co

Re: [yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Gunasekaran Srinivasan
so has your BSP disabled X11? > > Ross > > On 8 December 2017 at 03:02, Gunasekaran Srinivasan < > gunaseka...@solitontech.com> wrote: > >> Hi all, >> >> I am trying to build core-image-sato image with poky 2.2.2

Re: [yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Gunasekaran Srinivasan
pend = " x11" > > Ross > > On 8 December 2017 at 10:40, Gunasekaran Srinivasan < > gunaseka...@solitontech.com> wrote: > >> No. I haven't. If it's disabled by default. Can you tell how to enable in >> conf/local.conf file? >> >> Thank

Re: [yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Gunasekaran Srinivasan
> On 8 December 2017 at 10:46, Gunasekaran Srinivasan < > gunaseka...@solitontech.com> wrote: > >> I will check that. Shouldn't core-image-sato recipecome with x11 enabled? >> >> Thanks, >> Guna >> >> On Fri, Dec 8, 2017 at 4:11 PM, Burton, Ro

Re: [yocto] Morty Branch: Error in building core-image-sato | matchbox-panel recipe

2017-12-08 Thread Gunasekaran Srinivasan
Ross, Fresh build also didn't solve the issue. Is there anything I could try? Thanks, Guna On Fri, Dec 8, 2017 at 4:20 PM, Gunasekaran Srinivasan < gunaseka...@solitontech.com> wrote: > Ross, > > Oh! > I tried adding DISTRO_FEATURE, still the same issue. I will clean the

[yocto] adding other languages to yocto build

2018-03-30 Thread Srinivasan, Raja
friends, ? anyone using ada, objective c, c#, swift or any other such languages. if so can you point me to a recipe. my interest is in the order listed. looking for an alternative to C/C++ TIA srini CONFIDENTIALITY NOTICE: This email message and any attachm

Re: [yocto] adding other languages to yocto build

2018-04-01 Thread Srinivasan, Raja
Thanks a bunch. srini -Original Message- From: Philip Balister [mailto:phi...@balister.org] Sent: Sunday, April 1, 2018 1:09 PM To: Srinivasan, Raja ; yocto@yoctoproject.org Subject: Re: [yocto] adding other languages to yocto build On 03/30/2018 07:42 AM, Srinivasan, Raja wrote

[yocto] Cross compilation sysroot doesn't include libusb

2019-07-12 Thread Srinivasan, Usha
I will start with the caveat: this is my first time trying to cross compile for a target running a yocto bitbaked image. So I am surely not doing the right thing. I have generated both a core-image-sato & core-image-sato-dev. I am developing an application to run on my target machine. My appl