Re: [poky] One recipe for fetch a bigger repo, multiple recipes to build parts of it
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
On 6 Nov 2024, at 17:42, Steve via lists.yoctoproject.org <[email protected]> wrote: > Follow the path of recipes of kernel or gcc is rather frustrating for a > newbee. Having a recipe just for download seems not a good idea, > dependencies of recipes seem not to work, as download recipe creates no > real output. > What I did now, I created one standard recipeA that checks all out and > really does something that is needed > The other recipesB,C,... depend on recipeA and in their do_install (I > just want to pick some files out of repo that is checked out in recipeA) > I figure out the folder name by just ignoring the (for B, C, D...) > unknown git hash. Where are you picking the files from in the other recipes? Ross