From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7366638117472698368 X-Received: by 2002:ac2:4249:0:b0:51c:441d:9bc2 with SMTP id 2adb3069b0e04-5217c46c436mr1628249e87.27.1715179094644; Wed, 08 May 2024 07:38:14 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:280b:b0:519:6fe8:c02e with SMTP id 2adb3069b0e04-51f01969d88ls1418357e87.0.-pod-prod-03-eu; Wed, 08 May 2024 07:38:12 -0700 (PDT) X-Google-Smtp-Source: AGHT+IG3wBSfRvoMLU/DXNdCoO86eEBZrUqnfPlsGL5A+ds+UGtMwyqx/VgG9qiyw/xnLRuyoGW2 X-Received: by 2002:ac2:4547:0:b0:51d:3b87:70a4 with SMTP id 2adb3069b0e04-5217c56f2aamr1717958e87.36.1715179092278; Wed, 08 May 2024 07:38:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1715179092; cv=none; d=google.com; s=arc-20160816; b=XYMDn/0+lpRPsjhuCcW4eDj+2rzy+coD59Im4XF/AMEQ8AuP3ve0zzgfhQ2XKCkxBa AUI+9o/v7CktbvzdrWN0/A4/Ijzyqqrf5JO878H/LVrdgGC9d40j0BtBoggiRKuRlgGv SZFKHM+f/xeBpTxd8iEuuzV844HQ93+hC0TLT44SgkHaGWHMT7rNBglsyJyEoJE/TW0m IBJNTUuTjVXowBufIadrObRFtdWill7b6vmj7daPWvddUk1LqlNq+OTD0DkLLR14J+V2 072x+VL72KMS52AkThip3Zb+03wych26gR6anh7ggwFjRmrBT9PbmZosRBwMvYBvBYRh b2Ng== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from; bh=xpOukPNdAfkDmxXZJYywWmyciLcXbO4R55sbDRlVTIs=; fh=/h9QQkzJ8EboVkWg45aWwpaUro6WMavIVd2OhN45RtE=; b=otZpW5lEO2weqjiaocM3+57gccVo4C4suKDgrv8U+fV0QXN50Yexk7Mp3maU1m0IqZ 8D/DjmhHWTQ3oX+oDzsPqQn3a/E78lgc35duA1YGcEHjkYTRtd4JODQZFj7dDyVYJIkP bb2kaA8t9kk/ZN2CUbrh1H25aitMgKSfI0jUWrrcVMJqpK/ZctXQtaGrFRvg6+3pNM4H xPa4IDWT9szWeE7NoSSqJAyJyqERuaaUNeREn+cxYr4tmzCO+7fitXVnG/ocSN7S83bs WXmamwnIhHgLgUPwY/GmCW3fPIkUx3qiQj5RDht8TdY8ynRygCx+GHy8ftgldKAL8kfN D89g==; dara=google.com ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id q26-20020ac2529a000000b0051daa69fec1si447779lfm.2.2024.05.08.07.38.12 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 08 May 2024 07:38:12 -0700 (PDT) Received-SPF: pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of amikan@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=amikan@ilbers.de Received: from user-B660.promwad.corp ([159.148.83.123]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 448EcAtj032711 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 8 May 2024 16:38:10 +0200 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH 0/4] Update WIC to the latest revision Date: Wed, 8 May 2024 17:37:57 +0300 Message-Id: <20240508143801.557383-1-amikan@ilbers.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: B94jhOg58zFA This patchset updates WIC libs to the latest OE-core revision (version 5.0.0, codename Scarthgap). Commit a4237f08 ("wic/plugins/images/direct: Allow changes in fstab on rootfs") was reapplied because it is needed for some Isar targets. There is also a new fix to keep compatibility with Debian Buster and Ubuntu Focal which prevent those distros from having full identifier reproducibility during image prepare in WIC. Anton Mikanovich (4): Revert "wic/plugins/images/direct: Allow changes in fstab on rootfs" wic: Update to the latest revision Revert "Revert "wic/plugins/images/direct: Allow changes in fstab on rootfs"" wic: Restore compatibility with old distros .../lib/wic/canned-wks/efi-bootdisk.wks.in | 2 +- .../lib/wic/canned-wks/qemux86-directdisk.wks | 2 +- scripts/lib/wic/filemap.py | 7 + scripts/lib/wic/help.py | 2 +- scripts/lib/wic/ksparser.py | 6 +- scripts/lib/wic/misc.py | 2 +- scripts/lib/wic/partition.py | 47 +++++- scripts/lib/wic/plugins/imager/direct.py | 134 ++++++++++++++---- scripts/lib/wic/plugins/source/bootimg-efi.py | 108 +++++++++++--- .../wic/plugins/source/bootimg-partition.py | 9 +- .../lib/wic/plugins/source/bootimg-pcbios.py | 6 +- scripts/lib/wic/plugins/source/empty.py | 59 +++++++- scripts/lib/wic/plugins/source/rawcopy.py | 9 +- scripts/lib/wic/plugins/source/rootfs.py | 4 +- 14 files changed, 336 insertions(+), 61 deletions(-) -- 2.34.1