From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7128466769373560832 X-Received: by 2002:a02:3315:0:b0:343:4cd7:7af1 with SMTP id c21-20020a023315000000b003434cd77af1mr6993422jae.99.1660551812827; Mon, 15 Aug 2022 01:23:32 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6e02:d02:b0:2e5:919d:95bf with SMTP id g2-20020a056e020d0200b002e5919d95bfls566690ilj.4.-pod-prod-gmail; Mon, 15 Aug 2022 01:23:32 -0700 (PDT) X-Google-Smtp-Source: AA6agR6Zduig9ThPA4hzKUxUnjq7TtT+RjTd9Nh9MVLdeKfP1VzAxU8q1N/KjKkFSqm1Td9O32o9 X-Received: by 2002:a05:6e02:160a:b0:2df:6df5:23eb with SMTP id t10-20020a056e02160a00b002df6df523ebmr6463858ilu.280.1660551812189; Mon, 15 Aug 2022 01:23:32 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1660551812; cv=none; d=google.com; s=arc-20160816; b=kws7aHX2lHrfioT7q+IFR+RBNkTAV6Gnz5C5zZNH18+zno2PdMZw+rmAyM6KMJRmhR j0YvfuZIHhIQVddaactQURB96hSM6MDNE3H+skXcRcjDAW4pOaf+irt7Xq1B9+5K+0ue S6JHJTPz2xKLQHsA9fILvzuMBJM36gheWr+8jAUpcUWjX22JsDIVKOTI6GeTTSbNU53Y k21sSHfqta98BCScmVf/pE0Mt2hpzqd56ui/FSO2ux1bZcvQwtMscbU358D4rrEhe+X4 S8vu8iqpmkTI7z9X2od1lFyr6ytX48OtofXIjNROs71x+BgK+gshtlxtQQ0ny2YbeD/z /6Hw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id; bh=OH3s0lyLiWXFDU3mfofwoWJ13KHeEyVZ5sbYtGen8tM=; b=doSigVo4fPGsIWWpye2fudlERMR576GuBB+eH0ncsFoI+2A1EF1PTvRm3FzYu8WfMj vzE6rvBrvjimAA9ZJh9vnQ2cuGYg6IMf4IJ9OEtozFozC3J0D2IqTnN+khAfydLced0i Gyah+Jv9qYvf3IKQoc18sxlj65C95vyom+x1FDD9OFf60nnv10LH9436D00P8N1akiU9 FljlNu6YPGlCcVUilRv57NmlKz7SB/NbtFoykUI8Zp/+DIOqazdvPzIsjwk9FG5efGRf gESciwyspuzMnyRCsIb3+qtw9gmH0ANBUFYQbHRX0fGbLbrj5NrrNSNA3WkN5I9TYEoX 1zQQ== 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 z13-20020a92320d000000b002de7816ab29si503490ile.5.2022.08.15.01.23.31 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Mon, 15 Aug 2022 01:23:31 -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 [127.0.0.1] (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 27F8NSUG022157 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Mon, 15 Aug 2022 10:23:29 +0200 Message-ID: Date: Mon, 15 Aug 2022 11:23:27 +0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH 0/9] Update wic Content-Language: en-US To: Jan Kiszka , isar-users Cc: Henning Schild References: From: Anton Mikanovich In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: 4mNr8XbglgdP 05.08.2022 21:51, Jan Kiszka wrote: > Brings wic to latest oe-core, adding support for --fspassno, allowing > changes in fstab on rootfs, and permitting DTB update via grub and > systemd-boot. Also some smaller fixes come in this way. > > I've picked all wic-related patches from OE-core since the last update > and then re-sync'ed the only affected plugin fork, bootimg-efi-isar.py. > > Jan > > Claudius Heine (1): > wic: added fspassno parameter to partition > > Jan Kiszka (3): > wic/bootimg-efi: Factor out some common bits > wic/bootimg-efi: Add support for loading devicetree files > wic: bootimg-efi-isar: Sync with latest upstream changes > > Martin Jansa (1): > wic: fix WicError message > > Mihai Lindner (1): > wic/plugins/rootfs: Fix NameError for 'orig_path' > > Ross Burton (2): > wic: add target tools to PATH when executing native commands > wic/bootimg-efi: use cross objcopy when building unified kernel image > > Tobias Schmidl (1): > wic/plugins/images/direct: Allow changes in fstab on rootfs > > .../wic/plugins/source/bootimg-efi-isar.py | 97 +++++++++++-------- > scripts/lib/wic/help.py | 6 ++ > scripts/lib/wic/ksparser.py | 1 + > scripts/lib/wic/misc.py | 7 +- > scripts/lib/wic/partition.py | 1 + > scripts/lib/wic/plugins/imager/direct.py | 5 +- > scripts/lib/wic/plugins/source/bootimg-efi.py | 95 ++++++++++-------- > scripts/lib/wic/plugins/source/rootfs.py | 2 +- > scripts/wic | 2 +- > 9 files changed, 133 insertions(+), 83 deletions(-) > Applied to next, thanks.