In my custom .bbclass, I have a python function
python whatever () {
...
}
and I would like to call it from a shell function
do_something () {
...
whatever
...
}
but bitbake gives me an error "whatever: not found" when building
recipes based on this class
Is what I am trying to do possible? Do I have the syntax wrong?
MV
-- _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
