[OE-core] [RFC PATCH] uboot-config.bbclass: Allow choose of U-Boot config for machine

2013-08-04 Thread Otavio Salvador
Some machines provide several possible configurations and until now there was no easy way for user to override the default setting. This class provides a system similar to PACKAGECONFIG but for U-Boot. The format is: UBOOT_CONFIG ??= default UBOOT_CONFIG[foo] = config,images There are two

Re: [OE-core] [RFC PATCH] uboot-config.bbclass: Allow choose of U-Boot config for machine

2013-08-04 Thread Otavio Salvador
On Sun, Aug 4, 2013 at 7:25 PM, Otavio Salvador ota...@ossystems.com.br wrote: Some machines provide several possible configurations and until now there was no easy way for user to override the default setting. This class provides a system similar to PACKAGECONFIG but for U-Boot. The format