blob: ef5762f43a691facda8b49478db357516907e492 (
plain)
1
2
3
4
5
6
|
PV = "0.0+git${SRCPV}"
SRCREV = "cd79224421fb2e3a0109c8e765264f5f39af9ef3"
BRANCH ?= "main"
SRC_URI = " \
git://github.com/unified-hmi/remote-virtio-gpu.git;protocol=https;branch=${BRANCH} \
"
|