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

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>
23 lines
624 B
PHP
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"
|