meta-freescale-3rdparty/recipes-kernel/linux/linux-denx.inc
Daiane Angolini ba7770da79 linux: Use SUMMARY to describe the linux provider
Replace DESCRIPTION to SUMMARY on linux recipes.

The SUMMARY content may be used in Release Notes to
describe the each kernel provider.

Add SUMMARY for linux-congatec, linux-cubox-i and
linux-timesys. For those, the SUMMARY used was the one
already in Release Notes [1] in file [2]

[1] https://github.com/Freescale/Documentation
[2] release-notes/source/kernel-linux.rst

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
2014-03-27 14:55:35 -03:00

23 lines
624 B
PHP

# 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
require recipes-kernel/linux/linux-dtb.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 = "-denx"