mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-27 14:28:05 +00:00
cmb-addon-rtos: Adding CMB rtos recipe
Circular Microphone array board (CMB) RTOS software Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
9a3ab72144
commit
1cfec69db9
@@ -0,0 +1,41 @@
|
|||||||
|
SUMMARY = "TI RTOS software supporting circular microphone array board"
|
||||||
|
require recipes-ti/includes/ti-paths.inc
|
||||||
|
inherit ti-pdk
|
||||||
|
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://cmbaddonver.h;beginline=8;endline=47;md5=d0cb159bf210cfafed63042da01c83e0"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "k2g|omapl137-evm"
|
||||||
|
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
CMB_ADDON_GIT_URI = "git://git.ti.com/processor-sdk/circmicarray-addon.git"
|
||||||
|
CMB_ADDON_GIT_PROTOCOL = "git"
|
||||||
|
CMB_ADDON_GIT_BRANCH = "master"
|
||||||
|
CMB_ADDON_GIT_DESTSUFFIX = "git/ti/addon"
|
||||||
|
|
||||||
|
# Below commit ID corresponds to "DEV.CMB.01.01.00.00"
|
||||||
|
CMB_ADDON_SRCREV = "29c05572b82251bac73cd685afcffdb8549eaaaf"
|
||||||
|
|
||||||
|
SRCREV = "${CMB_ADDON_SRCREV}"
|
||||||
|
PV = "01.01.00.00"
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
BRANCH = "${CMB_ADDON_GIT_BRANCH}"
|
||||||
|
SRC_URI = "${CMB_ADDON_GIT_URI};destsuffix=${CMB_ADDON_GIT_DESTSUFFIX};protocol=${CMB_ADDON_GIT_PROTOCOL};branch=${BRANCH}"
|
||||||
|
|
||||||
|
|
||||||
|
S = "${WORKDIR}/git/ti/addon/cmb"
|
||||||
|
|
||||||
|
DEPENDS_append = " ti-sysbios \
|
||||||
|
gpio-lld-rtos \
|
||||||
|
i2c-lld-rtos \
|
||||||
|
mcasp-lld-rtos \
|
||||||
|
board-rtos \
|
||||||
|
"
|
||||||
|
|
||||||
|
export PDK_CMB_ROOT_PATH = "${WORKDIR}/build"
|
||||||
|
export DEST_ROOT="${S}"
|
||||||
|
|
||||||
|
# Build with make instead of XDC
|
||||||
|
TI_PDK_XDCMAKE = "0"
|
||||||
Reference in New Issue
Block a user