Pelagicore / vagrant-cookbook

A repository of vagrant configuration snippets
Mozilla Public License 2.0
13 stars 33 forks source link

yocto: Add optional params to fetch all #100

Closed rpannek closed 4 years ago

rpannek commented 4 years ago

Right now it is impossible to pass additional parameters to bitbake which would change what would be fetched during the fetch phase. This change takes all aditioal arguments and passes them to bitbake, this way one can for example add -c populate_sdk which would trigger fetch for different components then without it.

This change is backwards compatible, it just looks for additional parameters.

martin-ejdestig commented 4 years ago

Nit: "aditional" -> "additional" in two places of commit message.