mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00
wandboard: Revert device tree name change
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>
This commit is contained in:
parent
fa45a2df35
commit
fb6ead9fc3
|
@ -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 \
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue
Block a user