public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH v2] libubootenv: Update to 0.3.5
@ 2024-01-08  7:54 Quirin Gylstorff
  2024-01-09  8:12 ` Uladzimir Bely
  0 siblings, 1 reply; 2+ messages in thread
From: Quirin Gylstorff @ 2024-01-08  7:54 UTC (permalink / raw)
  To: michael.adler, isar-users, jan.kiszka

From: Quirin Gylstorff <quirin.gylstorff@siemens.com>

The version is in Debian Testing upstream.

According to the patch notes[1],[2], following changes are added:
   - 0.3.5 release notes:

    Fix slowness on SPI flash
    Fixes validating Env flags
    Feature: get U-Boot namespace from DT
    Feature: specify UBI volumes from MTD path
  - 0.3.4 release notes:

    Fixes
    Add namespace for multiple environment
    Add new config format based on YAML

Also SWUpdate 2023.12 requires the symbol libuboot_get_namespace,
provided by this version, unconditionally

[1]: https://github.com/sbabic/libubootenv/releases/tag/v0.3.5
[2]: https://github.com/sbabic/libubootenv/releases/tag/v0.3.4

Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
---
 ...ootenv_0.3-3.bb => libubootenv_0.3.5-0.1.bb} | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)
 rename meta/recipes-bsp/libubootenv/{libubootenv_0.3-3.bb => libubootenv_0.3.5-0.1.bb} (65%)

diff --git a/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb b/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
similarity index 65%
rename from meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb
rename to meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
index dee19c0b..08eab73c 100644
--- a/meta/recipes-bsp/libubootenv/libubootenv_0.3-3.bb
+++ b/meta/recipes-bsp/libubootenv/libubootenv_0.3.5-0.1.bb
@@ -12,11 +12,18 @@ LIC_FILES_CHKSUM = "file://${LAYERDIR_isar}/licenses/COPYING.GPLv2;md5=751419260
 
 PROVIDES = "libubootenv-tool libubootenv-dev libubootenv-doc libubootenv0.1"
 
-inherit dpkg-gbp
+inherit dpkg
 
-SRC_URI = "git://salsa.debian.org/debian/libubootenv.git;protocol=https;branch=master"
-SRCREV = "a1a3504e5cda1883928a8747a0bedc56afff6910"
-
-S = "${WORKDIR}/git"
+SRC_URI = "git://salsa.debian.org/debian/libubootenv.git;protocol=https;branch=master;destsuffix=${P}"
+SRCREV = "32dcabeea9ed5342a2d1bb254bb4839e2e68ee5e"
 
 DEB_BUILD_OPTIONS += "nocheck"
+
+
+CHANGELOG_V ?= "${PV}+isar-${SRCREV}"
+
+do_prepare_build() {
+    deb_add_changelog
+    cd ${WORKDIR}
+    tar cJf ${PN}_${PV}+isar.orig.tar.xz --exclude=.git --exclude=debian ${P}
+}
-- 
2.43.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] libubootenv: Update to 0.3.5
  2024-01-08  7:54 [PATCH v2] libubootenv: Update to 0.3.5 Quirin Gylstorff
@ 2024-01-09  8:12 ` Uladzimir Bely
  0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2024-01-09  8:12 UTC (permalink / raw)
  To: isar-users

On Mon, 2024-01-08 at 08:54 +0100, 'Quirin Gylstorff' via isar-users
wrote:
> From: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> 
> The version is in Debian Testing upstream.
> 
> According to the patch notes[1],[2], following changes are added:
>    - 0.3.5 release notes:
> 
>     Fix slowness on SPI flash
>     Fixes validating Env flags
>     Feature: get U-Boot namespace from DT
>     Feature: specify UBI volumes from MTD path
>   - 0.3.4 release notes:
> 
>     Fixes
>     Add namespace for multiple environment
>     Add new config format based on YAML
> 
> Also SWUpdate 2023.12 requires the symbol libuboot_get_namespace,
> provided by this version, unconditionally
> 
> [1]: https://github.com/sbabic/libubootenv/releases/tag/v0.3.5
> [2]: https://github.com/sbabic/libubootenv/releases/tag/v0.3.4
> 
> Signed-off-by: Quirin Gylstorff <quirin.gylstorff@siemens.com>
> ---
>  ...ootenv_0.3-3.bb => libubootenv_0.3.5-0.1.bb} | 17 ++++++++++++---
> --
>  1 file changed, 12 insertions(+), 5 deletions(-)

Applied to next, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-01-09  8:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-08  7:54 [PATCH v2] libubootenv: Update to 0.3.5 Quirin Gylstorff
2024-01-09  8:12 ` Uladzimir Bely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox