|
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
·
|
|
hostapd_free_hapd_data: Interface wlan0 wasn't started 5 messages
#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
·
|
|
curl_easy_perform() failed: Couldn't connect to server 8 messages
#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
·
|
|
ninja: error: unknown target 'install' 3 messages
#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
·
|
|
How to write custom recipe to install AWS C SDK from github 7 messages
#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
·
|
|
How to disable specific default recipe to be included in Yocto? 4 messages
#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
·
|
|
Emulator tool for imx8m 4 messages
#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
·
|
|
Introduction 3 messages
#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
·
|
|
#yocto #linux #systemd Having issues building command line utilities: ntpq, timedatectl, and ntpstat into kernel image 8 messages
#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)
·
|
|
Question: how to properly enable PIC/PIE (Position Independent Code/Executable) in Yocto Warrior?
#yocto
#toolchain
#linux
Hi all, I'm using Yocto warrior building a system based on NIVIDA tegra TX2i. My tree is using an external toolchain, gcc linaro 7.2.1 (specified through EXTERNAL_TOOLCHAIN variable in local.conf). I'
Hi all, I'm using Yocto warrior building a system based on NIVIDA tegra TX2i. My tree is using an external toolchain, gcc linaro 7.2.1 (specified through EXTERNAL_TOOLCHAIN variable in local.conf). I'
|
By
Daniel
·
|
|
#toolchain #yocto #devtool #linux 3 messages
#devtool
#linux
#toolchain
#yocto
I think you could start by defining new tune files for this look into meta/conf/machine/include/riscv/arch-riscv.inc and also tune-riscv.inc to understand the underlying mechanism, we currently have l
I think you could start by defining new tune files for this look into meta/conf/machine/include/riscv/arch-riscv.inc and also tune-riscv.inc to understand the underlying mechanism, we currently have l
|
By
Khem Raj
·
|
|
Building of warrior branch fails when building with Ubuntu 20.04 LTS 4 messages
#linux
#qemu
#yocto
Hello Martin and Josef, I will try to include the patch in a append-recipe... Thanks a lot for your help, Bernd
Hello Martin and Josef, I will try to include the patch in a append-recipe... Thanks a lot for your help, Bernd
|
By
Bernd
·
|
|
How to completely uninstall a pre-installed package in Yocto 5 messages
#linux
#yocto
What I did was, ran the following command to see what all gets installed.. bitbake <image> -e |grep -v ^# |grep "^DISTRO_FEATURES=\|^IMAGE_FEATURES=" Then used DISTRO_FEATURES_remove in the local.conf
What I did was, ran the following command to see what all gets installed.. bitbake <image> -e |grep -v ^# |grep "^DISTRO_FEATURES=\|^IMAGE_FEATURES=" Then used DISTRO_FEATURES_remove in the local.conf
|
By
srijan.nandi@...
·
|
|
Configuring UIO to handle GPIO interrupt 2 messages
#yocto
#linux
Hi Scott, Up till there, this discussion would probably fit some kernel communities more than the Yocto one. A few things though: - Bear in mind that using bitbake -c menuconfig virtual/kernel, the ch
Hi Scott, Up till there, this discussion would probably fit some kernel communities more than the Yocto one. A few things though: - Bear in mind that using bitbake -c menuconfig virtual/kernel, the ch
|
By
Quentin Schulz
·
|
|
Missing libc.a for RPI4 2 messages
#sdk
#yocto
#linux
I assume you tried to compile on the target using the resulting image, if that's the case the package isn't installed. By using 'oe-pkgdata-util find-path */libc.a' in your build workspace, you could
I assume you tried to compile on the target using the resulting image, if that's the case the package isn't installed. By using 'oe-pkgdata-util find-path */libc.a' in your build workspace, you could
|
By
Konrad Weihmann
·
|
|
#yocto sstate cache problem with #raspberrypi #linux build
#yocto
#raspberrypi
#linux
Hi, I apply a few small patches in linux-raspberrypi to use a custom logo depending on an environment variable MY_VENDOR_NAME: I have added MY_VENDOR_NAME to BB_ENV_EXTRAWHITE, and based on the value
Hi, I apply a few small patches in linux-raspberrypi to use a custom logo depending on an environment variable MY_VENDOR_NAME: I have added MY_VENDOR_NAME to BB_ENV_EXTRAWHITE, and based on the value
|
By
gvkalra@...
·
|
|
HELP NEEDED TO ENABLE PRINTING USING YOCTO
#cups
#linux
#yocto
I am trying to print using Yocto, but I am clueless on how to enable the printing. The printer I am using is HP Deskjet 2135 Ink Advantage. CUPS version: 2.2.8 HPLIP version: 3.15.6 Avahi version: 0.8
I am trying to print using Yocto, but I am clueless on how to enable the printing. The printer I am using is HP Deskjet 2135 Ink Advantage. CUPS version: 2.2.8 HPLIP version: 3.15.6 Avahi version: 0.8
|
By
Soi, Sheng Leong
·
|
|
error while adding meta-python,meta-gnone,meta-multimedia layer
#linux
#raspberrypi
#yocto
Hi, when i am trying to add meta-python from meta-openembedded i am getting following error i have kept meta-openembedded,meta-raspberrypi into same branch dunfell /Raspberrypi4-yocto$ bitbake-layers
Hi, when i am trying to add meta-python from meta-openembedded i am getting following error i have kept meta-openembedded,meta-raspberrypi into same branch dunfell /Raspberrypi4-yocto$ bitbake-layers
|
By
Pankaj Vinadrao Joshi
·
|
|
Yocto,core-image-minimal for RPI4 7 messages
#linux
#yocto
Am soory paul, But i was actually trying to check if sdimage is generated or not. I was unaware of . wic. bz2 image. So suggested the above commands. Sorry pankaj. Thanks Siddhartha V
Am soory paul, But i was actually trying to check if sdimage is generated or not. I was unaware of . wic. bz2 image. So suggested the above commands. Sorry pankaj. Thanks Siddhartha V
|
By
Siddhartha V
·
|
|
#yocto #raspberrypi #linux . Failure to build xen-image-minimal. Yocto bitbake failed @99% while building xen-minimal-image. 3 messages
#yocto
#raspberrypi
#linux
hello sir, Thanks for the reply. I searched for what you have suggested, but it looks like I am missing something here. I didn't see kernel.conf file I have shared my bblayers.conf details also , plea
hello sir, Thanks for the reply. I searched for what you have suggested, but it looks like I am missing something here. I didn't see kernel.conf file I have shared my bblayers.conf details also , plea
|
By
Siddhartha V
·
|