[yocto] Fwd: FW: Creating BSP without using git

2013-10-01 Thread Dilip Kumar
Hi, I need to create a local BSP layer using Yocto-bsp create command without the use of Git. yocto-bsp create mylayers qemu -s Which qemu architecture would you like to use? [default: i386] 1) i386(32-bit) 2) x86_64 (64-bit)

[yocto] Provide sftp-client support in yocto

2013-10-01 Thread Amit Tomer
I am new to OpenEmbedded Yocto project and have a requirement to provide sftp-client support on my target board. Sftp-server bins are already packed into final image and is installed at tmp/work/fkm-poky-linux-gnueabi/openssh/6.1p1-r3/package/usr/lib/openssh/sftp-server Now ,same way Do I have

Re: [yocto] Provide sftp-client support in yocto

2013-10-01 Thread diego
El 01/10/2013 9:52, Amit Tomer escribió: I am new to OpenEmbedded Yocto project and have a requirement to provide sftp-client support on my target board. Sftp-server bins are already packed into final image and is installed at

Re: [yocto] Provide sftp-client support in yocto

2013-10-01 Thread Anders Darander
* Amit Tomer amittome...@gmail.com [131001 09:53]: I am new to OpenEmbedded Yocto project and have a requirement to provide sftp-client support on my target board. Sftp-server bins are already packed into final image and is installed at

[yocto] How to add /sys and /proc filesystems to image?

2013-10-01 Thread Juha Vuorivirta
Hello, I have custom board with core-image-minimal and boot goes fine. Problem is that image has /sys and /proc directories but they are empty. I tried also core-image-sato but boot hangs on Starting udev... Is there a way to add these directories to image? Or should I bitbake other Yocto image

[yocto] [psplash][PATCH] Add option to read message from file

2013-10-01 Thread Richard Leitner - SKIDATA
Add an option to read the displayed message from a file. Additionally the maximum length for the read string can be defined. The string will then be cut after the given number of chars. It is also possible to define a prefix which is displayed in front of the read file content. If no file is

Re: [yocto] [psplash][PATCH] Add option to read message from file

2013-10-01 Thread Richard Leitner - SKIDATA
Hi everybody, I recently sent a patch for psplash to add the ability to read the displayed message from a file. I'd appreciate any comments on it! Thanks and best regards, Richard Leitner -Original Message- From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org]

Re: [yocto] Fwd: FW: Creating BSP without using git

2013-10-01 Thread Tom Zanussi
On Tue, 2013-10-01 at 11:48 +0530, Dilip Kumar wrote: Hi, I need to create a local BSP layer using Yocto-bsp create command without the use of Git. yocto-bsp create mylayers qemu -s Which qemu architecture would you like to use? [default: i386]

[yocto] Problem finding -lgcc when using SDK toolchain

2013-10-01 Thread Hans Beckérus
Hello. We have stumbled into a problem when using ld directly instead of going through the gcc frontend. A simple operation like this fails: ${CC} -c hello_world.c ${LD} hello_world.o -lgcc arm-poky-linux-gnueabi-ld: cannot find -lgcc And yes, I know -lgcc is not required in this case to compile

Re: [yocto] Provide sftp-client support in yocto

2013-10-01 Thread Anders Darander
Amit Tomer amittome...@gmail.com wrote: Thansk Anders for your kind response Yes we are created our image and can see there are some IMAGE_INSTALL already used Good. But when I add IMAGE_INSTALL += openssh-sftp Getting below error Error: openssh-sftp not found in the base feeds

[yocto] Kernel access of bad area in kernel module

2013-10-01 Thread Jack
Hi, I want to set/reset GPIO registers in freescale p1022 processor. I saw a hello-mod kernel module in yocto and I added it to my image and it worked. According to hello-mod kernel module, I created GPIO module like hello-mod. But it GPIO module failed when I run it in kernel level. I checked

Re: [yocto] Provide sftp-client support in yocto

2013-10-01 Thread Anders Darander
Amit Tomer amittome...@gmail.com wrote: Yes Anders, I can see openssh-sftp folder inside tmp/work/fkm-poky-linux-gnueabi/openssh/6.1p1-r3/packages-split.But its empty one. Ok, then the sftp binary should have been packaged into openssh-sftp. The question is then why your package is being

Re: [yocto] Kernel access of bad area in kernel module

2013-10-01 Thread Anders Darander
Jack jackrubby2...@gmail.com wrote: Hi, I want to set/reset GPIO registers in freescale p1022 processor. I saw a hello-mod kernel module in yocto and I added it to my image and it worked. According to hello-mod kernel module, I created GPIO module like hello-mod. But it GPIO module failed when I

[yocto] nativesdk-dbus not shipped for meta-toolchain-qt

2013-10-01 Thread Jose Mª Ferreiro
Hello We are trying to bitbake meta-toolchain-qt with master and dora. Both launch this error: ERROR: QA Issue: nativesdk-dbus: Files/directories were installed but not shipped /run /run/dbus ERROR: QA run found fatal errors. Please consider fixing them. We compare it to dylan dbus. We

[yocto] [PATCH] [eclipse-poky-kepler] sdk.remotetools: use xterm for latencytop

2013-10-01 Thread Tudor Florea
Use xterm instead of vt100 in order to avoid having unreadable output for latencytop due to some control characters. Signed-off-by: Tudor Florea tudor.flo...@enea.com --- .../src/org/yocto/sdk/remotetools/actions/LatencytopHandler.java |2 +- 1 file changed, 1 insertion(+), 1

[yocto] Can I extend split_and_strip_files() in packages.bbclass with Erlang beam support ?

2013-10-01 Thread Hans Beckérus
Ok, so now I am at it again :) The package.bbclass is missing support for stripping .beam files. Nothing strange about that. But, now I wish to extend this class with support for erlang .beam files. Initially I do not wish to add this functionality directly into package.bbclass since it will

[yocto] [PATCH] meta-yocto: Removed obsolete distros from SANITY_TESTED_DISTROS in poky.conf

2013-10-01 Thread Alexandru Palalau
Removed CentOS-6.3, Fedora-17, Debian-6.0 and Poky-1.3 from SANITY_TESTED_DISTROS. Signed-off-by: Alexandru Palalau alexandrux.pala...@intel.com --- meta-yocto/conf/distro/poky.conf | 4 1 file changed, 4 deletions(-) diff --git a/meta-yocto/conf/distro/poky.conf

Re: [yocto] Problem finding -lgcc when using SDK toolchain

2013-10-01 Thread Khem Raj
On Oct 1, 2013, at 6:16 AM, Hans Beckérus hans.becke...@gmail.com wrote: Hello. We have stumbled into a problem when using ld directly instead of going through the gcc frontend. A simple operation like this fails: ${CC} -c hello_world.c ${LD} hello_world.o -lgcc

Re: [yocto] Problem finding -lgcc when using SDK toolchain

2013-10-01 Thread Hans Beckerus
On 2013-10-01 7:35, Khem Raj wrote: On Oct 1, 2013, at 6:16 AM, Hans Beckérus hans.becke...@gmail.com wrote: Hello. We have stumbled into a problem when using ld directly instead of going through the gcc frontend. A simple operation like this fails: ${CC} -c hello_world.c ${LD}

[yocto] Minutes: Yocto Project Technical Team Meeting - Tuesday, October 01, 2013 8:00 AM-9:00 AM (UTC-08:00) Pacific Time (US Canada).

2013-10-01 Thread Liu, Song
Attendees: Mark, Michael, Cristian, Darren, Corneliu, Paul, Tom, JeffP, Jessica, ScottR, Saul, Nitin, Beth, AlexG, Ross, Song Agenda: * Opens collection - 5 min (Song) * Yocto 1.5 status - 10 min (Song/team) https://wiki.yoctoproject.org/wiki/Yocto_Project_v1.5_Status - Bug fixing: Thanks

[yocto] ${libdir} usage

2013-10-01 Thread JC
Hi, I'm currently putting together a bunch of recipes to install some cpan modules. I had some complaints by bitbake about files being installed but not shipped. I figured that I need to populate FILES_{PN} but I'm not clear about what I should do with it: use ${libdir}, use usr/* ? Knowing

[linux-yocto] [PATCH 1/1] standard.cfg: add an entry for CONFIG_INPUT_EVDEV

2013-10-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The evdev kernel driver is needed to create /dev/input/event* devices. These devices are used by Xserver to connect to keyboard mouse kind of input devices. Without this change some of the BSPs need AutoAddDevices = false in their xorg.conf, which

[linux-yocto] [PATCH 0/1] commit for v3.10 linux-yocto repo, meta branch

2013-10-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This adds a missing evdev kernel driver support in the standard.cfg of the v3.10 kernel. Thanks, Nitin The following changes since commit dad2b7e1ceed654fba89907f3e14050007699b90: common-pc-64: add kernel CONFIG options for sugarbay platform

[linux-yocto] [PATCH 1/1] standard.cfg: add an entry for CONFIG_INPUT_EVDEV

2013-10-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The evdev kernel driver is needed to create /dev/input/event* devices. These devices are used by Xserver to connect to keyboard mouse kind of input devices. Without this change some of the BSPs need AutoAddDevices = false in their xorg.conf, which