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

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>
21 lines
557 B
PHP
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"
|