|
Issue generating working sdk containing Clang (meta-clang) and package_deb for compiling eBPF
#sdk
#dunfell
#yocto
#kernel
#linux
Hi Can you try this patch ( if you are using master ) and see if that helps diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb index b8986be..b0c81f1 100644 --- a/r
Hi Can you try this patch ( if you are using master ) and see if that helps diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb index b8986be..b0c81f1 100644 --- a/r
|
By
Khem Raj
· #53011
·
|
|
Issue generating working sdk containing Clang (meta-clang) and package_deb for compiling eBPF
#sdk
#dunfell
#yocto
#kernel
#linux
Hello, I need Clang compiler apart from currently available default gcc compiler as I am trying to compile eBPF which will run on my custom yocto which is based on core-image-minimal. Therefore I adde
Hello, I need Clang compiler apart from currently available default gcc compiler as I am trying to compile eBPF which will run on my custom yocto which is based on core-image-minimal. Therefore I adde
|
By
...
· #53009
·
|
|
#yocto #linux #uboot fitImage is not installed by default into the rootfs and not packages
#yocto
#linux
#uboot
Hi everyone, I'm using Poky with a master branch, I'm enabling the fitImage. Unfortunately, the fitImage is not packaged and not installed into the root file system. Here is my updates in the conf/loc
Hi everyone, I'm using Poky with a master branch, I'm enabling the fitImage. Unfortunately, the fitImage is not packaged and not installed into the root file system. Here is my updates in the conf/loc
|
By
Ilies CHERGUI
· #52836
·
|
|
[GDP] : Query on container development for Genivi GDP.
#linux
#meta-virtualization
#yocto
I need to build a docker container/lxc container image for Genivi GDP. I searched a lot (almost 2 weeks) on this, but didn't get proper data to refer. But, recently, I found these links, https://githu
I need to build a docker container/lxc container image for Genivi GDP. I searched a lot (almost 2 weeks) on this, but didn't get proper data to refer. But, recently, I found these links, https://githu
|
By
Siddhartha V
· #52568
·
|
|
Integrating Ubuntu 20.04 root file system in yocto for i.MX8M
#linux
#yocto
#kernel
Hi, My comments are in-line. ... a legal battle maybe? Bring in the lawyers! I would also ask: "What is your use case?" "Did you ask Canonical?" "Does Canonical allow you to do this?" From [1]: "Copyr
Hi, My comments are in-line. ... a legal battle maybe? Bring in the lawyers! I would also ask: "What is your use case?" "Did you ask Canonical?" "Does Canonical allow you to do this?" From [1]: "Copyr
|
By
Robert Berger
· #52304
·
|
|
Integrating Ubuntu 20.04 root file system in yocto for i.MX8M
#linux
#yocto
#kernel
The first question is why. It sounds like you want Ubuntu but the bootloader and kernel built by Yocto. I'm struggling to see what this would achieve.
The first question is why. It sounds like you want Ubuntu but the bootloader and kernel built by Yocto. I'm struggling to see what this would achieve.
|
By
Ross Burton
· #52303
·
|
|
Integrating Ubuntu 20.04 root file system in yocto for i.MX8M
#linux
#yocto
#kernel
Greetings ! I am trying to integrate the ubuntu 20.04 Root file system with the yocto build . Ultimately my final image should consists of : Bootloader and Kernel : From default yocto build system. Ro
Greetings ! I am trying to integrate the ubuntu 20.04 Root file system with the yocto build . Ultimately my final image should consists of : Bootloader and Kernel : From default yocto build system. Ro
|
By
Poornesh
· #52302
·
|
|
How to get packages version from an image recipe
#yocto
#linux
Hi Zakaria Probably the image manifest is what you are looking for? From https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#image-generation-dev-environment : The manifest file (.m
Hi Zakaria Probably the image manifest is what you are looking for? From https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#image-generation-dev-environment : The manifest file (.m
|
By
Nicolas Jeker
· #52301
·
|
|
How to get packages version from an image recipe
#yocto
#linux
Hello, I want to get the version of the packages generated by a recipe from the image recipe (or by a python script that runs outside of the package generating recipe). (like the output of the bitbake
Hello, I want to get the version of the packages generated by a recipe from the image recipe (or by a python script that runs outside of the package generating recipe). (like the output of the bitbake
|
By
zakaria.zidouh@...
· #52292
·
|
|
2038 time problem fix in yocto
#kernel
#linux
#yocto
#zeus
As you mentioned updating the kernel does not fix the other packages. And we don't have know how about each linux package so its not that easy to fix it by ourself. So, I am trying to know if there is
As you mentioned updating the kernel does not fix the other packages. And we don't have know how about each linux package so its not that easy to fix it by ourself. So, I am trying to know if there is
|
By
dhandhukiya.paresh@...
· #52210
·
|
|
2038 time problem fix in yocto
#kernel
#linux
#yocto
#zeus
Hi, How about switching to a more recent version of the YP then zeus? A recent version uses the 5.10.x kernel. ... but it does not automatically fix everything. Regards, Robert
Hi, How about switching to a more recent version of the YP then zeus? A recent version uses the 5.10.x kernel. ... but it does not automatically fix everything. Regards, Robert
|
By
Robert Berger
· #52202
·
|
|
2038 time problem fix in yocto
#kernel
#linux
#yocto
#zeus
Hi, We need to have a fix for 2038 problem for out 32 bit based product which is running Yocto (Linux). 2038 time problem was fixed in Linux kernel recently https://www.theregister.com/2020/10/19/linu
Hi, We need to have a fix for 2038 problem for out 32 bit based product which is running Yocto (Linux). 2038 time problem was fixed in Linux kernel recently https://www.theregister.com/2020/10/19/linu
|
By
dhandhukiya.paresh@...
· #52201
·
|
|
Boot option for imx8mq-var-dart
#yocto
#kernel
#uboot
#linux
Hi, I m working on the yocto project. I can be able to create image (core-image-base) and u-boot (imx-boot-sd.bin). I can able to boot these images from the sdcard. But I want to boot u-boot from eMMC
Hi, I m working on the yocto project. I can be able to create image (core-image-base) and u-boot (imx-boot-sd.bin). I can able to boot these images from the sdcard. But I want to boot u-boot from eMMC
|
By
Amrun Nisha.R
· #52066
·
|
|
hostapd_free_hapd_data: Interface wlan0 wasn't started
#linux
#kernel
#dunfell
Hi VR, Please make sure that the interface name in hostapd.conf matches with the wireless interface name of your target. By default it is set to wlan0, but it could be different in your target (for ex
Hi VR, Please make sure that the interface name in hostapd.conf matches with the wireless interface name of your target. By default it is set to wlan0, but it could be different in your target (for ex
|
By
Shamil Khan
· #51820
·
|
|
curl_easy_perform() failed: Couldn't connect to server
#linux
#yocto
Hi Khem Raj, I had checked, but I couldn’t find any such option in .bb file. As I’m to new to Yocto, can you kindly please tell me how to remove man page option. Thanks & Regards, Vijay Rakesh
Hi Khem Raj, I had checked, but I couldn’t find any such option in .bb file. As I’m to new to Yocto, can you kindly please tell me how to remove man page option. Thanks & Regards, Vijay Rakesh
|
By
Vijay Rakesh Munganda
· #51756
·
|
|
curl_easy_perform() failed: Couldn't connect to server
#linux
#yocto
<vijayrakeshmunganda@...> wrote: you might want to check if there is a way to disable building/installing manpages, most of the times you don't need them on embedded targets.
<vijayrakeshmunganda@...> wrote: you might want to check if there is a way to disable building/installing manpages, most of the times you don't need them on embedded targets.
|
By
Khem Raj
· #51748
·
|
|
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
hard to say, unless more details are available, usually runtime deps and build time deps are handled fine but there might be some outliers.
hard to say, unless more details are available, usually runtime deps and build time deps are handled fine but there might be some outliers.
|
By
Khem Raj
· #51729
·
|
|
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
·
|