From: Trevor Woerner <twoerner@gmail.com>
To: meta-freescale@yoctoproject.org
Subject: [3rdparty][PATCH] wandboard: disable RevD1 support with use-mainline-bsp
Date: Sun, 15 Oct 2017 09:14:23 -0400 [thread overview]
Message-ID: <20171015131423.18865-1-twoerner@gmail.com> (raw)
use-mainline-bsp uses linux-fslc (as opposed to linux-wandboard otherwise)
which doesn't currently have the RevD1 definitions.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
conf/machine/wandboard.conf | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf
index e07046d..8eaf58e 100644
--- a/conf/machine/wandboard.conf
+++ b/conf/machine/wandboard.conf
@@ -29,6 +29,12 @@ KERNEL_DEVICETREE = " \
imx6q-wandboard-revd1.dtb \
imx6qp-wandboard-revd1.dtb \
"
+KERNEL_DEVICETREE_use-mainline-bsp = " \
+ imx6dl-wandboard.dtb \
+ imx6dl-wandboard-revb1.dtb \
+ imx6q-wandboard.dtb \
+ imx6q-wandboard-revb1.dtb \
+"
KERNEL_IMAGETYPE = "zImage"
--
2.14.1.459.g238e487ea
next reply other threads:[~2017-10-15 13:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-15 13:14 Trevor Woerner [this message]
2017-10-15 13:27 ` [3rdparty][PATCH] wandboard: disable RevD1 support with use-mainline-bsp Fabio Estevam
2017-10-15 16:43 ` Trevor Woerner
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=20171015131423.18865-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.