All of lore.kernel.org
 help / color / mirror / Atom feed
* [3rdparty PATCH 1/2] wandboard: Revert device tree name change
@ 2017-10-04 19:22 Otavio Salvador
  2017-10-04 19:22 ` [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support Otavio Salvador
  0 siblings, 1 reply; 10+ messages in thread
From: Otavio Salvador @ 2017-10-04 19:22 UTC (permalink / raw)
  To: meta-freescale Mailing List
  Cc: Fabio Estevam, Stefano Babic, Wandboard Development Mailing List,
	Otavio Salvador

There is no reason to diverge from mainline so we revert the device
tree name change.

This patch changes the machine definition and the Linux kernel recipe
so the tree is kept buildable.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 conf/machine/wandboard.conf                       | 6 ------
 recipes-kernel/linux/linux-wandboard_4.1-2.0.x.bb | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/conf/machine/wandboard.conf b/conf/machine/wandboard.conf
index a3b04ea..c13ca3d 100644
--- a/conf/machine/wandboard.conf
+++ b/conf/machine/wandboard.conf
@@ -21,12 +21,6 @@ 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 \
diff --git a/recipes-kernel/linux/linux-wandboard_4.1-2.0.x.bb b/recipes-kernel/linux/linux-wandboard_4.1-2.0.x.bb
index 1936640..cc1a9d6 100644
--- a/recipes-kernel/linux/linux-wandboard_4.1-2.0.x.bb
+++ b/recipes-kernel/linux/linux-wandboard_4.1-2.0.x.bb
@@ -6,6 +6,6 @@ include linux-wandboard.inc
 DEPENDS += "lzop-native bc-native"
 
 SRCBRANCH = "4.1-2.0.x-imx"
-SRCREV = "18945fa6f63c4c5d2df14998c5e74bf799e6f65e"
+SRCREV = "0d698de42426a92e3ba47071f11960aeb91eb349"
 
 COMPATIBLE_MACHINE = "(wandboard)"
-- 
2.14.2



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

end of thread, other threads:[~2017-10-15 13:45 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-04 19:22 [3rdparty PATCH 1/2] wandboard: Revert device tree name change Otavio Salvador
2017-10-04 19:22 ` [3rdparty PATCH 2/2] wandboard: Add Wandboard revision D1 support Otavio Salvador
2017-10-10 23:04   ` Trevor Woerner
2017-10-10 23:10     ` Otavio Salvador
2017-10-10 23:11       ` Fabio Estevam
2017-10-10 23:13         ` Otavio Salvador
2017-10-11 12:30           ` Trevor Woerner
2017-10-11 12:54             ` Otavio Salvador
2017-10-14 17:23         ` Fabio Estevam
2017-10-15 13:45           ` Trevor Woerner

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.