xradio-firmware: Add branch to SRC_URI

Explicitly specify a branch parameter and fix the warning:

The future default branch used by tools and repositories is
uncertain and we will therefore soon require this is set in
all git urls.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
This commit is contained in:
Leon Anavi 2024-08-20 15:20:55 +03:00 committed by Oliver Kästner
parent 7f554a1d24
commit bb90acac4b
No known key found for this signature in database
GPG Key ID: 06A81B143EA9588F

View File

@ -9,7 +9,7 @@ SRCREV = "761658e1701c77a0a84706754e6db1a25ee60b82"
COMPATIBLE_MACHINE = "orange-pi-zero"
SRC_URI = "git://github.com/armbian/firmware.git;protocol=https"
SRC_URI = "git://github.com/armbian/firmware.git;protocol=https;branch=master"
S = "${WORKDIR}/git"