meta-freescale-3rdparty/recipes-kernel/linux/linux-denx.inc
Marek Vasut f505438d6c linux-denx: Add linux-denx repository
Add this repository since it is needed for DENX M53EVK board. The
repository contains patched kernel source fitting this board. Also
add the m53evk defconfig.

Change-Id: I544d7a1f7632332c36b2b03ec0b784da2ff6472d
Signed-off-by: Marek Vasut <marex@denx.de>
2013-07-02 14:58:42 -03:00

21 lines
557 B
PHP

# Copyright (C) 2013 Marek Vasut <marex@denx.de>
# Released under the MIT license (see COPYING.MIT for the terms)
DESCRIPTION = "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
require recipes-kernel/linux/linux-dtb.inc
# Avoid imx-test installation hacks
IMX_TEST_SUPPORT = "n"
SRC_URI = "git://git.denx.de/linux-denx.git "
LOCALVERSION = "-denx"