From ac399ad09105dce73bccde9574216377613a98de Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 29 Oct 2021 09:51:13 -0400 Subject: global: add explicit branch to all SRC_URIs As introduced in the oe-core post: https://lists.openembedded.org/g/openembedded-core/message/157623 SRC_URIs without an explicit branch will generate warnings, and eventually be an error. We run the provided conversion script to make sure that meta-virt is ready for the change. Signed-off-by: Bruce Ashfield --- recipes-extended/xvisor/xvisor_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-extended/xvisor/xvisor_git.bb') diff --git a/recipes-extended/xvisor/xvisor_git.bb b/recipes-extended/xvisor/xvisor_git.bb index b9692e34..239881a0 100644 --- a/recipes-extended/xvisor/xvisor_git.bb +++ b/recipes-extended/xvisor/xvisor_git.bb @@ -10,7 +10,7 @@ inherit autotools-brokensep # This version support the RISC-V v0.5.0 Hypervisor extensions SRCREV = "b3dac5b1f61f23f21dc59b3880897cff78f3b618" -SRC_URI = "git://github.com/avpatel/xvisor-next.git \ +SRC_URI = "git://github.com/avpatel/xvisor-next.git;branch=master \ file://0001-TESTS-Don-t-specify-mabi-or-march-for-RISC-V.patch \ file://0001-EMULATORS-Allow-Xvisor-to-compile-with-gcc-10.patch \ " -- cgit v1.2.3-54-g00ecf