All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH] nitrogen6x.conf: Allow kernel provider override
@ 2013-10-30 13:41 Gary Thomas
  2013-10-30 14:06 ` Eric Nelson
  2013-10-30 14:10 ` Otavio Salvador
  0 siblings, 2 replies; 16+ messages in thread
From: Gary Thomas @ 2013-10-30 13:41 UTC (permalink / raw)
  To: meta-freescale

This change lets the user override the choice of kernel in local.conf
Without it, there is no way to build any kernel, e.g. linux-imx, other
than the linux-boundary version.

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
---
  conf/machine/nitrogen6x.conf |    2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/nitrogen6x.conf b/conf/machine/nitrogen6x.conf
index dbf31c5..b292d75 100644
--- a/conf/machine/nitrogen6x.conf
+++ b/conf/machine/nitrogen6x.conf
@@ -33,7 +33,7 @@ include conf/machine/include/tune-cortexa9.inc
  SOC_FAMILY = "mx6:mx6q"
   PREFERRED_PROVIDER_u-boot = "u-boot-boundary"
-PREFERRED_PROVIDER_virtual/kernel = "linux-boundary"
+PREFERRED_PROVIDER_virtual/kernel ?= "linux-boundary"
   # Use SPI NOR U-Boot by default
  IMAGE_BOOTLOADER ?= ""
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2013-10-30 18:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 13:41 [meta-fsl-arm-extra][PATCH] nitrogen6x.conf: Allow kernel provider override Gary Thomas
2013-10-30 14:06 ` Eric Nelson
2013-10-30 14:10 ` Otavio Salvador
2013-10-30 14:25   ` Eric Nelson
2013-10-30 14:28     ` Otavio Salvador
2013-10-30 14:42       ` Eric Nelson
2013-10-30 14:25   ` Gary Thomas
2013-10-30 14:33     ` Otavio Salvador
2013-10-30 14:44       ` Gary Thomas
2013-10-30 16:01         ` Otavio Salvador
2013-10-30 16:16           ` Eric Nelson
2013-10-30 16:56           ` Daiane Angolini
2013-10-30 17:29             ` Otavio Salvador
2013-10-30 17:46               ` Eric Nelson
2013-10-30 17:51                 ` Otavio Salvador
2013-10-30 18:04                 ` Gary Thomas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.