Use this tag to refer to the Yocto layer specific to the raspberry pi.
Questions tagged [meta-raspberrypi]
34 questions
0
votes
3 answers
Yocto Raspberry Pi Change psplash image
I've successfully built a raspberry pi Yocto image using the instructions here: http://www.jumpnowtek.com/rpi/Raspberry-Pi-Systems-with-Yocto.html. When the system boots, I see the default psplash splash screen of a Raspberry Pi with a loading…

PhilBot
- 748
- 18
- 85
- 173
0
votes
1 answer
(Yocto Raspberrypi) How to write the file with estension .tar.xz into micro sdCard?
I'm building a custom image-qt5 using yocto tools. Once the build terminates, there is a file named qt5-image-raspberrypi2.tar.xz in the folder ...build/tmp/deploy/images/raspberrepy2/.
How can we write to sdcard for the raspberrypi?

Steve
- 11
- 3
0
votes
0 answers
Is it possible to port and compile a (obsolete) kernel module from an older kernel?
Is it possible to port and compile a kernel module from an older kernel?
The kernel module that I'm talking about here is BCM_WIMAX. It's been depreciated from "staging" on Linux kernel 3.18. Is it possible to port it to kernel 4.4?
3.18 -…

iishtiaque
- 21
- 4
0
votes
1 answer
How to solve this situation where bitbake do_fetch() is freezing or stopping, with Yocto and Raspberry Pi?
I ran the command
bitbake core-image-minimal
This is my step:
git clone poky
git clone meta-raspberrypi
source oe-init-build-env rpi-build
rpi-build/conf/bblayer.conf # adding meta-raspberrypi
rpi-build/conf/local.conf # modify MACHINE ?=…

Sungsoo
- 35
- 5