From: Gary Thomas <gary@mlbassoc.com>
To: meta-freescale@yoctoproject.org
Subject: [meta-fsl-arm-extra][PATCH] nitrogen6x.conf: Allow kernel provider override
Date: Wed, 30 Oct 2013 07:41:29 -0600 [thread overview]
Message-ID: <52710C89.7030903@mlbassoc.com> (raw)
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
next reply other threads:[~2013-10-30 13:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-30 13:41 Gary Thomas [this message]
2013-10-30 14:06 ` [meta-fsl-arm-extra][PATCH] nitrogen6x.conf: Allow kernel provider override 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52710C89.7030903@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.