From: Trevor Woerner <twoerner@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: [PATCH][3rdparty] wandboard: use-mainline-bsp default kernel choice
Date: Fri, 26 May 2017 15:18:42 -0400 [thread overview]
Message-ID: <20170526191842.31739-1-twoerner@gmail.com> (raw)
Allow the "use-mainline-bsp" MACHINEOVERRIDES to toggle between the
linux-wandboard and linux-fslc kernels for the wandboard's suggested
kernel choice.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
conf/machine/wandboard.conf | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf
index ad8ebb7..506173f 100644
--- a/conf/machine/wandboard.conf
+++ b/conf/machine/wandboard.conf
@@ -17,13 +17,21 @@ UBOOT_MACHINE = "wandboard_config"
UBOOT_EXTLINUX = "1"
UBOOT_EXTLINUX_ROOT = "root=PARTUUID=${uuid}"
-PREFERRED_PROVIDER_virtual/kernel ?= "linux-wandboard"
+WANDBOARD_DEFAULT_KERNEL = "linux-wandboard"
+WANDBOARD_DEFAULT_KERNEL_use-mainline-bsp = "linux-fslc"
+PREFERRED_PROVIDER_virtual/kernel ?= "${WANDBOARD_DEFAULT_KERNEL}"
KERNEL_DEVICETREE = " \
imx6dl-wandboard-revb1.dtb \
imx6dl-wandboard-revc1.dtb \
imx6q-wandboard-revb1.dtb \
imx6q-wandboard-revc1.dtb \
"
+KERNEL_DEVICETREE_use-mainline-bsp = " \
+ imx6dl-wandboard.dtb \
+ imx6dl-wandboard-revb1.dtb \
+ imx6q-wandboard.dtb \
+ imx6q-wandboard-revb1.dtb \
+"
KERNEL_IMAGETYPE = "zImage"
--
2.13.0
reply other threads:[~2017-05-26 19:19 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20170526191842.31739-1-twoerner@gmail.com \
--to=twoerner@gmail.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.