From 860d5c40a6b7967c0a4adc446d0fea0eeec071b3 Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Tue, 3 Aug 2021 15:07:05 +0200 Subject: [PATCH] Update feed [ iopsys ] package [ fdtextract ] ------------------------------------------------------------------------------- * cc2831a Support FIT-images with embedded data ------------------------------------------------------------------------------- commit cc2831addca083f86c74fbaec2630d080c981aa4 Author: Andreas Gnau Date: 2021-07-21 15:30:53 +0200 Support FIT-images with embedded data Support the older way of storing image data directly inside the FIT rather than after the FIT specified by offset or absolute position. Base directory -> / fdtextract.c | 43 +++++++++++++++++++++++++------------------ 1 file changed, 25 insertions(+), 18 deletions(-) ------------------------------------------------------------------------------- --- fdtextract/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fdtextract/Makefile b/fdtextract/Makefile index 9ca3b0b85..0bcb93fc3 100644 --- a/fdtextract/Makefile +++ b/fdtextract/Makefile @@ -12,7 +12,7 @@ PKG_VERSION:=1.0 PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/fdtextract.git PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=573bf9543f8dc792b6d5dc8760cb69c64f11e932 +PKG_SOURCE_VERSION:=cc2831addca083f86c74fbaec2630d080c981aa4 PKG_MIRROR_HASH:=skip PKG_LICENSE:=GPLv2