mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-26 13:57:59 +00:00
serdes-diag-rtos: Add rtos recipe for serdes-diag
Upstreaming TI RTOS library for SERDES diagnostics 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
6a6c603a81
commit
cd9c97c4c1
@@ -0,0 +1,31 @@
|
|||||||
|
SUMMARY = "TI RTOS library for SERDES diagnostics"
|
||||||
|
|
||||||
|
inherit ti-pdk
|
||||||
|
|
||||||
|
LICENSE = "BSD-3-Clause"
|
||||||
|
LIC_FILES_CHKSUM = "file://serdes_diag.h;beginline=1;endline=42;;md5=68e7ce6fdc0e9328fa7d0ec41c54420c"
|
||||||
|
|
||||||
|
COMPATIBLE_MACHINE = "keystone|c66x"
|
||||||
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||||
|
|
||||||
|
SERDES_DIAG_GIT_URI = "git://git.ti.com/keystone-rtos/serdes_diag.git"
|
||||||
|
SERDES_DIAG_GIT_PROTOCOL = "git"
|
||||||
|
SERDES_DIAG_GIT_BRANCH = "master"
|
||||||
|
SERDES_DIAG_GIT_DESTSUFFIX = "git/ti/diag/serdes_diag"
|
||||||
|
|
||||||
|
# Below commit ID corresponds to "DEV.DIAG_SERDES_SB.01.00.00.07"
|
||||||
|
SERDES_DIAG_SRCREV = "65a0c2f6afc84dce03c706432667382700a08654"
|
||||||
|
|
||||||
|
BRANCH = "${SERDES_DIAG_GIT_BRANCH}"
|
||||||
|
SRC_URI = "${SERDES_DIAG_GIT_URI};destsuffix=${SERDES_DIAG_GIT_DESTSUFFIX};protocol=${SERDES_DIAG_GIT_PROTOCOL};branch=${BRANCH}"
|
||||||
|
|
||||||
|
SRCREV = "${SERDES_DIAG_SRCREV}"
|
||||||
|
PV = "01.00.00.07"
|
||||||
|
PR = "r0"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/${SERDES_DIAG_GIT_DESTSUFFIX}"
|
||||||
|
|
||||||
|
# HTML doc link params
|
||||||
|
PDK_COMP_LINK_TEXT = "SERDES Diagnostics"
|
||||||
|
|
||||||
|
INSANE_SKIP_${PN} = "arch"
|
||||||
Reference in New Issue
Block a user