mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-19 20:19:01 +02:00

The Device Tree support is now handled by the kernel class. This patch removes the inclusion of linux-dtb.inc from the kernel recipes in this layer. Change-Id: I9b40bb8e3c061b740f018874a8676262f108b301 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
14 lines
441 B
BlitzBasic
14 lines
441 B
BlitzBasic
# Copyright (C) 2015 Gateworks Corporation
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
include recipes-kernel/linux/linux-imx.inc
|
|
|
|
DEPENDS += "lzop-native bc-native"
|
|
|
|
SRCREV = "d9991ca465921e5ed120dd321e06a2d64eaa5099"
|
|
LOCALVERSION = "-1.0.x-ga+yocto"
|
|
SRC_URI = "git://github.com/Gateworks/linux-imx6.git;protocol=git;branch=gateworks_fslc_3.14_1.0.x_ga \
|
|
file://defconfig"
|
|
|
|
COMPATIBLE_MACHINE = "(ventana)"
|