From afaf3035e8b05b88d3b8e3003eedc91fa41fc43a Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 26 Feb 2025 07:24:32 +0800 Subject: [PATCH] python3-snagboot: upgrade 2.1 -> 2.2 docs: provide some performance indicators for Snagfactory snagflash: add a Fastboot command to flash Android Sparse Image files snagrecover: add support for AM62Lx platforms Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/{python3-snagboot_2.1.bb => python3-snagboot_2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-snagboot_2.1.bb => python3-snagboot_2.2.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-snagboot_2.1.bb b/meta-python/recipes-devtools/python/python3-snagboot_2.2.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-snagboot_2.1.bb rename to meta-python/recipes-devtools/python/python3-snagboot_2.2.bb index db9bb82054..07b9a5208c 100644 --- a/meta-python/recipes-devtools/python/python3-snagboot_2.1.bb +++ b/meta-python/recipes-devtools/python/python3-snagboot_2.2.bb @@ -3,7 +3,7 @@ SUMMARY = "Snagboot intends to be an open-source replacement vendor-specific too LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" -SRC_URI[sha256sum] = "cfd5e80db6010768d129eb123c4de6a8f3661fac353e20cc6e103e731d13c8d8" +SRC_URI[sha256sum] = "00f4933cb52fb73dcf61a0723d77d9d6bc509affb7cd5d5dcd875d2c333e8b08" inherit pypi python_setuptools_build_meta