|
hostapd_free_hapd_data: Interface wlan0 wasn't started
#linux
#kernel
#dunfell
Hi VR, What version/release of yocto (oe-core, bitbake, ...) are you using? What image are you building and what did you add to your local.conf ? What is your target system and who provided the BSP? I
Hi VR, What version/release of yocto (oe-core, bitbake, ...) are you using? What image are you building and what did you add to your local.conf ? What is your target system and who provided the BSP? I
|
By
Randy MacLeod
· #51647
·
|
|
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, No target named install. Add one or override do_install task since by default it "calls" the install target. [...] IIRC, gitsm in SRC_URI instead of git should handle that: https://docs.yoctoproje
Hi, No target named install. Add one or override do_install task since by default it "calls" the install target. [...] IIRC, gitsm in SRC_URI instead of git should handle that: https://docs.yoctoproje
|
By
Quentin Schulz
· #51630
·
|
|
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 VR, You need to put the SDK filename into SRC_URI as well otherwise Yocto does not fetch it from the files directory. Also, Ross had a good suggestion too, please check that the recipe or a similar
Hi VR, You need to put the SDK filename into SRC_URI as well otherwise Yocto does not fetch it from the files directory. Also, Ross had a good suggestion too, please check that the recipe or a similar
|
By
Quentin Schulz
· #51617
·
|
|
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 VR, If you don't give us the log, we won't be able to help you. Where is the sdk? You need to add it into your SRC_URI (you can also just pass a URL to a git repo or tarball download link). Quentin
Hi VR, If you don't give us the log, we won't be able to help you. Where is the sdk? You need to add it into your SRC_URI (you can also just pass a URL to a git repo or tarball download link). Quentin
|
By
Quentin Schulz
· #51614
·
|
|
How to write custom recipe to install AWS C SDK from github
#dunfell
#linux
#yocto
I suggest looking at meta-aws (https://github.com/aws/meta-aws) to see if that has a recipe already, and if it doesn't use one of the recipes there as a starting point. Ross
I suggest looking at meta-aws (https://github.com/aws/meta-aws) to see if that has a recipe already, and if it doesn't use one of the recipes there as a starting point. Ross
|
By
Ross Burton
· #51613
·
|
|
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
·
|
|
How to disable specific default recipe to be included in Yocto?
#linux
#yocto
#cups
#hplip
Hi, You can use BBMASK variable in your configuration file to prevent bitbake from parsing certain recipes. For example, BBMASK = "example.bb" Here, BitBake ignores the example.bb recipe. Hope this he
Hi, You can use BBMASK variable in your configuration file to prevent bitbake from parsing certain recipes. For example, BBMASK = "example.bb" Here, BitBake ignores the example.bb recipe. Hope this he
|
By
Shamil Khan
· #51445
·
|
|
How to disable specific default recipe to be included in Yocto?
#linux
#yocto
#cups
#hplip
Hi, You can use BBMASK variable in your configuration file to prevent bitbake from parsing certain recipes. For example, BBMASK = "example.bb" Here, BitBake ignores the example.bb recipe. Hope this he
Hi, You can use BBMASK variable in your configuration file to prevent bitbake from parsing certain recipes. For example, BBMASK = "example.bb" Here, BitBake ignores the example.bb recipe. Hope this he
|
By
Shamil Khan
· #51415
·
|
|
Emulator tool for imx8m
#linux
#devtool
#yocto
Thanks Andy, I tried to boot the linux kernel using TFTP/NFS, i got this below error BOOTP broadcast 1 DHCP client bound to address 10.78.216.7 (12 ms) Using ethernet@30be0000 device TFTP from server
Thanks Andy, I tried to boot the linux kernel using TFTP/NFS, i got this below error BOOTP broadcast 1 DHCP client bound to address 10.78.216.7 (12 ms) Using ethernet@30be0000 device TFTP from server
|
By
Amrun Nisha.R
· #51364
·
|
|
Introduction
#yocto
#python
#linux
Hi Ida, We have a "tasty menu of bugs" ;-) for people who are new to Yocto: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer_Bug Let me know if any of those appeal to you or just register in the
Hi Ida, We have a "tasty menu of bugs" ;-) for people who are new to Yocto: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newcomer_Bug Let me know if any of those appeal to you or just register in the
|
By
Randy MacLeod
· #50952
·
|
|
Introduction
#yocto
#python
#linux
Welcome Ida, Hope you find the project interesting, Feel free to reach out to this community if you need help or have any questions
Welcome Ida, Hope you find the project interesting, Feel free to reach out to this community if you need help or have any questions
|
By
Khem Raj
· #50950
·
|
|
Introduction
#yocto
#python
#linux
Hello, I'm Ida Delphine and I'm new to the Yocto Project. Excited to contribute to the Yocto project and hopefully become an outreachy intern.
Hello, I'm Ida Delphine and I'm new to the Yocto Project. Excited to contribute to the Yocto project and hopefully become an outreachy intern.
|
By
Meh Mbeh Ida Delphine
· #50949
·
|
|
#yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image
#systemd
#yocto
#linux
Thanks... Yesterday I decided to go with ntpq/ntpdate/and a ntpstat script which does some basic stats through ntpd/ntpq/ntpdate and Chrony. We will see how it goes might be enough... Steve
Thanks... Yesterday I decided to go with ntpq/ntpdate/and a ntpstat script which does some basic stats through ntpd/ntpq/ntpdate and Chrony. We will see how it goes might be enough... Steve
|
By
Monsees, Steven C (US)
· #50892
·
|