Re: [yocto] Weekly build now available for QA

2013-05-29 Thread Flanagan, Elizabeth
On Tue, May 28, 2013 at 10:38 PM, Georgescu, Alexandru C alexandru.c.george...@intel.com wrote: Hi Beth, Can you include the eclipse-plugin commit as well? Thanks, Whoops. Sorry about that: eclipse-plugin: ff4ccb4d65243f2a28eb89c72e9b425702b6c3aa Alex Sent from my iPad On May 29, 2013,

[yocto] Yocto with Fedora 18

2013-05-29 Thread Rohit2 Jindal
Hi, I am facing some issue when I run yocto with fedora 18 : 1 When I run my recipe it stops after completing 63-tasks and again I have to rerun my recipe back to complete left out around 415 tasks. I did not got why it shows this type of behavior. But this thing didn't happen with fedora 9

[yocto] How can I change the install path of the rootfs?

2013-05-29 Thread Sebastian Süsens
Hello, I want to install scripts in a folder names can. My bitbake file looks following: DESCRIPTION = Test scripts for testing xxsq701 interfaces SECTION = test_applications PR = r0 PN = test-scripts LICENSE = ${MYC_LICENSE} LIC_FILES_CHKSUM = file://${MYC_LICENSFILE};md5=${MYCMD5_LICENSFILE}

Re: [yocto] How can I change the install path of the rootfs?

2013-05-29 Thread Burton, Ross
On 29 May 2013 10:17, Sebastian Süsens s...@mycable.de wrote: I want to install scripts in a folder names can. My bitbake file looks following: DESCRIPTION = Test scripts for testing xxsq701 interfaces SECTION = test_applications PR = r0 PN = test-scripts LICENSE = ${MYC_LICENSE}

Re: [yocto] How can I change the install path of the rootfs?

2013-05-29 Thread Sebastian Süsens
On 05/29/2013 11:24 AM, Burton, Ross wrote: On 29 May 2013 10:17, Sebastian Süsens s...@mycable.de wrote: I want to install scripts in a folder names can. My bitbake file looks following: DESCRIPTION = Test scripts for testing xxsq701 interfaces SECTION = test_applications PR = r0 PN =

[yocto] using module_autoload

2013-05-29 Thread Katu Txakur
Hi, I'm failing to load a kernel module named spike doing this: 1) add the recipe (inherit module), based in a Makefile with modules_install: $(MAKE) INSTALL_MOD_DIR=kernel/drivers/spike -C $(KERNEL_SRC) M=$(SRC) modules_install 2) Add the package to the image with IMAGE_INSTALL += spike in the

Re: [yocto] trap: 80: SIGHUP: bad trap comes up when building core-image-sato.

2013-05-29 Thread Martyn Welch
On 10/04/13 13:33, Paul Eggleton wrote: On Wednesday 10 April 2013 14:07:20 Jean-baptiste DUONEA wrote: Problem comes from Dash shell, which is used by default on Ubuntu. You have to reconfigure your terminal and disable the usage of Dash : Type in your console : sudo dpkg-reconfigure dash

Re: [yocto] trap: 80: SIGHUP: bad trap comes up when building core-image-sato.

2013-05-29 Thread Burton, Ross
Hi Martyn, On 29 May 2013 14:02, Martyn Welch martyn.we...@ge.com wrote: I've just hit this exact problem building busybox from Yocto 1.4 on Ubuntu 10.04. This was root-caused down to a bug in a script in the kern-tools package. You can either switch from 1.4 tarball to the dylan branch from

Re: [yocto] using module_autoload

2013-05-29 Thread Paul Eggleton
On Wednesday 29 May 2013 16:39:48 Martin Jansa wrote: On Wed, May 29, 2013 at 02:01:11PM +0100, Katu Txakur wrote: Hi, I'm failing to load a kernel module named spike doing this: 1) add the recipe (inherit module), based in a Makefile with modules_install: $(MAKE)

Re: [yocto] using module_autoload

2013-05-29 Thread Katu Txakur
Martin, Paul, thanks for your help. Yes, the recipe does inherit module. Any other problem that you can think off? Thanks a lot in advance, Katu 2013/5/29 Paul Eggleton paul.eggle...@linux.intel.com On Wednesday 29 May 2013 16:39:48 Martin Jansa wrote: On Wed, May 29, 2013 at 02:01:11PM

Re: [yocto] using module_autoload

2013-05-29 Thread Katu Txakur
Guys, I'm using the gumstix repo https://github.com/gumstix/Gumstix-YoctoProject-Repo and I don't have any module-split bbclass. The module.bbclass inherits module-base.bbclass and module_strip.bbclass, but the latest is empty. Do you think my problem could be related with that? module_strip is

Re: [yocto] using module_autoload

2013-05-29 Thread Martin Jansa
On Wed, May 29, 2013 at 04:48:58PM +0100, Katu Txakur wrote: Guys, I'm using the gumstix repo https://github.com/gumstix/Gumstix-YoctoProject-Repo and I don't have any module-split bbclass. The module.bbclass inherits module-base.bbclass and module_strip.bbclass, but the latest is empty. Do

[yocto] Problem to compile kernel (enable nfsd)

2013-05-29 Thread Caio
Hello, I'm following the ELC2013 hands-on (https://www.yoctoproject.org/sites/yoctoproject.org/files/elc2013-kernel-lab.pdf) but with poky 9.0. Git Branch (b15bdd842092f2335784c20b8e1b3a0ddcf7996b) In the lab3 I'm trying to compile a kernel from master git tree. But I'm having these trouble

Re: [yocto] Problem to compile kernel (enable nfsd)

2013-05-29 Thread Bruce Ashfield
On 13-05-29 02:15 PM, Caio wrote: Hello, I'm following the ELC2013 hands-on (https://www.yoctoproject.org/sites/yoctoproject.org/files/elc2013-kernel-lab.pdf) but with poky 9.0. Git Branch (b15bdd842092f2335784c20b8e1b3a0ddcf7996b) In the lab3 I'm trying to compile a kernel from master git

Re: [yocto] Problem to compile kernel (enable nfsd)

2013-05-29 Thread Caio
Bruce I tested the patch but doesn't work meta-yocto/conf/distro/poky- lsb.conf require conf/distro/poky.conf DISTRO = poky-lsb DISTROOVERRIDES = poky:linuxstdbase DISTRO_FEATURES_append = pam largefile opengl PREFERRED_PROVIDER_virtual/libx11 = libx11 # Ensure the kernel nfs server is

Re: [yocto] Problem to compile kernel (enable nfsd)

2013-05-29 Thread Bruce Ashfield
On 13-05-29 02:30 PM, Caio wrote: Bruce I tested the patch but doesn't work It definitely works here. You'll need to provide more details besides it doesn't work. meta-yocto/conf/distro/poky- lsb.conf require conf/distro/poky.conf DISTRO = poky-lsb DISTROOVERRIDES = poky:linuxstdbase

Re: [yocto] Problem to compile kernel (enable nfsd)

2013-05-29 Thread Bruce Ashfield
On 13-05-29 03:05 PM, Caio wrote: bitbake -e -c kernel_configme linux-yocto-custom | grep KERNEL_FEATURES # $KERNEL_FEATURES [2 operations] KERNEL_FEATURES=features/nfsd/nfsd-enable.scc Great. I'll run some tests here as well. That's different variable override behaviour that I'm seeing.

[yocto] udev not starting on first boot

2013-05-29 Thread Marc Ferland
Hi, I'm currently upgrading from 1.3 to 1.4 and I'm having some issues on the first boot because it seems udev won't start. I'm using udev 182 from meta/recipes-core/udev. The system uses a read-only root filesystem (squashfs) paired with a RW partition joined together with AUFS to give the

Re: [yocto] meta-xilinx moved to meta-xilinx-community

2013-05-29 Thread Sipke Vriend
Hi, yoctoproject.org is now hosting meta-xilinx from Xilinx. http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/ This repository was previously at www.github.com/Xilinx/meta-xilinx.git, and will remain there as a mirror. This layer contains Xilinx hardware support metadata for Zynq and

Re: [yocto] meta-xilinx moved to meta-xilinx-community

2013-05-29 Thread Khem Raj
Sipke On Wed, May 29, 2013 at 5:14 PM, Sipke Vriend sipke.vri...@xilinx.com wrote: Hi, yoctoproject.org is now hosting meta-xilinx from Xilinx. http://git.yoctoproject.org/cgit/cgit.cgi/meta-xilinx/ This repository was previously at www.github.com/Xilinx/meta-xilinx.git, and will remain

Re: [yocto] Problem to compile kernel (enable nfsd)

2013-05-29 Thread Bruce Ashfield
On 13-05-29 3:05 PM, Caio wrote: bitbake -e -c kernel_configme linux-yocto-custom | grep KERNEL_FEATURES # $KERNEL_FEATURES [2 operations] KERNEL_FEATURES=features/nfsd/nfsd-enable.scc Aha. That's the problem with cutting and pasting patches, I missed this part of the fix: diff --git