[meta-freescale] [PATCH] mfgtool-initramfs-image.bbclass: do not overwrite IMAGE_CLASSES

2017-01-13 Thread Mirza Krak
From: Mirza Krak Use the += operator instead to add image_types_uboot to IMAGE_CLASSES which will correctly append that image type. Signed-off-by: Mirza Krak --- Based on mailing list discussion:

Re: [meta-freescale] imx-gpu-sdk do_install fails

2017-01-13 Thread Otavio Salvador
On Thu, Jan 12, 2017 at 6:26 PM, Stepan Salenikovich wrote: >> I was not able to reproduce the problem. I have 3 things for you to try, in >> order: >> >> 1. Clean sstate [1] and rebuild: >> >> $ bitbake imx-gpu-sdk -c cleansstate > > This worked. Thanks!