python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Bitbake rpi-basic-image Error ninja-build
I'm learning Yocto project. Started creating an image for Raspberry Pi 4.
I ran bitbake rpi-basic-image and got an error:
fatal: repository '/PATH/yocto/rpi64-build/downloads/git2/github.com.ninja-bui...
master_flomaster
Votes: 0
Answers: 2
Installing an RPM in Yocto
So I have a Yocto build and I need to install this 3rd party RPM. I've created a recipe for it using the link to the source RPM. Problem is when implementing the do_install() function.
I need to insta...
Artmonk14
Votes: 0
Answers: 2
Kernel patching in stm32mp1 yocto
I am learning how to add a kernel patch in yocto. My yocto kernel meta-layer is based on
linux-stm32mp_5.10.bb from meta-st-stm32mp. First thing i do is to create a patch from
/home/kj/stm32Yoctominim...
KJ L
Votes: 0
Answers: 3
Minimum CPU requirements for embedded Linux application
I'm maintaining an embedded Linux system based on Yocto Project. It is currently running on quite beefy hardware and I'd like to lower the cost of the hardware. So for that I'm looking for a way to un...
m__
Votes: 0
Answers: 1