|
curl_easy_perform() failed: Couldn't connect to server
#linux
#yocto
Hi Khem raj, Regarding zbar, I found the video option was disabled in the .bb file, so I had changed it to --enable-video and ran the build, but the build failed at do_install. Do I Need to make chang
Hi Khem raj, Regarding zbar, I found the video option was disabled in the .bb file, so I had changed it to --enable-video and ran the build, but the build failed at do_install. Do I Need to make chang
|
By
Vijay Rakesh Munganda
· #51735
·
|
|
curl_easy_perform() failed: Couldn't connect to server
#linux
#yocto
Hi Khem Raj, It worked. Included gnutls and tested with other network. Thanks & Regards, Vijay Rakesh
Hi Khem Raj, It worked. Included gnutls and tested with other network. Thanks & Regards, Vijay Rakesh
|
By
Vijay Rakesh Munganda
· #51734
·
|
|
curl_easy_perform() failed: Couldn't connect to server
#linux
#yocto
Hi Khem Raj, Thanks for the reply. I had installed openssl and curl, but not gnutls because compilation was successful. I’ll definitely try ur suggestion. Thank you! Please correct me if I’m wrong, ev
Hi Khem Raj, Thanks for the reply. I had installed openssl and curl, but not gnutls because compilation was successful. I’ll definitely try ur suggestion. Thank you! Please correct me if I’m wrong, ev
|
By
Vijay Rakesh Munganda
· #51727
·
|
|
curl_easy_perform() failed: Couldn't connect to server
#linux
#yocto
Hi, I'm trying to do HTTPS POST using curl with CA certificate, but I got an error as "curl_easy_perform() failed: Couldn't connect to server". The same code works on a Linux machine but not on my tar
Hi, I'm trying to do HTTPS POST using curl with CA certificate, but I got an error as "curl_easy_perform() failed: Couldn't connect to server". The same code works on a Linux machine but not on my tar
|
By
Vijay Rakesh Munganda
· #51715
·
|
|
hostapd_free_hapd_data: Interface wlan0 wasn't started
#linux
#kernel
#dunfell
Hi Randy, Thanks for the reply. I’m using Dunfell 3.1.1 with bitbake version 1.48.0. I had downloaded hostapd recipe from http://layers.openembedded.org/layerindex/recipe/28409/ for my target system i
Hi Randy, Thanks for the reply. I’m using Dunfell 3.1.1 with bitbake version 1.48.0. I had downloaded hostapd recipe from http://layers.openembedded.org/layerindex/recipe/28409/ for my target system i
|
By
Vijay Rakesh Munganda
· #51649
·
|
|
Yocto Application Development
#yocto
Hi Maciej Pijanowski, Thanks for your suggestion. Best regards, Vijay
Hi Maciej Pijanowski, Thanks for your suggestion. Best regards, Vijay
|
By
Vijay Rakesh Munganda
· #51643
·
|
|
Yocto Application Development
#yocto
Hi All, I'm new to Yocto, till now I was thinking I have to develop an application by writing a recipe as mentioned in the link https://medium.com/@lokeshsharma596/yocto-lab-02-creating-custom-layer-a
Hi All, I'm new to Yocto, till now I was thinking I have to develop an application by writing a recipe as mentioned in the link https://medium.com/@lokeshsharma596/yocto-lab-02-creating-custom-layer-a
|
By
Vijay Rakesh Munganda
· #51637
·
|
|
ninja: error: unknown target 'install'
#yocto
#toolchain
#linux
Hi Quentin, Thanks for the reply. I had recently started learning, can you please explain me little more in detail. How to add target named? And How to override do_install? I searched online, but coul
Hi Quentin, Thanks for the reply. I had recently started learning, can you please explain me little more in detail. How to add target named? And How to override do_install? I searched online, but coul
|
By
Vijay Rakesh Munganda
· #51631
·
|
|
ninja: error: unknown target 'install'
#yocto
#toolchain
#linux
Hi All, I had written a bitbake file to download and install AWS SDK C from GitHub https://github.com/aws/aws-iot-device-sdk-embedded-C based on existing recipes https://github.com/aws/meta-aws, but I
Hi All, I had written a bitbake file to download and install AWS SDK C from GitHub https://github.com/aws/aws-iot-device-sdk-embedded-C based on existing recipes https://github.com/aws/meta-aws, but I
|
By
Vijay Rakesh Munganda
· #51629
·
|
|
hostapd_free_hapd_data: Interface wlan0 wasn't started
#linux
#kernel
#dunfell
Hi All, Can anyone please help me this issue. Thanks & Regards, VR
Hi All, Can anyone please help me this issue. Thanks & Regards, VR
|
By
Vijay Rakesh Munganda
· #51626
·
|
|
How to write custom recipe to install AWS C SDK from github
#dunfell
#linux
#yocto
Hi, do_install failed with an error "ninja: error: unknown target 'install'". Kindly please help me to fix the above issue. -- Configuring done -- Generating done -- Build files have been written to:
Hi, do_install failed with an error "ninja: error: unknown target 'install'". Kindly please help me to fix the above issue. -- Configuring done -- Generating done -- Build files have been written to:
|
By
Vijay Rakesh Munganda
· #51625
·
|
|
How to write custom recipe to install AWS C SDK from github
#dunfell
#linux
#yocto
Hi Quentin Schulz & Ross, Thanks for the information. Based on meta-aws I had written the recipe and do_compile has completed. Now I want to install demos in to the build which are located at tmp/work
Hi Quentin Schulz & Ross, Thanks for the information. Based on meta-aws I had written the recipe and do_compile has completed. Now I want to install demos in to the build which are located at tmp/work
|
By
Vijay Rakesh Munganda
· #51619
·
|
|
How to write custom recipe to install AWS C SDK from github
#dunfell
#linux
#yocto
Hi Quentin Schulz, Thanks for the reply. I had downloaded the SDK into "files" folder of my recipe and given CMakeLists.txt as SRCURI. Is it correct to do like this? Here is the Error: (It's a long er
Hi Quentin Schulz, Thanks for the reply. I had downloaded the SDK into "files" folder of my recipe and given CMakeLists.txt as SRCURI. Is it correct to do like this? Here is the Error: (It's a long er
|
By
Vijay Rakesh Munganda
· #51616
·
|
|
How to write custom recipe to install AWS C SDK from github
#dunfell
#linux
#yocto
Hi, I'm trying to write a recipe to install AWS SDK into the build(https://github.com/aws/aws-iot-device-sdk-embedded-C), but I complete don't know how to do it. Based on online example https://github
Hi, I'm trying to write a recipe to install AWS SDK into the build(https://github.com/aws/aws-iot-device-sdk-embedded-C), but I complete don't know how to do it. Based on online example https://github
|
By
Vijay Rakesh Munganda
· #51612
·
|
|
hostapd_free_hapd_data: Interface wlan0 wasn't started
#linux
#kernel
#dunfell
Hi, I'm new to Yocto Project/Embedded Linux. I had added hostapd recipe (https://layers.openembedded.org/layerindex/recipe/28409/) into my build image, and when I try to run "hostapd hostapd.conf" in
Hi, I'm new to Yocto Project/Embedded Linux. I had added hostapd recipe (https://layers.openembedded.org/layerindex/recipe/28409/) into my build image, and when I try to run "hostapd hostapd.conf" in
|
By
Vijay Rakesh Munganda
· #51602
·
|
|
Yocto AWS MQTT: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate is not yet valid (_ssl.c:1108)
#python
Hi, I'm new to Yocto project. I'm running basic MQTT publish code in python, when I run my code I got error as, "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify faile
Hi, I'm new to Yocto project. I'm running basic MQTT publish code in python, when I run my code I got error as, "ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify faile
|
By
Vijay Rakesh Munganda
· #51584
·
|
|
How to Add Packages to Python3
Hi, I had installed a python file into the rootfs and when I tried to run, it throws an error as "ModuleNotFoundError: No module named 'json'". I tried to find bb file for jsonlib, but I couldn't find
Hi, I had installed a python file into the rootfs and when I tried to run, it throws an error as "ModuleNotFoundError: No module named 'json'". I tried to find bb file for jsonlib, but I couldn't find
|
By
Vijay Rakesh Munganda
· #51570
·
|
|
How to add Python3 json module in Yocto
Hi, can anyone please guide me on adding json module to my python library in yocto. I had download .bb file from OE Layer and placed it under recipe-devtool/python folder, but it is not including to t
Hi, can anyone please guide me on adding json module to my python library in yocto. I had download .bb file from OE Layer and placed it under recipe-devtool/python folder, but it is not including to t
|
By
Vijay Rakesh Munganda
· #51554
·
|
|
How to add python application into the build.
#python
#toolchain
Hi, I'm new to the Yocto Project, trying to include my python application into the build. Can anyone guide me how to write a bitbake recipe .bb file or any example recipe would be helpful. Thank & Reg
Hi, I'm new to the Yocto Project, trying to include my python application into the build. Can anyone guide me how to write a bitbake recipe .bb file or any example recipe would be helpful. Thank & Reg
|
By
Vijay Rakesh Munganda
· #51543
·
|