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>
25 lines
733 B
PHP
25 lines
733 B
PHP
# Adapted from linux-imx.inc, copyright (C) 2012, 2013 O.S. Systems Software LTDA
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
SUMMARY = "Linux kernel for Wandboard"
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
|
|
|
|
require recipes-kernel/linux/linux-imx.inc
|
|
|
|
# Put a local version until we have a true SRCREV to point to
|
|
LOCALVERSION ?= "+yocto"
|
|
SCMVERSION ?= "y"
|
|
|
|
SRCBRANCH ??= "master"
|
|
|
|
# Allow override of WANDBOARD_GITHUB_MIRROR to make use of
|
|
# local repository easier
|
|
WANDBOARD_GITHUB_MIRROR ?= "git://github.com/wandboard-org/linux.git"
|
|
|
|
# SRC_URI for wandboard kernel
|
|
SRC_URI = "${WANDBOARD_GITHUB_MIRROR};branch=${SRCBRANCH} \
|
|
file://defconfig \
|
|
"
|
|
|