Skip to content

Commit

Permalink
bmap-writer: update to latest git version
Browse files Browse the repository at this point in the history
* switch to libarchive to handle a larger decompression schemes

* implement own sha256 hashing and drop openssl dependency

* compute maximum buffer size before writing each range

* bmap file optional: if not provided, it will be searched in the same path as the input

* print time/speed of the writing operation
  • Loading branch information
embetrix committed Jan 2, 2025
1 parent 79fbbad commit 6285193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-oe/recipes-support/bmap-writer/bmap-writer_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e49f4652534af377a713df3d9dec60cb"

SRC_URI = "git://github.com/embetrix/${BPN};branch=master;protocol=https"
SRCREV = "06cf5263082ec3e9d54e8409f268240fc767b5d4"
SRCREV = "fcc14ed4fc9083a4e7fc25045b99cb7323bae4fe"
S = "${WORKDIR}/git"

DEPENDS= "openssl libxml2 xz zlib zstd"
DEPENDS = "libxml2 libarchive"
inherit cmake pkgconfig

EXTRA_OEMAKE += 'LIBXML2_HEADER_PATH="${STAGING_INCDIR}/libxml2"'
Expand Down

0 comments on commit 6285193

Please sign in to comment.