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>
22 lines
583 B
HTML
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"
|