From 7eebe81871796773f76e2ff34a22fbfbe73f8876 Mon Sep 17 00:00:00 2001 From: Baikal Electronics Date: Fri, 27 Oct 2023 14:15:08 +0300 Subject: [PATCH] Use commit hashes in SRCREV_* variables --- meta-baikal/recipes-bsp/u-boot/u-boot_2022.10.bbappend | 2 +- meta-baikal/recipes-kernel/linux/linux-baikal_6.1.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-baikal/recipes-bsp/u-boot/u-boot_2022.10.bbappend b/meta-baikal/recipes-bsp/u-boot/u-boot_2022.10.bbappend index 76979e7..46260e3 100644 --- a/meta-baikal/recipes-bsp/u-boot/u-boot_2022.10.bbappend +++ b/meta-baikal/recipes-bsp/u-boot/u-boot_2022.10.bbappend @@ -2,7 +2,7 @@ LIC_FILES_CHKSUM = "file://Licenses/README;md5=2ca5f2c35c8cc335f0a19756634782f1" SRC_URI = "git://git.baikalelectronics.ru/uboot.git;protocol=git;branch=baikal/mips;name=uboot" -SRCREV_uboot = "baikal/mips/sdk6.2" +SRCREV_uboot = "9fc65a447d9248de37e35d038599bdd6647a9975" S = "${WORKDIR}/git" diff --git a/meta-baikal/recipes-kernel/linux/linux-baikal_6.1.bb b/meta-baikal/recipes-kernel/linux/linux-baikal_6.1.bb index a08ac72..e5c066b 100644 --- a/meta-baikal/recipes-kernel/linux/linux-baikal_6.1.bb +++ b/meta-baikal/recipes-kernel/linux/linux-baikal_6.1.bb @@ -7,7 +7,7 @@ KERNEL_IMAGETYPE = "uImage" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" SRC_URI = "git://git.baikalelectronics.ru/kernel.git;protocol=git;branch=baikal/mips/6.1.y" -SRCREV = "baikal/mips/sdk6.2" +SRCREV = "29eb0af20ede95aefdd6fa93136eccf0111c4403" LINUX_VERSION ?= "6.1" -- 2.39.5