Re: [yocto] CONFIG_HID_APPLE

2013-07-12 Thread Bruce Ashfield
On Fri, Jul 12, 2013 at 4:39 PM, Chris Tapp wrote: > Can CONFIG_HID_APPLE=m please be added to the kernel defconfigs? Apple > keyboards don't work without it. > That's not something that most boards need. So it belongs in a feature fragment that can be activated via a custom layer (KERNEL_FEATUR

Re: [yocto] Mount options for removable drives

2013-07-12 Thread Paul D. DeRocco
> > On 12 July 2013 09:30, Paul D. DeRocco wrote: > > > > Can someone point me to the configuration for how removable > > drives are > > mounted? When I plug in a flash drive, it mounts /dev/sdb1 > > as /media/sdb1, > > but it uses "relatime" and I'd like to use "noatime". I'd > > also like it

Re: [yocto] Fwd: DO PACKAGE QA error during compilation of FireFox OS on Raspberry Pi

2013-07-12 Thread Martin Jansa
On Fri, Jul 12, 2013 at 04:16:51PM -0700, Jeff Osier-Mixon wrote: > Hi Piotr - thanks for posting, I hope we can help. > > I see this error in the log that might be a clue to the problem: > > ERROR: QA Issue: ntp: Files/directories were installed but not shipped > /lib/systemd/system/ntpd.servi

Re: [yocto] Fwd: DO PACKAGE QA error during compilation of FireFox OS on Raspberry Pi

2013-07-12 Thread Jeff Osier-Mixon
Hi Piotr - thanks for posting, I hope we can help. I see this error in the log that might be a clue to the problem: ERROR: QA Issue: ntp: Files/directories were installed but not shipped /lib/systemd/system/ntpd.service /lib/systemd/system/sntp.service I'm not sure I have seen this before. C

[yocto] CONFIG_HID_APPLE

2013-07-12 Thread Chris Tapp
Can CONFIG_HID_APPLE=m please be added to the kernel defconfigs? Apple keyboards don't work without it. Chris Tapp opensou...@keylevel.com www.keylevel.com ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

[yocto] meta-security Layer Now Available

2013-07-12 Thread Jeff Osier-Mixon
[thanks to Andrei Dinu for writing this] ___ meta-security Layer Now Available Can embedded devices have the same type of security that normal desktops run? Can the security be enhanced in some way? The answer is yes! With the new meta-

Re: [yocto] Fwd: Yocto Layers not getting recognized by bitbake

2013-07-12 Thread varun bhatnagar
Hi Paul, I am pasting the content of my recipe file below, please have a look at it. DESCRIPTION = "bitake file" *DEPENDS = "net-snmp fuse"* RDEPENDS = "curl rpm openssh openldap procps psmisc sed net-snmp-server" LICENSE = "GPLv2+" PR = "r0" SRC_URI = "*file:///home/user/Myapp.tar.gz"* ; EXTRA_

Re: [yocto] Libraries missing after build is successful

2013-07-12 Thread Gary Thomas
On 2013-07-12 09:21, Zafrullah Syed wrote: I appended OpenCV and Gstreamer plugins to Image and made a build. Build is successful without any errors but OpenCV libraries are missing in rootfs.tar.bz2 How did you do this? You should be able to just add them in your local.conf, e.g. IMAGE_EXT

[yocto] Libraries missing after build is successful

2013-07-12 Thread Zafrullah Syed
I appended OpenCV and Gstreamer plugins to Image and made a build. Build is successful without any errors but OpenCV libraries are missing in rootfs.tar.bz2 I searched for libs( libopencv_core.so, libhighgui.so, libOpenCV.so ) in /usr/bin, /usr/lib and the whole archive but unable to find any libr

Re: [yocto] extend image.bbclass (or any bbclass file)

2013-07-12 Thread Davide Soldan
Really simple!!! Excuse me for the dumb question and thanks a lot! Cheers Davide In data venerdì 12 luglio 2013 13:22:32, Erik Botö ha scritto: Hi, On Fri, Jul 12, 2013 at 1:11 PM, Davide Soldan wrote: Hi to all,I'm trying to move, from outside to inside my recipes, all the changes I've d

Re: [yocto] extend image.bbclass (or any bbclass file)

2013-07-12 Thread Erik Botö
Hi, On Fri, Jul 12, 2013 at 1:11 PM, Davide Soldan wrote: > Hi to all, > I'm trying to move, from outside to inside my recipes, all the changes > I've done for my custom image. > For example I changed the image.bbclass adding a function. But this file > is outside of my recipes that are stored un

[yocto] extend image.bbclass (or any bbclass file)

2013-07-12 Thread Davide Soldan
Hi to all, I'm trying to move, from outside to inside my recipes, all the changes I've done for my custom image. For example I changed the image.bbclass adding a function. But this file is outside of my recipes that are stored under my git repository. So I'd like to move this function from image

Re: [yocto] [meta-freescale] how to install pulseaudio completely

2013-07-12 Thread Erik Botö
Hi, On Fri, Jul 12, 2013 at 12:35 PM, jojo wrote: > Hi, > My yocto version/tag is dylan. > I have compiled fsl-image-gui to testing the the audio output, but i can > not find > anything about for pulseaudio server to start up daemon. > > I saw the build code in the path about for > "build/tmp/wo

[yocto] [meta-freescale] how to install pulseaudio completely

2013-07-12 Thread jojo
Hi, My yocto version/tag is dylan. I have compiled fsl-image-gui to testing the the audio output, but i can not find anything about for pulseaudio server to start up daemon. I saw the build code in the path about for "build/tmp/work/armv7a-vfp-neon-poky-linux-gnueabi/pulseaudio/3.0-r0/image/"

Re: [yocto] Mount options for removable drives

2013-07-12 Thread Burton, Ross
On 12 July 2013 09:30, Paul D. DeRocco wrote: > Can someone point me to the configuration for how removable drives are > mounted? When I plug in a flash drive, it mounts /dev/sdb1 as /media/sdb1, > but it uses "relatime" and I'd like to use "noatime". I'd also like it to > mount in "sync" mode, wh

Re: [yocto] Mount options for removable drives

2013-07-12 Thread Paul Barker
On 12 July 2013 09:30, Paul D. DeRocco wrote: > Can someone point me to the configuration for how removable drives are > mounted? When I plug in a flash drive, it mounts /dev/sdb1 as /media/sdb1, > but it uses "relatime" and I'd like to use "noatime". I'd also like it to > mount in "sync" mode, wh

[yocto] Mount options for removable drives

2013-07-12 Thread Paul D. DeRocco
Can someone point me to the configuration for how removable drives are mounted? When I plug in a flash drive, it mounts /dev/sdb1 as /media/sdb1, but it uses "relatime" and I'd like to use "noatime". I'd also like it to mount in "sync" mode, which I would think would be the default for such a drive

[yocto] Fwd: DO PACKAGE QA error during compilation of FireFox OS on Raspberry Pi

2013-07-12 Thread Piotr Ziomacki
Hi, I try to compile source code for FF OS released by Philipp Wagner at http://www.philipp-wagner.com/blog/2013/04/firefox-os-for-raspberry-pi-now-available/#more-251. Unfortunately i get error during compilation. I was suggested that it seems like anOpenEmbedded/Yocto issue so I'm sending post i