From bc0ffff36a0bd8043e958913f574cb8d2a79e93d Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sun, 13 Dec 2020 14:36:17 -1000 Subject: build/json: add filesystem information Some images are created using different filesystems, most popular squashfs and ext4. To allow downstream projects to distinguesh between those, add the `filesystem` information to created json files. Signed-off-by: Paul Spooren --- scripts/json_add_image_info.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/json_add_image_info.py b/scripts/json_add_image_info.py index ac907c777c..d394cf4d1f 100755 --- a/scripts/json_add_image_info.py +++ b/scripts/json_add_image_info.py @@ -51,6 +51,7 @@ image_info = { "images": [ { "type": getenv("IMAGE_TYPE"), + "filesystem": getenv("IMAGE_FILESYSTEM"), "name": getenv("IMAGE_NAME"), "sha256": image_hash, } -- cgit v1.2.3