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>
17 lines
495 B
PHP
17 lines
495 B
PHP
HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:CMEM"
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://include/ti/cmem.h;beginline=1;endline=30;md5=26be509e4bb413905bda8309e338e2b1"
|
|
|
|
BRANCH = "master"
|
|
# This corresponds to version 4.20.00.01
|
|
SRCREV = "86269258a48e0a9008dd9d5ebfae9da7ce843393"
|
|
|
|
PV = "4.20.00.01+git${SRCPV}"
|
|
|
|
SRC_URI = "git://git.ti.com/git/ipc/ludev.git;protocol=https;branch=${BRANCH}"
|
|
|
|
S = "${WORKDIR}/git"
|
|
COMPATIBLE_HOST ?= "null"
|
|
COMPATIBLE_HOST_ti-soc = "(.*)"
|