On Mon, Feb 24, 2014 at 3:52 PM, Otavio Salvador <[email protected]> wrote: > As the machine were not using UBOOT_CONFIG we also converted it for it > since the 'mfgtool' variant is needed.
"As the machine were not using UBOOT_CONFIG, the first step was to convert the recipe to use the variable. Add ´mfgtool´ variant " When there is a lot of "it" in the sentence, I think it´s confuseing to figure out which "it" is the right thing. I found nothing else to comment reviewed-by, Daiane > > Signed-off-by: Otavio Salvador <[email protected]> > --- > > conf/machine/imx6slevk.conf | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/conf/machine/imx6slevk.conf b/conf/machine/imx6slevk.conf > index 5c3d2fa..63a761c 100644 > --- a/conf/machine/imx6slevk.conf > +++ b/conf/machine/imx6slevk.conf > @@ -11,7 +11,9 @@ SOC_FAMILY = "mx6:mx6sl" > > KERNEL_DEVICETREE = "imx6sl-evk.dtb imx6sl-evk-csi.dtb imx6sl-evk-ldo.dtb" > > -UBOOT_MACHINE = "mx6slevk_config" > +UBOOT_CONFIG ??= "sd" > +UBOOT_CONFIG[sd] = "mx6slevk_config,sdcard" > +UBOOT_CONFIG[mfgtool] = "mx6slevk_config" > > SERIAL_CONSOLE = "115200 ttymxc0" > > -- > 1.9.0 > > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
