On Fri, Dec 9, 2011 at 2:35 AM, Ni Qingliang <niqingli...@insigma.com.cn> wrote:
> I'm trying to inherit multi bbclass using variable:
>
> IMAGE_EXTRA_CLASSES = "image-timezone image-clearboot image-prd"
> inherit ${IMAGE_EXTRA_CLASSES}
>
> and got error:
> ERROR: Could not inherit file classes/image-timezone image-clearboot
> image-prd.bbclass
>
> why it treat the variable as a single class?
> how to resolve the problem?

There are some issues with inherit. I've seen a similar issue with:

IMAGE_EXTRA_CLASSES = ""
inherit ${IMAGE_EXTRA_CLASSES}

ERROR: Could not inherit file classes/.bbclass

I'd suggest filing a bug against bitbake unless someone else has some
advice here.

-M
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

Reply via email to