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)
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
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
Adding (buried) features from Yocto layers that are present in your build
I'm a neophyte with Yocto, though I have been able to glean enough from tutorials to create an image that meets some of the requirements for my current project. I'm able to create my own layer and re...
colmekik
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