Re: [yocto] Compiler on board

2014-07-16 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Update the following in your build/conf/local.conf to add development tools like gcc, make, etc to the root file system image EXTRA_IMAGE_FEATURES = tools-sdk debug-tweaks Regards, B.Sathish Kumar -Original Message- From: yocto-boun...@yoctoproject.org

[yocto] Issue with Python include directives

2014-07-10 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Hi, I am trying to build gpsd-2.95 for ARM 32-bit using Yocto on a Ubuntu 12.04.4 64-Bit machine I got the following compilation error | arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a15 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Hi Markus, Try adding the following to your recipe file KERNEL_DEFCONFIG = odroidxu_ubuntu_defconfig do_configure_prepend() { install -m 0644 ${S}/arch/${ARCH}/configs/${KERNEL_DEFCONFIG} ${WORKDIR}/defconfig || die No default configuration for ${MACHINE} / ${KERNEL_DEFCONFIG}

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
/${KERNEL_DEFCONFIG} ${S}/.config } Regards, B.Sathish Kumar -Original Message- From: Dr. Markus Eich [mailto:markus.e...@dfki.de] Sent: Wednesday, July 09, 2014 5:39 PM To: Sathish Kumar Balasubramaniam -ERS, HCL Tech; yocto@yoctoproject.org Subject: Re: [yocto] How to select defconfig for kernel

Re: [yocto] How to select defconfig for kernel build with yocto/bitbake

2014-07-09 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
[mailto:markus.e...@dfki.de] Sent: Wednesday, July 09, 2014 5:39 PM To: Sathish Kumar Balasubramaniam -ERS, HCL Tech; yocto@yoctoproject.org Subject: Re: [yocto] How to select defconfig for kernel build with yocto/bitbake Thank you Sathish for the quick answer. The recipes now copies

Re: [yocto] Recipe to copy precompiled binaries to root image

2014-07-07 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Hi Josh, Try adding the following to your myrecipe.bb FILES_${PN} += ${libdir} /etc FILES_${PN}-dbg += ${libdir}/.debug /etc/.debug FILES_SOLIBSDEV = Note: Try following if any issue FILES_${PN}-dbg += ${libdir}/.debug Regards, B.Sathish Kumar From: yocto-boun...@yoctoproject.org

Re: [yocto] Adding a shared object file to rootfs

2014-07-04 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
[mailto:liezhi.y...@windriver.com] Sent: Friday, July 04, 2014 6:07 AM To: Sathish Kumar Balasubramaniam -ERS, HCL Tech; yocto@yoctoproject.org Subject: Re: [yocto] Adding a shared object file to rootfs Hello, I think that there are two problems: 1) You can use a abc.bb to add the abc.so rather

[yocto] Adding a shared object file to rootfs

2014-07-03 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Hi, I have a file abc.so How can I add just this abc.so to /lib in rootfs using a recipe ? Regards, Sathish ::DISCLAIMER:: The contents of this

Re: [yocto] Adding a shared object file to rootfs

2014-07-03 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
From: Sathish Kumar Balasubramaniam -ERS, HCL Tech Sent: Thursday, July 03, 2014 9:29 PM To: yocto@yoctoproject.org Subject: Adding a shared object file to rootfs Importance: High Hi, I have a file abc.so How can I add just this abc.so to /lib in rootfs using a recipe ? Regards, Sathish

Re: [linux-yocto] How to include iw utility to yocto build for ARM

2014-05-05 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Thanks, Bruce. Yes I should have posted this in the general yocto mailing list... -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Monday, May 05, 2014 9:11 PM To: Sathish Kumar Balasubramaniam -ERS, HCL Tech; linux-yocto@yoctoproject.org Subject: Re

Re: [yocto] bitbake co from SVN with Authentication

2014-04-15 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Hi Laurent, For SVN, for ex, if the SVN path is http://svn.server.com/svn/project/ti the SRC_URI, SRCREV should be in the following format SRCREV = svn rev number SRC_URI = svn://svn.server.com/svn/project;module=ti;protocol=http;user=username But before this execution, login to the above

[linux-yocto] Regarding clarifications for adding support of I2C, SPI slave devices on x86 through ACPI

2014-04-15 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Hi, For Intel, I can understand that the community is advising to implement the I2C, SPI slave devices info like base address, IRQs, etc through ACPI mechanism rather than using Board files and FDT I read the following https://www.kernel.org/doc/Documentation/acpi/enumeration.txt

Re: [linux-yocto] Difference in sysroots and work linux include file

2014-04-08 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Kumar Balasubramaniam -ERS, HCL Tech; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto] Difference in sysroots and work linux include file On 14-04-07 08:10 AM, Sathish Kumar Balasubramaniam -ERS, HCL Tech wrote: I am using Dora version of Yocto with my BSP. There is a compilation issue

[linux-yocto] Difference in sysroots and work linux include file

2014-04-07 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
I am using Dora version of Yocto with my BSP. There is a compilation issue and the cause is certain values (V4L2_MBUS_FMT_ARGB_1X32 and V4L2_MBUS_FMT_AYUV8_1X32) not defined in the following file build/tmp/sysroots/machine/usr/include/linux/v4l2-mediabus.h which is needed by media-ctl's

[yocto] Porting a BSP from Dylan to Dora

2014-03-13 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Hello, We have a BSP which is based on Dylan version. To port this BSP to Dora version what will be the steps needed ? Please can someone detail on this. Thanks, B.Sathish Kumar ::DISCLAIMER::

[yocto] Enabling Wayland and QT5 without X11 server support in Dora

2014-02-28 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Hi, Please can anyone let me know the configuration to be done in Dora for enabling Wayland and QT5 without X11 server. Thanks, B.Sathish Kumar ::DISCLAIMER::

Re: [linux-yocto] How to upgrade to linux kernel version 3.8 from 3.4

2014-02-06 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Thanks a lot for the info, Bruce. Regards, B.Sathish Kumar -Original Message- From: Bruce Ashfield [mailto:bruce.ashfi...@windriver.com] Sent: Wednesday, February 05, 2014 9:48 PM To: Sathish Kumar Balasubramaniam -ERS, HCL Tech; linux-yocto@yoctoproject.org Subject: Re: [linux-yocto

[linux-yocto] How to upgrade to linux kernel version 3.8 from 3.4

2014-02-05 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Hi, The following Renesas BSP is based on linux-yocto 3.4% and built with dora branch of poky and 5.0.1 of meta-ivi https://github.com/rCarUSA/GENIVI-Gemini-Release/tree/master/meta-rcar-h2-lager --- Below