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

2013-05-29 Thread Sipke Vriend
Hi Khem, Meta-xilinx is a layer aimed at providing Xilinx support for Microblaze and Zynq as well as a limited number of BSPs to exercise those architectures. This layer is maintained by Xilinx. Meta-xilinx-community is a layer (previously named meta-xilinx) which has support for the same arch

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 a/meta/

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 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 there as a mirror.

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 Microb

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

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. Bru

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

2013-05-29 Thread Caio
bitbake -e -c kernel_configme linux-yocto-custom | grep KERNEL_FEATURES # $KERNEL_FEATURES [2 operations] KERNEL_FEATURES="features/nfsd/nfsd-enable.scc" 2013/5/29 Bruce Ashfield : > On 13-05-29 02:53 PM, Caio wrote: >> >> bitbake core-image-minimal > > > This won't give me what I'm looking for, b

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

2013-05-29 Thread Bruce Ashfield
On 13-05-29 02:53 PM, Caio wrote: bitbake core-image-minimal This won't give me what I'm looking for, bitbake the kernel directly: bitbake -e -c kernel_configme linux-yocto-custom | grep KERNEL_FEATURES Cheers, Bruce Loading cache: 100% |##

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

2013-05-29 Thread Caio
bitbake core-image-minimal Loading cache: 100% |#| ETA: 00:00:00 Loaded 1121 entries from dependen

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 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 i

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

2013-05-29 Thread Tom Zanussi
On Wed, 2013-05-29 at 14:19 -0400, Bruce Ashfield wrote: > 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 (b15bdd842092f2335784c2

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

2013-05-29 Thread Tom Zanussi
On Wed, 2013-05-29 at 15:15 -0300, 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

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 tre

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

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

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 als

Re: [yocto] using module_autoload

2013-05-29 Thread Bruce Ashfield
On 13-05-29 11:32 AM, Katu Txakur wrote: Martin, Paul, thanks for your help. Yes, the recipe does inherit module. Any other problem that you can think off? Note: if you are on master, Martin said "module-split", not "module". Cheers, Bruce Thanks a lot in advance, Katu 2013/5/29 Paul Egg

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 > On Wednesday 29 May 2013 16:39:48 Martin Jansa wrote: > > On Wed, May 29, 2013 at 02:01:11PM +0100, Katu Txakur wrote: > >

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) INSTALL_MOD_

Re: [yocto] using module_autoload

2013-05-29 Thread Martin Jansa
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) INSTALL_MOD_DIR=kernel/drivers/spike -C $(KERNEL_SRC) M=$(SRC) > modules_insta

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 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 git (where it's a

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 da

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

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

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 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}" > LIC_F

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