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
Problem in flashing and running STM32 bluepill in linux environment
I am new to STM32 programming. I have bluepill hardware with me. My goal is to flash a simple program (such as blink an led in bluepill) using opensource tools and ubuntu OS.
I am currently following ...
superstew
Votes: 0
Answers: 1
How to automatically add a shared libraries to cache in yocto
I am climbing the learning curve of Yocto (Honister) trying to add an third party executable ELF file to my Linux image.
My current issue is that the ELF requires a couple of shared libraries e.g. lib...
KermitG
Votes: 0
Answers: 0
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