0
votes
1answer
70 views

How would I pass a variable from a bitbake recipe to a makefile?

I'm trying to pass a variable from my bitbake (.bb) recipe to a Makefile that I have it calling. In my recipe I have: export FOO="bar" When it runs the do_compile() method I have it calling a ...