]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
libubootenv: upgrade 0.3.4 -> 0.3.5
authorWang Mingyu <wangmy@fujitsu.com>
Fri, 13 Oct 2023 08:59:47 +0000 (16:59 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 19 Oct 2023 12:38:54 +0000 (13:38 +0100)
Changelog:
==========
Fix slowness on SPI flash
Fixes validating Env flags
Feature: get U-Boot namespace from DT
Feature: specify UBI volumes from MTD path

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb [moved from meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb with 93% similarity]

similarity index 93%
rename from meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb
rename to meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb
index ac1e03b8e97a58b3a973b1b2895e85d430d70010..b68bbb430abc070581b7ca23fe65004bef260ed7 100644 (file)
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951
 SECTION = "libs"
 
 SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master"
-SRCREV = "4dfb5254fc0540a36e87914bc14644c047ea7678"
+SRCREV = "3f4d15e36ceb58085b08dd13f3f2788e9299877b"
 
 S = "${WORKDIR}/git"