On Wed, Oct 5, 2011 at 6:53 PM, Richard Purdie <[email protected]> wrote: >> So this does not work properly, I thought I tested it but... need to >> do something like this: >> >> IMAGE_CLASSES = "image_types" >> inherit ${IMAGE_CLASSES} >> >> then let the user added via >> >> IMAGE_CLASESS += "image_types_uboot" >> >> then there will always be something that is expanded to avoid this issue: >> >> ERROR: Could not inherit file classes/$IMAGE_CLASSES.bbclass >> | ETA: --:--:-- >> ERROR: Command execution failed: Exited with 1 > > Its not expanding the variables? :/ This happened even when > IMAGE_CLASSES had a value before the inherit?
If I added a IMAGE_CLASSES to something other than "" it worked fine. If I left it as "" it tried to expand the blank var and look in the BBPATHS or wherever it looks for classes for an unnamed ".bbclass" file. -M _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
