[OE-core] [PATCH] boot-directdisk: fix the support of vmdk

Phil Blundell pb at pbcl.net
Thu Jan 23 07:04:00 UTC 2014


On Wed, 2014-01-22 at 22:50 -0800, Saul Wold wrote:
> +IS_VMDK = '${@base_contains("IMAGE_FSTYPES", "vmdk", "true", "false", d)}'
> +
> +	if [ "${IS_VMDK}" ]; then

Does that really work?  I can't quite see how it would, but I might be
overlooking something.  Presumably you did test this, right?

p.





More information about the Openembedded-core mailing list