On Fri, Jan 11, 2013 at 5:02 AM, Robert P. J. Day <[email protected]>wrote:
> IMAGE_CLASSES += "sdcard_image" > > but after i do that: > > $ bitbake-env -r core-image-minimal IMAGE_CLASSES IMAGE_FSTYPES > Parsing recipes..ERROR: Error executing a python function in <code>: > NameError: global name 'imagetypes_getdepends' is not defined > ... huge snip here ... > image.bbclass defines the default IMAGE_CLASSES using ?=. Which means if your distro doesn't define its own default value, you'll end up with IMAGE_CLASSES only containing sdcard_image, not both image_types and sdcard_image, and clearly both are required. -- Christopher Larson
_______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
