From 6ece692e9bf5c00c5a9f70d007620ec3ce86213f Mon Sep 17 00:00:00 2001 From: Alexey Brodkin Date: Tue, 4 Jan 2022 20:18:02 +0300 Subject: [PATCH] sunxi-boards: Bump version For some reason it was not updated since 2015 and there seem to be quite some changes in the repo. Also switch protocol for getting sources from GitHub from git to https to get rid of the bitbake warning. Signed-off-by: Alexey Brodkin --- recipes-bsp/sunxi-board-fex/sunxi-board-fex.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/sunxi-board-fex/sunxi-board-fex.bb b/recipes-bsp/sunxi-board-fex/sunxi-board-fex.bb index 5505978..a506545 100644 --- a/recipes-bsp/sunxi-board-fex/sunxi-board-fex.bb +++ b/recipes-bsp/sunxi-board-fex/sunxi-board-fex.bb @@ -9,9 +9,9 @@ PR = "r0" COMPATIBLE_MACHINE = "(sun4i|sun5i|sun7i)" -SRC_URI = "git://github.com/linux-sunxi/sunxi-boards.git;protocol=git" +SRC_URI = "git://github.com/linux-sunxi/sunxi-boards.git;protocol=https;branch=master" # Increase PV with SRCREV change -SRCREV = "496ef0fbd166cc2395daa76dd3c359357420963d" +SRCREV = "af5f938ea14a3614d35ad3d9ab51a5d392117444" S = "${WORKDIR}/git"