diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-10-13 16:59:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-10-19 13:38:57 +0100 |
commit | d915add833933a37e8763411ad78f9f5761852c4 (patch) | |
tree | 9aeb457d2181a2b6eec1ec3dcc70fd8f73b05eed | |
parent | 70a0a3913e5a31ba452e51855751b65d56999975 (diff) | |
download | poky-d915add833933a37e8763411ad78f9f5761852c4.tar.gz |
libubootenv: upgrade 0.3.4 -> 0.3.5
Changelog:
==========
Fix slowness on SPI flash
Fixes validating Env flags
Feature: get U-Boot namespace from DT
Feature: specify UBI volumes from MTD path
(From OE-Core rev: c104259333e976de0cf6fd7bea2fece1b683dbbe)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb (renamed from meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb b/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb index ac1e03b8e9..b68bbb430a 100644 --- a/meta/recipes-bsp/u-boot/libubootenv_0.3.4.bb +++ b/meta/recipes-bsp/u-boot/libubootenv_0.3.5.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/LGPL-2.1-or-later.txt;md5=4fbd65380cdd255951 | |||
11 | SECTION = "libs" | 11 | SECTION = "libs" |
12 | 12 | ||
13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" | 13 | SRC_URI = "git://github.com/sbabic/libubootenv;protocol=https;branch=master" |
14 | SRCREV = "4dfb5254fc0540a36e87914bc14644c047ea7678" | 14 | SRCREV = "3f4d15e36ceb58085b08dd13f3f2788e9299877b" |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||