meta-freescale-3rdparty/recipes-kernel/linux/linux-denx.inc
Otavio Salvador 842931f7f5 Stop using linux-dtb.inc
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>
2017-09-05 22:39:00 -03:00

22 lines
583 B
HTML

# Copyright (C) 2013 Marek Vasut <marex@denx.de>
# Released under the MIT license (see COPYING.MIT for the terms)
SUMMARY = "DENX mainline based Linux kernel"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
DEPENDS += "lzop-native"
PROVIDES = "virtual/kernel linux-mainline"
inherit kernel
require recipes-kernel/linux/linux-imx.inc
# Avoid imx-test installation hacks
IMX_TEST_SUPPORT = "n"
SRCBRANCH ?= "master"
SRC_URI = "git://git.denx.de/linux-denx.git;branch=${SRCBRANCH} \
file://defconfig"
LOCALVERSION = "-master"