mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Every recipe should have a SUMMARY and that can only be 72 characters at most. Some of these recipes had DESCRIPTIONS and not SUMMARY, some were missing the SUMMARY, and some had slightly too long values for the SUMMARY. Signed-off-by: Ryan Eatmon <reatmon@ti.com>
25 lines
669 B
BlitzBasic
25 lines
669 B
BlitzBasic
SUMMARY = "Debug Sub-System (DebugSS) driver for Keystone and DRA7xx devices"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=9d4316fe434ba450dca4da25348ca5a3"
|
|
|
|
PV:append = "+git"
|
|
|
|
S = "${WORKDIR}/git/debugss_module/debugss-mod"
|
|
|
|
inherit module
|
|
|
|
PLATFORM = ""
|
|
PLATFORM:dra7xx = "DRA7xx_PLATFORM"
|
|
|
|
EXTRA_OEMAKE = "'PLATFORM=${PLATFORM}' KVERSION=${KERNEL_VERSION} KERNEL_SRC=${STAGING_KERNEL_DIR}"
|
|
|
|
COMPATIBLE_MACHINE = "dra7xx"
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
include dsptop.inc
|
|
|
|
SRC_URI += "\
|
|
file://0001-debugss_kmodule-Add-include-for-mod_devicetable.h.patch \
|
|
file://0002-debugss_kmodule-kernel-6.11-changed-return-value-for.patch \
|
|
"
|