mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Stop using un-encrypted git:// protocol to access TI repositories. This is inline with the same arguments as made by github in https://github.blog/2021-09-01-improving-git-protocol-security-github/ Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
37 lines
1.2 KiB
BlitzBasic
37 lines
1.2 KiB
BlitzBasic
SUMMARY = "TI Fault management module for keystone devices"
|
|
|
|
inherit ti-pdk
|
|
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://fault_mgmt.h;beginline=1;endline=41;md5=4be5df2b9c314da729e9e4f6cc0b2979"
|
|
|
|
COMPATIBLE_MACHINE = "k2hk|k2e|k2l"
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
FAULT_MANAGEMENT_GIT_URI = "git://git.ti.com/git/keystone-rtos/fault_mgmt.git"
|
|
FAULT_MANAGEMENT_GIT_PROTOCOL = "https"
|
|
FAULT_MANAGEMENT_GIT_BRANCH = "master"
|
|
FAULT_MANAGEMENT_GIT_DESTSUFFIX = "git/ti/instrumentation/fault_mgmt"
|
|
|
|
# Below commit ID corresponds to "DEV.FAULT_MGMT.01.00.01.04A"
|
|
FAULT_MANAGEMENT_SRCREV = "67becdff0e3d181ab7b8fada226f5737517c1c52"
|
|
|
|
BRANCH = "${FAULT_MANAGEMENT_GIT_BRANCH}"
|
|
SRC_URI = "${FAULT_MANAGEMENT_GIT_URI};destsuffix=${FAULT_MANAGEMENT_GIT_DESTSUFFIX};protocol=${FAULT_MANAGEMENT_GIT_PROTOCOL};branch=${BRANCH}"
|
|
|
|
SRCREV = "${FAULT_MANAGEMENT_SRCREV}"
|
|
PV = "01.00.01.04A"
|
|
PR = "r0"
|
|
|
|
S = "${WORKDIR}/${FAULT_MANAGEMENT_GIT_DESTSUFFIX}"
|
|
|
|
DEPENDS_append_keystone = " qmss-lld-rtos \
|
|
cppi-lld-rtos \
|
|
pa-lld-rtos \
|
|
"
|
|
|
|
DEPENDS_append_k2hk = " aif2-lld-rtos \
|
|
"
|
|
# HTML doc link params
|
|
PDK_COMP_LINK_TEXT = "Fault Management"
|