|
Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
I am trying to fetch a private gitlab repo within Yocto image recipe using SSH protocol. In my image recipe I have passed SRC_URI as: SRC_URI = " \ gitsm://git@...:2224/blah/blah/blah/blah
I am trying to fetch a private gitlab repo within Yocto image recipe using SSH protocol. In my image recipe I have passed SRC_URI as: SRC_URI = " \ gitsm://git@...:2224/blah/blah/blah/blah
|
By
Sourabh Hegde
· #55975
·
|
|
Building yocto image for RPi CM4
#raspberrypi
Hello All, Advice on working with Yocto and Raspberry Pi CM4 Lite would be helpful. I recently got my hands on with CM4 and now I want to build Yocto image with u-boot as bootloader. I have few doubts
Hello All, Advice on working with Yocto and Raspberry Pi CM4 Lite would be helpful. I recently got my hands on with CM4 and now I want to build Yocto image with u-boot as bootloader. I have few doubts
|
By
Sourabh Hegde
· #55976
·
|
|
Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
Hi Nicolas, Thanks for your answer. That's great. Even I am building inside a docker container. I tried with creating a "config" file in .ssh directory. But I still have same issue. Can you please let
Hi Nicolas, Thanks for your answer. That's great. Even I am building inside a docker container. I tried with creating a "config" file in .ssh directory. But I still have same issue. Can you please let
|
By
Sourabh Hegde
· #56007
·
|
|
Fetch private gitlab repo using ssh with Yocto recipe
#bitbake
Hello @Nicolas @Erik @Khem, Update from my side: After following some discussion from other posts, I added "config" file. ~/.ssh/config: Host git.example.com HostName git.example.com User git Preferre
Hello @Nicolas @Erik @Khem, Update from my side: After following some discussion from other posts, I added "config" file. ~/.ssh/config: Host git.example.com HostName git.example.com User git Preferre
|
By
Sourabh Hegde
· #56028
·
|
|
Build error:undefined reference to `stime' on Yocto Warrior
Hello All, When I execute the bitbake for my custom image recipe I hit the below issue related to "qemu-native/3.1.1.1-r0/qemu-3.1.1.1/linux-user/syscall.c:7404: undefined reference to `stime'". DEBUG
Hello All, When I execute the bitbake for my custom image recipe I hit the below issue related to "qemu-native/3.1.1.1-r0/qemu-3.1.1.1/linux-user/syscall.c:7404: undefined reference to `stime'". DEBUG
|
By
Sourabh Hegde
· #56045
·
|
|
Build error:undefined reference to `stime' on Yocto Warrior
Hello @Khem, Thanks for the quick response. Can you please let me know where and how to include this patch in poky/meta? Thanks in advance
Hello @Khem, Thanks for the quick response. Can you please let me know where and how to include this patch in poky/meta? Thanks in advance
|
By
Sourabh Hegde
· #56047
·
|
|
Build error:undefined reference to `stime' on Yocto Warrior
Hello, I applied the patch https://patchwork.openembedded.org/patch/172282/ like below: Downloaded patch file from above link and deleted below part from patch file: diff --git a/meta/recipes-devtools
Hello, I applied the patch https://patchwork.openembedded.org/patch/172282/ like below: Downloaded patch file from above link and deleted below part from patch file: diff --git a/meta/recipes-devtools
|
By
Sourabh Hegde
· #56055
·
|
|
Building of warrior branch fails when building with Ubuntu 20.04 LTS
#linux
#qemu
#yocto
Hello Bernd, I am facing same issue. Did the patch worked for you? I tried to apply the patch and still have the same issue. Thanks in advance
Hello Bernd, I am facing same issue. Did the patch worked for you? I tried to apply the patch and still have the same issue. Thanks in advance
|
By
Sourabh Hegde
· #56056
·
|
|
run.do_compile error on poky-dunfell release
Hello All, When I am bitbaking my custom image for STM32MP1 based Avenger96 board I am facing some errors related to "analyze.l:466:19: error: format not a string literal and no format arguments [-Wer
Hello All, When I am bitbaking my custom image for STM32MP1 based Avenger96 board I am facing some errors related to "analyze.l:466:19: error: format not a string literal and no format arguments [-Wer
|
By
Sourabh Hegde
· #56103
·
|
|
run.do_compile error on poky-dunfell release
Hello Khem, Thanks for quick response. Can you please let me know where to include this patch file? Thanks in advance.
Hello Khem, Thanks for quick response. Can you please let me know where to include this patch file? Thanks in advance.
|
By
Sourabh Hegde
· #56108
·
|
|
run.do_compile error on poky-dunfell release
Hello Chuck, Thanks for the hint. @Khem, when I checked the "sources/poky/meta/recipes-core/kbd", above patch is already available and included in "kbd_2.2.0.bb" recipe. And same patch is also present
Hello Chuck, Thanks for the hint. @Khem, when I checked the "sources/poky/meta/recipes-core/kbd", above patch is already available and included in "kbd_2.2.0.bb" recipe. And same patch is also present
|
By
Sourabh Hegde
· #56110
·
|
|
Error: Transaction check error: while doing do_rootfs task
Hello All, While bitbaking an image recipe with systemd configured in "local.conf", I am facing an error while doing do_rootfs task. In the local.conf : DISTRO_FEATURES_append = " systemd" #DISTRO_FEA
Hello All, While bitbaking an image recipe with systemd configured in "local.conf", I am facing an error while doing do_rootfs task. In the local.conf : DISTRO_FEATURES_append = " systemd" #DISTRO_FEA
|
By
Sourabh Hegde
· #56118
·
|
|
Error: Transaction check error: while doing do_rootfs task
Hello Khem, Doing "bitbake -e core-image-swupdate | grep ^INIT_MANAGER=" shows INIT_MANAGER="none". And "bitbake -e core-image-swupdate | grep ^DISTRO_FEATURES=" shows DISTRO_FEATURES="acl alsa argp b
Hello Khem, Doing "bitbake -e core-image-swupdate | grep ^INIT_MANAGER=" shows INIT_MANAGER="none". And "bitbake -e core-image-swupdate | grep ^DISTRO_FEATURES=" shows DISTRO_FEATURES="acl alsa argp b
|
By
Sourabh Hegde
· #56135
·
|
|
coreutils-native-8.32-r0 do_configure: configure failed
Hello All, I am facing an issue while building images for Raspberry Pi CM4. Earlier I was working with Dunfell release and now upgraded to Honister. And now I am getting an error like: . . checking wh
Hello All, I am facing an issue while building images for Raspberry Pi CM4. Earlier I was working with Dunfell release and now upgraded to Honister. And now I am getting an error like: . . checking wh
|
By
Sourabh Hegde
· #56221
·
|
|
Building Yocto images for RPi CM4
Hello All, I am building a basic image (core-image-base) for RPi CM4(Lite) on "Honister" release with "uboot" as bootloader. In my conf/local.conf file MACHINE = "raspberrypi4-64" and also I have set
Hello All, I am building a basic image (core-image-base) for RPi CM4(Lite) on "Honister" release with "uboot" as bootloader. In my conf/local.conf file MACHINE = "raspberrypi4-64" and also I have set
|
By
Sourabh Hegde
· #56253
·
|
|
Building Yocto images for RPi CM4
Hello Khem, I agree. But since there is no serial console support available on my IO carrier board, I can't see what it prints. Is there any other way to debug? Kind Regards, Sourabh
Hello Khem, I agree. But since there is no serial console support available on my IO carrier board, I can't see what it prints. Is there any other way to debug? Kind Regards, Sourabh
|
By
Sourabh Hegde
· #56258
·
|
|
Building Yocto images for RPi CM4
Hello Khem, I am already using Raspberry Pi compatible screen. Can you please let me know how to enable verbose options for kernel and bootloader? Thanks in advance
Hello Khem, I am already using Raspberry Pi compatible screen. Can you please let me know how to enable verbose options for kernel and bootloader? Thanks in advance
|
By
Sourabh Hegde
· #56271
·
|
|
Building Yocto images for RPi CM4
Hello Khem, I got my hands on Raspberry Pi Compute Module 4 IO Board and also I could access serial console now. Below is the log message I got while booting: [ 0.000000] Booting Linux on physical CPU
Hello Khem, I got my hands on Raspberry Pi Compute Module 4 IO Board and also I could access serial console now. Below is the log message I got while booting: [ 0.000000] Booting Linux on physical CPU
|
By
Sourabh Hegde
· #56298
·
|
|
How to disable Bluetooth of Raspberry Pi from Yocto?
Hello All, I have a question regarding disabling bluetooth of my Raspberry Pi Compute Module 4. I know that we need to set "dtoverlay=disable-bt" in config.txt But how to do it from Yocto? Should I in
Hello All, I have a question regarding disabling bluetooth of my Raspberry Pi Compute Module 4. I know that we need to set "dtoverlay=disable-bt" in config.txt But how to do it from Yocto? Should I in
|
By
Sourabh Hegde
· #56398
·
|
|
How to disable Bluetooth of Raspberry Pi from Yocto?
Hello Tomasz, Thanks for quick reply. I forgot to mention, I am on "Honister" release. Yes, I added rpi_config_git.bbappend file Yes, I tried that, but it's not working. May be it's fails to respond f
Hello Tomasz, Thanks for quick reply. I forgot to mention, I am on "Honister" release. Yes, I added rpi_config_git.bbappend file Yes, I tried that, but it's not working. May be it's fails to respond f
|
By
Sourabh Hegde
· #56400
·
|