mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-01-12 01:20:20 +00:00
Replace MIT license with TI-TFL to align with TI release policy and product requirements. Legal approval: SRAS00013045 Update scarthgap srcrev and disable 2dfft example from lib build. License-Update: Replace MIT to TI-TFL license Signed-off-by: Vishnu Singh <v-singh1@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
15 lines
450 B
BlitzBasic
15 lines
450 B
BlitzBasic
SUMMARY = "RPMsg DMA shared library"
|
|
LICENSE = "TI-TFL"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=91dc4ee6d125d0aaba4e5bd2fcc50ed3"
|
|
|
|
SRC_URI = "git://github.com/TexasInstruments/rpmsg-dma.git;protocol=https;branch=scarthgap"
|
|
SRCREV = "153951932925a72346b76d98b2774952c48a82fc"
|
|
|
|
inherit cmake
|
|
|
|
DEPENDS = "ti-rpmsg-char"
|
|
|
|
EXTRA_OECMAKE += "-DBUILD_LIB=ON -DBUILD_AUDIO_OFFLOAD_EXAMPLE=OFF -DBUILD_2DFFT_OFFLOAD_EXAMPLE=OFF"
|
|
|
|
COMPATIBLE_MACHINE = "^(k3)$"
|