NFJones / pipoe

Generate python bitbake recipes!
MIT License
21 stars 22 forks source link

Suggestion: Make generated recipes available native #8

Open ghost opened 4 years ago

ghost commented 4 years ago

In some (probably rare) cases it might come in handy to have some python modules available natively to generate and manipulate files at build time.

I've already implemented this on my fork and could easily create a new PR if this feature is desired. See: https://github.com/ah-exp/pipoe/tree/native-recipes

mbodmer commented 3 years ago

Why don't you make a PR from this? I find it useful, and also I would like nativesdk support. Would this be hard to implement?

ghost commented 3 years ago

there are some issues with my patch that I did not have time to address, yet. See: #10 Maybe I'll come back to it in the future.