Re: [yocto] Bluetooth

2017-12-16 Thread Sherif Omran
hi Dengke, i could go one step further, as i told you there is a firmware that has to be written to the chip to change the speed I copied the following files from raspbian copied from raspbian /lib/firmware/* /lib/firmware/br*/* usr/bin/hciattach -> this is a newer version usr/bin/hcitool I gav

[yocto] disable x11 totally

2017-12-16 Thread Ran Shalit
Hello, I use fb dsitro, and I was surprised that we still get xterm in hdmi output. How can I disable it ? Regards, Ran -- ___ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto

Re: [yocto] .kernel-meta/configs folder missing make linux-raspberrypi to fail

2017-12-16 Thread Daniel.
Hi guys, The problem happens at this line: https://github.com/openembedded/openembedded-core/blob/rocko/meta/classes/kernel-yocto.bbclass#L295 The `scc` call expands to .kernel-meta/configs///, but .kernel-meta/configs/ doesn't exist at the time that merge_configs.sh runs, at line 295. I don't kn

Re: [yocto] Bluetooth

2017-12-16 Thread Sherif Omran
I tried to duplicate at the least the same error and followed what the colleague mentioned in the link here is my configuration in local.conf CORE_IMAGE_EXTRA_INSTALL += " rsync " #sensorhub -> still need to be downloaded IMAGE_INSTALL_append += "nodejs nodejs-npm bluez5 networkmanager linux-firm