Hello Diego, On Wed, Feb 26, 2014 at 3:17 PM, Otavio Salvador <[email protected]> wrote: > Hello Diego, > > On Wed, Feb 26, 2014 at 10:17 AM, Diego Sueiro <[email protected]> wrote: >> Folks, >> >> I'm getting the following error for cubox-i machine: >> >> 0041: >> 0042: # Go out as we found a match! >> 0043: break >> 0044: else: >> *** 0045: raise ValueError("UBOOT_CONFIG %s is not supported" % >> ubootconfig) >> 0046: >> Exception: ValueError: UBOOT_CONFIG mfgtool is not supported >> >> ERROR: Failed to parse recipe: >> <snip>/poky-master/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx-mfgtool_2013.04.bb > > Great; I will check it. It seems to have been introduced by mine > patchset to add mfgtool support. I will check it.
The root cause of the error was a design mistake I did when implementing the uboot-config.bbclass. I sent a patch[1] to fix it to OE-Core to fix the issue. 1. http://patchwork.openembedded.org/patch/67495/ Thanks for reporting it. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
