Re: [yocto] libgcrypt building fails for armv6 binaries.

2017-09-23 Thread Yusuke Mitsuki
Hello Armin. Thanks for your reply. It was very helpful. 2017-09-23 14:21 GMT+09:00 akuster : > > > On 09/22/2017 09:15 PM, Yusuke Mitsuki wrote: >> Hello yocto >> >> libgcrypt has problem that build for armv6. >> bitbake said error messages at d

[yocto] libgcrypt building fails for armv6 binaries.

2017-09-22 Thread Yusuke Mitsuki
Hello yocto libgcrypt has problem that build for armv6. bitbake said error messages at do_compile as follows: ...(snip)... | ../../libgcrypt-1.8.0/cipher/rijndael-armv8-aarch32-ce.S: Assembler messages: | ../../libgcrypt-1.8.0/cipher/rijndael-armv8-aarch32-ce.S:1165: Error: selected processor does

Re: [yocto] DEBUG: automake-native: class native found in blacklist, disable icecc ?

2017-09-14 Thread Yusuke Mitsuki
Hi Riko It seems you use, poky: pyro meta-openembedded:master I think that you should checkout meta-openembedded to pyro branch. You can get by command like a follows, $ cd meta-openembedded $ git checkout -b pyro origin/pyro Otherwise, checkout poky to master... I hope your helps. 2017/08/0

Re: [yocto] how to execute bitbake menuconfig from ssh server

2017-09-13 Thread Yusuke Mitsuki
Hello You can use screen. If your host is ubuntu,you can get via apt as follows. sudo apt install screen. If necessary , you can set auto or screen to OE_TERMINAL environment. 2017/09/13 16:09 "yahia farghaly" : > Hi, > > I am working with yocto from a remote server using ssh. i want to execut

Re: [yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-08 Thread Yusuke Mitsuki
Hello Andrei and Paul Thanks for your replies. I will create PR in github. 2017-09-07 2:52 GMT+09:00 Andrei Gherzan : > On Wed, Sep 6, 2017 at 10:18 AM, Paul Barker wrote: >> >> On Tue, Sep 5, 2017 at 11:34 PM, Yusuke Mitsuki >> wrote: >> > functions/variables in

[yocto] [meta-raspberrypi][PATCH v2 2/2] bluez5: enable bluetooth on raspberrypi0-wifi

2017-09-05 Thread Yusuke Mitsuki
Add functions/variable to enabling bluetooth on raspberrypi0-wifi. Signed-off-by: Yusuke Mitsuki --- recipes-connectivity/bluez5/bluez5_%.bbappend | 12 1 file changed, 12 insertions(+) diff --git a/recipes-connectivity/bluez5/bluez5_%.bbappend b/recipes-connectivity/bluez5

[yocto] [meta-raspberrypi][PATCH v2 1/2] bluez5: add functions/variables to enabling bluetooth on another raspberrypi

2017-09-05 Thread Yusuke Mitsuki
functions/variables follows to simplify to enabling bluetooth on another raspberrypi that has bluetooth. - BCM_BT_SOURCES - enable_bcm_bluetooth() - BCM_BT_FIRMWARE - BCM_BT_SERVICE Signed-off-by: Yusuke Mitsuki --- recipes-connectivity/bluez5/bluez5_%.bbappend | 18 ++ 1 file

Re: [yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-09-05 Thread Yusuke Mitsuki
Sorry I am late. I could not get time enough for this work. I will send patches soon. By the way, If the Michal's work that Andrei pointed and my patches are similar, please drop my patches. 2017-09-04 20:05 GMT+09:00 Andrei Gherzan : > > > On Fri, Aug 25, 2017 at 9:17 PM,

Re: [yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-08-25 Thread Yusuke Mitsuki
okay. I will try. 2017-08-25 17:51 GMT+09:00 Paul Barker : > On Thu, Aug 24, 2017 at 1:05 PM, Yusuke Mitsuki > wrote: > > hciattach on raspberrypi0-wifi failed because BCM43430A1.hcd is not > found. > > > > Paches that in order to use bluetooth with BCM43430 are not

[yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-08-24 Thread Yusuke Mitsuki
() - FILES_${PN}_append_raspberrypi3 - SYSTEMD_SERVICE_${PN}_append_raspberrypi3 These should be enabled with raspberrypi0-wifi too. Signed-off-by: Yusuke Mitsuki --- recipes-connectivity/bluez5/bluez5_%.bbappend | 25 + 1 file changed, 25 insertions(+) diff --git a/recipes

[yocto] [meta-raspberrypi][PATCH] bluez5: add functions for raspberrypi0-wifi

2017-08-24 Thread Yusuke Mitsuki
know. Yusuke Mitsuki (1): bluez5: add functions for raspberrypi0-wifi recipes-connectivity/bluez5/bluez5_%.bbappend | 25 + 1 file changed, 25 insertions(+) -- 2.7.4 -- ___ yocto mailing list yocto@yoctoproject.org https

[yocto] [meta-raspberrypi][morty][PATCH 2/2] xserver-xorg: add xf86-input-libinput to XSERVER_RRECOMMENDS

2017-04-23 Thread Yusuke Mitsuki
ibinput by default | | ... This is workaround to fix the problem that mouse does not work in morty. Signed-off-by: Yusuke Mitsuki --- recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend

[yocto] [meta-raspberrypi][morty][PATCH 1/2] xserver-xf86-config: remove evdev configuration

2017-04-23 Thread Yusuke Mitsuki
s for missing evdev in Xorg.0.log are gone. Signed-off-by: Andreas Müller Signed-off-by: Yusuke Mitsuki --- .../rpi/xorg.conf.d/10-evdev.conf | 40 -- .../xorg-xserver/xserver-xf86-config_0.1.bbappend | 22 ++-- 2 files changed, 10 insertions(+

Re: [yocto] Raspberry Pi2 Fails to boot into LXDE.

2017-03-09 Thread Yusuke Mitsuki
Hello Steve Would you try to other HDMI display such as PC monitor. I suspects two points as follows. * You enabled KMS(such as vc4graphics in MACHINE_FEATURE) * Your display has not EDID. If your HDMI settings in config.txt such as follows. There is a high possibility that your HDMI display do

[yocto] [meta-raspberrypi][PATCH] rpi-base.inc: Add xf86-input-evdev to XSERVER

2017-02-13 Thread Yusuke Mitsuki
In order to fix problem that mouse does not work. This is removed c40558173ffd96c499d101155f6c4c2be85d9f0f. However mouse does not worked from this. --- conf/machine/include/rpi-base.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/include/rpi-base.inc b/conf/machine/include/