Re: [yocto] SRCREV Issue for custom linux kernel

2015-04-14 Thread Raghavendra Kakarla
Hi Bruce, My recipe is like following: # oe-core kernel classes to apply a subset of yocto kernel # management to git managed kernel repositories. # # Warning: # # Building this kernel without providing a defconfig or BSP # configuration will result in build or boot errors. This is not a

Re: [yocto] SRCREV Issue for custom linux kernel

2015-04-14 Thread Raghavendra Kakarla
Hi Bruce, I downloaded the yocto from the following link: git clone -b dizzy git://git.yoctoproject.org/poky.git And added the my custom recipe for downloading our custom kernel from SVN. This gives the error. Regards, Raghavendra. From: Bruce A

Re: [yocto] 1.7.1 ADT-installer errors

2015-04-14 Thread Yi Zhao
Hi, I can confirm it is an issue. I got a 404 not found error when I tried to download the core-image-sato-sdk-qemux86.tar.bz2 from http://adtrepo.yoctoproject.org/1.7.1/rootfs/qemux86/. Looks like the symbolic link is broken. Beth, Would you please have a look at this and fix it ? Thanks

[yocto] Build available for QA

2015-04-14 Thread Poky Build User
-e A build identified as needing QA has finished on the autobuilder. This build is located at: http://autobuilder.yoctoproject.org/pub/nightly/20150414-2 Build hash information: meta-intel : 53eea4f12311b4808b3af9695ac822eea1fc60c2 meta-fsl-arm

[yocto] [PATCH] dev-manual: Updated wic runtime requirements

2015-04-14 Thread Ed Bartosh
Wic is not using parted and other runtime dependencies from host system anymore. It uses native tools instead. Removed host parted from the list of requirements. Added instructions to build native tools. Signed-off-by: Ed Bartosh --- documentation/dev-manual/dev-manual-common-tasks.xml | 12 +++

[yocto] Mount options for /dev/root

2015-04-14 Thread Oliver Stäbler
Hi I'm trying to add some mount options to / (/dev/root) such as 'nobarrier'. What would be the best way to define this option? I know two possible ways: * rootflags boot paramenter, but I'd prefer it to be in userspace * /etc/fstab, but these options are not passed to mount. The script /etc/ini

Re: [yocto] [Dizzy] Multilib in Poky

2015-04-14 Thread Paul Eggleton
Hi Rebecca, On Monday 13 April 2015 05:03:00 Chang, Rebecca Swee Fun wrote: > I am building a MACHINE = "qemux86" image using Poky v1.7.1 with multilib > feature. I would like the image generated to use glibc as the main libc and > uclibc in lib32 multilib. Here are my settings in build/local.conf

Re: [yocto] SRCREV Issue for custom linux kernel

2015-04-14 Thread Bruce Ashfield
On 2015-04-14 6:48 AM, Raghavendra Kakarla wrote: Hi All, I got the an error while i am checking out the linux kernel from the SVN to build in the YOCTO project environment. What release is this ? master ? An older release ? And are you seeing this same error if you have a kernel recipe tha

Re: [yocto] Yocto Eclipse Plugin

2015-04-14 Thread Minchev, Todor
Hello Abinhav, This is most likely caused by a mismatch between the plugin build (juno) and the IDE (luna). Please install the luna build of the plugin from here: https://autobuilder.yoctoproject.org/pub/nightly/CURRENT/eclipse-plugin/luna/org.yocto.sdk-development-201504140001-archive.zip Thank

[yocto] SRCREV Issue for custom linux kernel

2015-04-14 Thread Raghavendra Kakarla
Hi All, I got the an error while i am checking out the linux kernel from the SVN to build in the YOCTO project environment. Could please help me in resolving the Issue. Error log is: Log data follows: | DEBUG: Executing shell function do_validate_branches | NOTE: custom recipe is being built,

[yocto] [Intel Edison] Changing kernel configuration results in "do_rootfs"-failure (Code 255)

2015-04-14 Thread yocto yocto
I tried to add a module to the kernel configuration according to http://www.yoctoproject.org/docs/1.6.1/kernel-dev/kernel-dev.html#changing-the-configuration Here is what I have done: File: meta-mylayer/recipes-kernel/linux/linux-yocto_3.10.bbappend Contains: FILESEXTRAPATHS_prepend := "${THISD

Re: [yocto] yocto Digest, Vol 53, Issue 97

2015-04-14 Thread Raghavendra Kakarla
Hi All, When I take kernel from the SVN I got the validation error that SRCREV is not proper. Could you please help me in resolving this issue. Thanks in advance. Regards, Raghavendra. From: yocto-boun...@yoctoproject.org on behalf of yocto-requ...

[yocto] 1.7.1 ADT-installer errors

2015-04-14 Thread heli Atck
Hi, I'm new to Yocto (and embedded Linux for that matter). I was following the ADT manual to get started with application development. I tried using the ADT-installer script, but ran into some errors. Here's the relevant part of the installer log file: *Creating directory /home/spe/test-yoct

Re: [yocto] Yocto Eclipse Plugin

2015-04-14 Thread Minchev, Todor
Hello Abhinav, On Mon, 2015-04-13 at 18:27 +, Bipnesh, Abhinav (Abhinav) wrote: > Hi All, > > I am trying to setup the Yocto Eclipse Plugin for Eclipse (Luna release). I > am able to install the Juno release plugin for 1.7.1 release. But while > configuring it I am facing issues as below >