From d3fa2e4a5312217dda33cfec1636ef7021447f09 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Sat, 6 Jul 2024 02:27:34 +0300 Subject: [PATCH] bootrr: bump to the latest revision In order to fix bootrr on db410c, bump bootrr to the latest revision. While we are at it, point the recipe to the new repo location. Signed-off-by: Dmitry Baryshkov --- recipes-test/bootrr/bootrr_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-test/bootrr/bootrr_git.bb b/recipes-test/bootrr/bootrr_git.bb index 01637b4..59cdc59 100644 --- a/recipes-test/bootrr/bootrr_git.bb +++ b/recipes-test/bootrr/bootrr_git.bb @@ -3,9 +3,9 @@ SUMMARY = "simple low-level testing tool for qcom boards" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=987293312a134ab40eec5f3d446cfaff" -SRCREV = "bd84c8a164e9c603db85781cfa019b516a6d2ded" +SRCREV = "7dd53678fe1e677a63883639c2dad927d7266c00" SRC_URI = "\ - git://github.com/andersson/bootrr.git;branch=master;protocol=https \ + git://github.com/linux-msm/bootrr.git;branch=master;protocol=https \ " S = "${WORKDIR}/git"