On Wed, Mar 19, 2014 at 1:03 PM, [email protected] <[email protected]> wrote: > Yes I confirm usingg the nitrogen6x as MACHINE that error disappears.
commit 07a578fcfd0c65fe1ba9afbe9911ae90a8dcaf95 Author: Otavio Salvador <[email protected]> Date: Thu Mar 20 18:47:50 2014 -0300 imx6qsabrelite: Add the machine in the MACHINEOVERRIDES The machine needs to be included in the overrides list or COMPATIBLE_MACHINE matching fails badly. Change-Id: I52d717dd667c52cb3844c99fdfe25ab0c0c185d6 Reported-by: Dott.Ing. Omar Pighi <[email protected]> Signed-off-by: Otavio Salvador <[email protected]> diff --git a/conf/machine/imx6qsabrelite.conf b/conf/machine/imx6qsabrelite.conf index 442c86f..c6bd735 100644 --- a/conf/machine/imx6qsabrelite.conf +++ b/conf/machine/imx6qsabrelite.conf @@ -9,5 +9,5 @@ # from the MMC (SD3 or SD4) please check the Boundary's blog post # at: http://boundarydevices.com/u-boot-on-i-mx6/#unbricking -MACHINEOVERRIDES = "nitrogen6x" +MACHINEOVERRIDES = "nitrogen6x:${MACHINE}" include conf/machine/nitrogen6x.conf I would like to put a reported-by entry with your name but I don't know if it is right or not. Could you double check? -- 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
