On Wed, Nov 7, 2012 at 6:34 AM, Arttu <
art...@gmail.com> wrote:
> Why am I getting these errors? Is core-image-sato supported for i.MX35PDK?
core-image-sato is supported for any board. I believe the image is
independent of machine.
If you look at:
https://github.com/Freescale/meta-fsl-arm/blob/master/conf/machine/include/imx-base.inc
you can see that a firmware is needed for any board, but, for those
board without a firmware it will be blank/empty.
For imx35, there is no firmware package on meta-fsl-arm (see available
firmaware here:
https://github.com/Freescale/meta-fsl-arm/tree/master/recipes-bsp/firmware-imx).
And I would say to you to include the package for your board, but I
don't know by heart if imx35 needs some firmware. By firmware recipe
it looks like imx35 needs sdma firmware.
I think core-image-minimal will not include EXTRA_RECOMMENDS, only
RDEPENDES, that's why you did not see the same error for minimal
image. But I think you will face the same error for core-image-base
Daiane