Re: [yocto] rfkill cannot open control device

2017-12-20 Thread Burton, Ross
On 20 December 2017 at 12:09, Sherif Omran wrote: > this does not solve the issue so far. It seems a package installed by > rpi-basic-image does the trick. > > what is the difference between : > > core-image-minimal > rpi-basic-image > I've never used meta-raspberrypi but you can just look at t

Re: [yocto] rfkill cannot open control device

2017-12-20 Thread Sherif Omran
this does not solve the issue so far. It seems a package installed by rpi-basic-image does the trick. what is the difference between : core-image-minimal rpi-basic-image On Wed, Dec 20, 2017 at 10:25 AM, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Inside poky distro (.../pok

Re: [yocto] rfkill cannot open control device

2017-12-20 Thread Burton, Ross
On 20 December 2017 at 10:30, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > > IMAGE_INSTALL_append = " bluez5" > > I see. > > This should be the another way, should'n it? > > CORE_IMAGE_EXTRA_INSTALL += "bluez5" > If you're using core-image then that's the preferred way, yes. Ros

Re: [yocto] rfkill cannot open control device

2017-12-20 Thread Zoran Stojsavljevic
> IMAGE_INSTALL_append = " bluez5" I see. This should be the another way, should'n it? CORE_IMAGE_EXTRA_INSTALL += "bluez5" Thank you, Zoran On Wed, Dec 20, 2017 at 11:21 AM, Burton, Ross wrote: > On 20 December 2017 at 10:18, Zoran Stojsavljevic < > zoran.stojsavlje...@gmail.com> wrote: > >

Re: [yocto] rfkill cannot open control device

2017-12-20 Thread Burton, Ross
On 20 December 2017 at 10:18, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > > IMAGE_INSTALL_append += "rfkill" (my best guess, easiest way). > > My bad! :-( > > Should read: IMAGE_INSTALL_append += "Bluez5" > Typo in the package name, no need to use += with _append, and missing wh

Re: [yocto] rfkill cannot open control device

2017-12-20 Thread Zoran Stojsavljevic
> IMAGE_INSTALL_append += "rfkill" (my best guess, easiest way). My bad! :-( Should read: IMAGE_INSTALL_append += "Bluez5" Zoran On Wed, Dec 20, 2017 at 10:25 AM, Zoran Stojsavljevic < zoran.stojsavlje...@gmail.com> wrote: > Inside poky distro (.../poky/meta/recipes-connectivity): > > [user@lo

Re: [yocto] rfkill cannot open control device

2017-12-20 Thread Zoran Stojsavljevic
Inside poky distro (.../poky/meta/recipes-connectivity): [user@localhost recipes-connectivity]$ pwd /home/user/YOCTO/oe_core_embedded/poky/meta/recipes-connectivity [user@localhost recipes-connectivity]$ ls -al total 96 drwxrwxr-x. 24 user user 4096 Oct 18 12:49 . drwxrwxr-x. 19 user user 4096 Nov

Re: [yocto] rfkill cannot open control device

2017-12-20 Thread Sherif Omran
i have it now installed as a kernel module but still i get can not open rfkill control device at boot time On Wed, Dec 20, 2017 at 5:28 AM, Sherif Omran wrote: > Bluez5 is already added to local.conf. It gets installed, if i instal > rpi-basic-image > with no changes to local.conf, if i use cor

Re: [yocto] rfkill cannot open control device

2017-12-19 Thread Ayoub Zaki
On 19.12.2017 19:03, Sherif Omran wrote: how can i add rfkill recipe? On Tue, Dec 19, 2017 at 4:23 PM, Sherif Omran mailto:sherifomran2...@gmail.com>> wrote: i used core-image-minimal for a raspberry pi 0w. But i get rfkill can not open control device. when i give rfkill , i get the

Re: [yocto] rfkill cannot open control device

2017-12-19 Thread Sherif Omran
how can i add rfkill recipe? On Tue, Dec 19, 2017 at 4:23 PM, Sherif Omran wrote: > i used core-image-minimal for a raspberry pi 0w. But i get rfkill can not > open control device. when i give rfkill , i get the syntanx output, this > means it exists. > the wifi driver is installed. > > What is

Re: [yocto] rfkill cannot open control device

2017-12-19 Thread Sherif Omran
when i search for rfkill using an image that works find / -name 'rfkill' I get some files in /lib/ and other folders. when i search with core-image-basic for rfkill, it does not exist. how to add it ? is it a feature or sw package? On Tue, Dec 19, 2017 at 4:31 PM, Marc Ferland wrote: > On Tue,

Re: [yocto] rfkill cannot open control device

2017-12-19 Thread Marc Ferland
On Tue, Dec 19, 2017 at 10:23 AM, Sherif Omran wrote: > i used core-image-minimal for a raspberry pi 0w. But i get rfkill can not > open control device. when i give rfkill , i get the syntanx output, this > means it exists. > the wifi driver is installed. > > What is the rfkill device? is it /dev/

[yocto] rfkill cannot open control device

2017-12-19 Thread Sherif Omran
i used core-image-minimal for a raspberry pi 0w. But i get rfkill can not open control device. when i give rfkill , i get the syntanx output, this means it exists. the wifi driver is installed. What is the rfkill device? is it /dev/rfkill ? -- ___ yocto