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 [mailto:yocto-boun...@yoctoproj

[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 -L/hom

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

2014-07-09 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
rom: 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 build with yocto/bitbake Thank you Sathish for the quick answer. Th

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

2014-07-09 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
H}/configs/${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 def

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} avail

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 [mai

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

2014-07-04 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
Regards, Sathish -Original Message- From: Robert Yang [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 p

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

2014-07-03 Thread Sathish Kumar Balasubramaniam -ERS, HCL Tech
failed: do_package_qa Thanks, Sathish 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 usin

[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 e

[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 https://events

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 = "" SRC_URI = "svn://svn.server.com/svn/project;module=ti;protocol=http;user=" But before this execution, login to the above , at least one time

[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:: --