|
Issue while adding the support for TLS1.3 in existing krogoth yocto
#yocto
#apt
#raspberrypi
Any kind of patch if available to directly apply? I am getting error in gobject-introspection native that sha1 sha256 etc not found in usr/lib/python2 7/hashlib.py Sent from my Huawei phone
Any kind of patch if available to directly apply? I am getting error in gobject-introspection native that sha1 sha256 etc not found in usr/lib/python2 7/hashlib.py Sent from my Huawei phone
|
By
amaya jindal
· #48474
·
|
|
#raspberrypi
#raspberrypi
Can you turn this into IMAGE_INSTALL_append = " i2c-tools vim"
Can you turn this into IMAGE_INSTALL_append = " i2c-tools vim"
|
By
Khem Raj
· #47712
·
|
|
#raspberrypi
#raspberrypi
Hi Khem, Wojciech, Strange enough, I had the same behaviour a couple of days ago but I thought it was something on my setup. I built core-iage-full-cmdline on TOT, and systemd as init manager. The iss
Hi Khem, Wojciech, Strange enough, I had the same behaviour a couple of days ago but I thought it was something on my setup. I built core-iage-full-cmdline on TOT, and systemd as init manager. The iss
|
By
Stefano Babic
· #47717
·
|
|
#raspberrypi
#raspberrypi
This would be a serious problem can you dive into it and see if we missed some Symlink
This would be a serious problem can you dive into it and see if we missed some Symlink
|
By
Khem Raj
· #47734
·
|
|
#raspberrypi #yocto Adding delay for initiation / startup of usb connected device
#raspberrypi
#yocto
Hi! I am having problems with my raspberry pi3 a+ yocto thud build when connecting a LTE E3372 modem. Sometimes it works but most of the times the startup of the LTE device interfere with services tha
Hi! I am having problems with my raspberry pi3 a+ yocto thud build when connecting a LTE E3372 modem. Sometimes it works but most of the times the startup of the LTE device interfere with services tha
|
By
Markus Wurz
· #48383
·
|
|
Problem with rootfs boot on my raspberrypi.
#raspberrypi
Hi I am building simple image for my raspbery pi 3 A+ and connect to the pi via USB-UART converter and see the following in the console ... [ 2.071459] Run /bin/init as init process [ 2.076507] Run /b
Hi I am building simple image for my raspbery pi 3 A+ and connect to the pi via USB-UART converter and see the following in the console ... [ 2.071459] Run /bin/init as init process [ 2.076507] Run /b
|
By
...
· #47703
·
|
|
source.list for apt tool in yocto image for raspberry pi
#yocto
#raspberrypi
#debian
#apt
I Have built yocto image for raspberry pi. It is debian based and apt is already installed. What should i write in source.list ? As I don' t have my personal repository please suggest some standard re
I Have built yocto image for raspberry pi. It is debian based and apt is already installed. What should i write in source.list ? As I don' t have my personal repository please suggest some standard re
|
By
...
· #47465
·
|
|
source.list for apt tool in yocto image for raspberry pi
#yocto
#raspberrypi
#debian
#apt
On Fri, Nov 29, 2019 at 03:56:41AM -0800, keyurthumar0402@... wrote: There is a lot of things confused in here, it seems. > I Have built yocto image for raspberry pi. Ok. Congratulations! > It i
On Fri, Nov 29, 2019 at 03:56:41AM -0800, keyurthumar0402@... wrote: There is a lot of things confused in here, it seems. > I Have built yocto image for raspberry pi. Ok. Congratulations! > It i
|
By
...
· #47466
·
|
|
Private: Re: [yocto] source.list for apt tool in yocto image for raspberry pi
#yocto
#raspberrypi
#debian
#apt
You have to write recipes, then. Please see: https://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#new-recipe-writing-a-new-recipe (And keep the threads on-list please.) Greetz
You have to write recipes, then. Please see: https://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#new-recipe-writing-a-new-recipe (And keep the threads on-list please.) Greetz
|
By
...
· #47467
·
|
|
Issue while adding the support for TLS1.3 in existing krogoth yocto
#yocto
#apt
#raspberrypi
Hi, openssl is tricky to update and requires backporting fixes for many, many recipes to get builds passing etc. Depending on project size, it may be possible to update only those components which you
Hi, openssl is tricky to update and requires backporting fixes for many, many recipes to get builds passing etc. Depending on project size, it may be possible to update only those components which you
|
By
Mikko Rapeli
· #48511
·
|
|
KeyError: 'getpwuid(): uid not found: 1000' during package nativesdk-glibc-locale
#yocto
#raspberrypi
error packaging nativesdk-glibc-locale when building at head in master today: Exception: KeyError: 'getpwuid(): uid not found: 1000' ERROR: Logfile of failure stored in: /home/parallels/poky/build/tmp
error packaging nativesdk-glibc-locale when building at head in master today: Exception: KeyError: 'getpwuid(): uid not found: 1000' ERROR: Logfile of failure stored in: /home/parallels/poky/build/tmp
|
By
...
· #48244
·
|
|
#raspberrypi
#raspberrypi
Hi Khem Replacing IMAGE_INSTALL += "i2c-tools vim" with IMAGE_INSTALL_append = " i2c-tools vim" in my local.conf solve the problem. More than half of the sources were rebuild. Thanks a lot. Now I foun
Hi Khem Replacing IMAGE_INSTALL += "i2c-tools vim" with IMAGE_INSTALL_append = " i2c-tools vim" in my local.conf solve the problem. More than half of the sources were rebuild. Thanks a lot. Now I foun
|
By
...
· #47727
·
|
|
http2 support issue in curl
#yocto
#raspberrypi
Hi All, While testing my image on raspberry pi3b, I found that curl doesn’t have http2 support. $ curl --http2 -I https://nghttp2.org/ # Unsupported protocol I tried to search for the solution and one
Hi All, While testing my image on raspberry pi3b, I found that curl doesn’t have http2 support. $ curl --http2 -I https://nghttp2.org/ # Unsupported protocol I tried to search for the solution and one
|
By
Uzair Mazhar
· #47560
·
|
|
http2 support issue in curl
#yocto
#raspberrypi
I added nghttp2 into depends but it gave dependency chain error about nghttp2-native. "ERROR: Nothing PROVIDES 'nghttp2-native' (but virtual:native:/mnt/sdb1/yocto_exp/poky-warrior/meta/recipes-suppor
I added nghttp2 into depends but it gave dependency chain error about nghttp2-native. "ERROR: Nothing PROVIDES 'nghttp2-native' (but virtual:native:/mnt/sdb1/yocto_exp/poky-warrior/meta/recipes-suppor
|
By
Uzair Mazhar
· #47564
·
|
|
http2 support issue in curl
#yocto
#raspberrypi
As Paul said: "You may need to find or write a recipe for that library." layers.openembedded.org is your friend here: https://layers.openembedded.org/layerindex/recipe/86423/ There's a recipe for this
As Paul said: "You may need to find or write a recipe for that library." layers.openembedded.org is your friend here: https://layers.openembedded.org/layerindex/recipe/86423/ There's a recipe for this
|
By
Ross Burton
· #47565
·
|
|
http2 support issue in curl
#yocto
#raspberrypi
As I mentioned That I Cloned warrior branch of poky, meta-raspberrypi and meta-openembedded. nghttp2 recipe is already in my repository under "meta-openembedded/meta-networking/recipes-support/nghttp2
As I mentioned That I Cloned warrior branch of poky, meta-raspberrypi and meta-openembedded. nghttp2 recipe is already in my repository under "meta-openembedded/meta-networking/recipes-support/nghttp2
|
By
Uzair Mazhar
· #47567
·
|
|
http2 support issue in curl
#yocto
#raspberrypi
Did you add meta-networking to bblayers.conf? Probably because the dependency ended up on a package you didn't actually instally. Also RDEPENDS are not in the sysroot, so the curl build wouldn't have
Did you add meta-networking to bblayers.conf? Probably because the dependency ended up on a package you didn't actually instally. Also RDEPENDS are not in the sysroot, so the curl build wouldn't have
|
By
Ross Burton
· #47571
·
|
|
http2 support issue in curl
#yocto
#raspberrypi
Yes! I have. I am going to try "PACKAGECONFIG[nghttp2] = "--with-nghttp2,--without-nghttp2,nghttp2"" thing with the help of documentation and will get back to you with my findings. Thanks, Uzair
Yes! I have. I am going to try "PACKAGECONFIG[nghttp2] = "--with-nghttp2,--without-nghttp2,nghttp2"" thing with the help of documentation and will get back to you with my findings. Thanks, Uzair
|
By
Uzair Mazhar
· #47576
·
|
|
http2 support issue in curl
#yocto
#raspberrypi
Hey Ross, Thank you for your help. The problem was I wasn't adding nghttp2 in PACKAGECONFIG??=. Once I did it solved the http2 issue. Regards, Uzair
Hey Ross, Thank you for your help. The problem was I wasn't adding nghttp2 in PACKAGECONFIG??=. Once I did it solved the http2 issue. Regards, Uzair
|
By
Uzair Mazhar
· #47580
·
|
|
http2 support issue in curl
#yocto
#raspberrypi
Looking at the link you gave [1], you probably need to use "--with-nghttp2=<PATH>" and add nghttp2 to DEPENDS. You may need to find or write a recipe for that library. [1]: https://serversforhackers.c
Looking at the link you gave [1], you probably need to use "--with-nghttp2=<PATH>" and add nghttp2 to DEPENDS. You may need to find or write a recipe for that library. [1]: https://serversforhackers.c
|
By
Paul Barker
· #47562
·
|