From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7000822935908777984 X-Received: by 2002:a1c:f30b:: with SMTP id q11mr15810334wmq.91.1630006110831; Thu, 26 Aug 2021 12:28:30 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:600c:1:: with SMTP id g1ls5130627wmc.3.canary-gmail; Thu, 26 Aug 2021 12:28:30 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwun0IbWf3k9ECmpKF+N7fnGzL3lTgbo5YFOiS7tTluidY5WinGu76W6TOML8Qh0S+1aj78 X-Received: by 2002:a1c:3909:: with SMTP id g9mr5000526wma.19.1630006110020; Thu, 26 Aug 2021 12:28:30 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1630006110; cv=none; d=google.com; s=arc-20160816; b=By/mx9Ebcinyvsuz7O+x7VRli02/hj4B23eZ/UM6VoTemWNoDy4LbdL5Acj+UTEtD4 DfdvGNmQu7SOIoobeDKX1NjznmIbzJNB5P0ZRzv0ULlrbxNB1uKP/Pz52y5PVDcqvnjP wN9SHuf4/J3o9WZtmzOEw1GcWixI7mmXuyszAZJ9HbXZ6fyGPVuD0dTya76EaKieX+xO 3mwz/iqhnrjuUJyx4AY5fyl8s9b0ny3bzyaDVUz0avuEzkOvEcAfOz7ro4UeKfXpzOOx rKyPl/WYkkV+h3j6qL2HXa+jfP+nJCIBEhZ5301XN7+aI6GkcjZbap8oj/3RdujaCbKh eWMg== 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=iP4L9pjh9f9e6CknBCmzJHIgPqLZHOKDIM+VTM5jnv8=; b=iDi3j20dg8LT4tDAiCEv4GYfmOh8Us62YkyDTCKZrOrnyb7Riz8sPp+0WtNDVCBa5M GKQ3tyXuNZFZEW2tQt1KUiHnO0mR5BdctJH0Z3DOo5oAXY4rkW36WDZhsYKHDtheU7Zj haiKgvcMflSKaKwGFZDdhQk6O87n/E7oB3TNEss6qJXx7GCQbmr5aiyi1if1pQEy23/T LlZeGuZHenQnwShlUgKtychiBLQTJp5u5DIh+riIj1Pf8qHw4JratZcDIbg47WbE0aoe +SterW76N5hpNE+oerZ8bORB42yfMMHdE+24eUHmUddbdy+tr1M2SiqWb2HwkTEtAFx9 HfZA== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id l35si114155wms.1.2021.08.26.12.28.29 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Thu, 26 Aug 2021 12:28:29 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=henning.schild@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id 17QJST1j016812 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 26 Aug 2021 21:28:29 +0200 Received: from md1za8fc.ad001.siemens.net ([139.25.0.59]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id 17QJSTiV026014; Thu, 26 Aug 2021 21:28:29 +0200 From: Henning Schild To: isar-users@googlegroups.com Cc: Henning Schild Subject: [PATCH 0/3] re-fork wic pcbios plugin Date: Thu, 26 Aug 2021 21:28:24 +0200 Message-Id: <20210826192827.2653-1-henning.schild@siemens.com> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: NwQtFlxuigc2 The forked plugin has gotten out of sync with the last wic version bumps. And the original fork was not exactly minimal or made for easy maintenance. This series does a re-fork of that one plugin with the aim to come up with something readable, minimal and maintainable. I think the result looks good and if people agree i would put the same effort into the efi one in a later series. p3 is mostly just a drive-by ... it could be applied stand-alone Henning Schild (3): git: reset our fork to OE upstream for re-forking wic: apply the actual fork changes to our pcbios plugin fork wic: clean up wic class in terms of isar variables meta/classes/wic-img.bbclass | 6 +- .../wic/plugins/source/bootimg-pcbios-isar.py | 136 +++++++++--------- 2 files changed, 71 insertions(+), 71 deletions(-) -- 2.31.1