python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to unpack a zip file in bitbakes do_unpack method
This is basically a follow-up from this thread: Add specific header to bitbake wget fetcher
I override do_fetch to set a specific header and store the archive in ${DL_DIR}/${PN}.zip. The do_unpack job...
grmmgrmm
Votes: 0
Answers: 1
Add specific header to bitbake wget fetcher
I need to set a specific header to fetch an archive from a resource using the wget fetcher, analogous to:
wget --header "PRIVATE-ACCESS-TOKEN:blablablablabla https://some-resource...."
How...
grmmgrmm
Votes: 0
Answers: 1
Bitbake doesn't fetch git repo and throws no error
I am trying to add the files of a git repository inside my console-image. In this matter, I created a recipe inside a layer named meta-rpi (a layer built by the guy that wrote this article, whose yoct...

Alex UnLimited
Votes: 0
Answers: 1
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