|
Re: Rocko and Circular Dependencies
Nobody else has seen this as far as I'm aware, and the autobuilder doesn't see it.
Is that a pure oe-core/bitbake or Poky, or do you have custom layers? Can you replicate with a stock configuration?
Nobody else has seen this as far as I'm aware, and the autobuilder doesn't see it.
Is that a pure oe-core/bitbake or Poky, or do you have custom layers? Can you replicate with a stock configuration?
|
By
Burton, Ross <ross.burton@...>
·
#39259
·
|
|
Re: rfkill cannot open control device
Typo in the package name, no need to use += with _append, and missing whitespace. No, that won't work.
IMAGE_INSTALL_append = " bluez5"
Ross
Typo in the package name, no need to use += with _append, and missing whitespace. No, that won't work.
IMAGE_INSTALL_append = " bluez5"
Ross
|
By
Burton, Ross <ross.burton@...>
·
#39258
·
|
|
Re: rfkill cannot open control device
> IMAGE_INSTALL_append += "rfkill" (my best guess, easiest way).
My bad! :-(
Should read: IMAGE_INSTALL_append += "Bluez5"
Zoran
> IMAGE_INSTALL_append += "rfkill" (my best guess, easiest way).
My bad! :-(
Should read: IMAGE_INSTALL_append += "Bluez5"
Zoran
|
By
Zoran
·
#39257
·
|
|
Re: call custom sh script in do_compile
I'm trying to figure the proper way that the script *should* expect parameters...
Some excerpt:
function buildConfiguration {
CONFIGURATION=${1}
BINARY_TYPE=${2}
I'm trying to figure the proper way that the script *should* expect parameters...
Some excerpt:
function buildConfiguration {
CONFIGURATION=${1}
BINARY_TYPE=${2}
|
By
Mircea
·
#39256
·
|
|
Re: rfkill cannot open control device
Inside poky distro (.../poky/meta/recipes-connectivity):
[user@localhost recipes-connectivity]$ pwd
/home/user/YOCTO/oe_core_embedded/poky/meta/recipes-connectivity
[user@localhost
Inside poky distro (.../poky/meta/recipes-connectivity):
[user@localhost recipes-connectivity]$ pwd
/home/user/YOCTO/oe_core_embedded/poky/meta/recipes-connectivity
[user@localhost
|
By
Zoran
·
#39255
·
|
|
Re: call custom sh script in do_compile
This depends on how build.sh expects to be given extra make arguments.
Ross
This depends on how build.sh expects to be given extra make arguments.
Ross
|
By
Burton, Ross <ross.burton@...>
·
#39254
·
|
|
call custom sh script in do_compile
Hello
I have a build.sh script used to build outside yocto, after sourcing the build environment.
I want to use the same build.sh script inside the recipe, in the do_compile task, something
Hello
I have a build.sh script used to build outside yocto, after sourcing the build environment.
I want to use the same build.sh script inside the recipe, in the do_compile task, something
|
By
Mircea
·
#39253
·
|
|
Re: rfkill cannot open control device
i have it now installed as a kernel module
but still i get can not open rfkill control device at boot time
i have it now installed as a kernel module
but still i get can not open rfkill control device at boot time
|
By
Sherif Omran <sherifomran2000@...>
·
#39252
·
|
|
Rocko and Circular Dependencies
Hello all,
I am trying to move one of my builds from Krogoth to Rocko. I am
attempting to build
on 1c61ba0a3f bitbake: tinfoil: Ensure we clean up loggers.
Generally, I can start the first build
Hello all,
I am trying to move one of my builds from Krogoth to Rocko. I am
attempting to build
on 1c61ba0a3f bitbake: tinfoil: Ensure we clean up loggers.
Generally, I can start the first build
|
By
Barry Grussling <barry@...>
·
#39251
·
|
|
Re: [meta-gplv2][PATCH 0/3] Consolidated re-send of previously submitted patches
Merged to master, sorry for the delay. The gnutls one was already merged locally but I forgot to push...
Ross
Merged to master, sorry for the delay. The gnutls one was already merged locally but I forgot to push...
Ross
|
By
Burton, Ross <ross.burton@...>
·
#39250
·
|
|
Trying to make PylonGPS build with DEPENDS, does not find includes
Greetings.
I'm trying to set up a poky layer at https://github.com/navdata-net/meta-navdatanet/tree/rocko
Compiling PylonGPS from https://github.com/charlesrwest/pylonGPS requires, amongst others
Greetings.
I'm trying to set up a poky layer at https://github.com/navdata-net/meta-navdatanet/tree/rocko
Compiling PylonGPS from https://github.com/charlesrwest/pylonGPS requires, amongst others
|
By
ccSmart <cc.smart.ch@...>
·
#39270
·
|
|
Re: rfkill cannot open control device
rfkill is part of Bluez5, you can add it to your image recipe.
>
>
>
>
--
Ayoub Zaki
Embedded Systems Consultant
Vaihinger Straße 2/1
D-71634 Ludwigsburg
Email :
rfkill is part of Bluez5, you can add it to your image recipe.
>
>
>
>
--
Ayoub Zaki
Embedded Systems Consultant
Vaihinger Straße 2/1
D-71634 Ludwigsburg
Email :
|
By
Ayoub Zaki <ayoub.zaki@...>
·
#39249
·
|
|
Re: rfkill cannot open control device
how can i add rfkill recipe?
how can i add rfkill recipe?
|
By
Sherif Omran <sherifomran2000@...>
·
#39248
·
|
|
issue with clang-native when building with bitbake
Hi
When I build image I get such error and build stops:
ERROR: Nothing PROVIDES 'clang-native'. Close matches:
....
NOTE: Runtime target 'lib32-ty' is unbuildable, removing...
Missing or unbuildable
Hi
When I build image I get such error and build stops:
ERROR: Nothing PROVIDES 'clang-native'. Close matches:
....
NOTE: Runtime target 'lib32-ty' is unbuildable, removing...
Missing or unbuildable
|
By
Tomasz Michalski <tmichalski23@...>
·
#39269
·
|
|
Re: rfkill cannot open control device
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 ?
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 ?
|
By
Sherif Omran <sherifomran2000@...>
·
#39247
·
|
|
Re: rfkill cannot open control device
<sherifomran2000@...> wrote:
Use
rfkill list
to list all devices. Then (for example):
rfkill unblock bluetooth
or
rfkill unblock all
to unblock the bluetooth device or all devices
<sherifomran2000@...> wrote:
Use
rfkill list
to list all devices. Then (for example):
rfkill unblock bluetooth
or
rfkill unblock all
to unblock the bluetooth device or all devices
|
By
Marc Ferland
·
#39246
·
|
|
rfkill cannot open control device
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
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
|
By
Sherif Omran <sherifomran2000@...>
·
#39245
·
|
|
Re: Debugging sstate-cache
I'm using oe-core/scripts/sstate-diff-machines.sh script (which calls bitbake -S) to generate "snapshots" of sstate signatures for interesting builds (in our case daily official builds) and then every
I'm using oe-core/scripts/sstate-diff-machines.sh script (which calls bitbake -S) to generate "snapshots" of sstate signatures for interesting builds (in our case daily official builds) and then every
|
By
Martin Jansa
·
#39244
·
|
|
Debugging sstate-cache
Hi,
we have a build server set that is used by multiple
people all working on the same yocto project each
having a clone in their working dir.
The core packages (those coming from meta-openembedded)
Hi,
we have a build server set that is used by multiple
people all working on the same yocto project each
having a clone in their working dir.
The core packages (those coming from meta-openembedded)
|
By
Alan
·
#39243
·
|
|
Re: [meta-raspberrypi] core-image-minimal vs rpi-hwup-image
hi Andrei,
but when i do core-image-minimal and use the linux-firmware-bcm43430
i get the following:
configuring network interfaces : sucessfully initialized wpa_supplicant
rfkill : cannot open rfkill
hi Andrei,
but when i do core-image-minimal and use the linux-firmware-bcm43430
i get the following:
configuring network interfaces : sucessfully initialized wpa_supplicant
rfkill : cannot open rfkill
|
By
Sherif Omran <sherifomran2000@...>
·
#39242
·
|