From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7006735278050115584 X-Received: by 2002:a2e:a555:: with SMTP id e21mr3144918ljn.490.1631382684289; Sat, 11 Sep 2021 10:51:24 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:8652:: with SMTP id i18ls543287ljj.1.gmail; Sat, 11 Sep 2021 10:51:22 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxbu+w3ex5NbYDBtYEkUZLaUc8OtJZ85InCRP3dXjesb4w1KIGO24M8i+cR6qZoElOH6277 X-Received: by 2002:a2e:22c6:: with SMTP id i189mr2873016lji.144.1631382682867; Sat, 11 Sep 2021 10:51:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631382682; cv=none; d=google.com; s=arc-20160816; b=Y9uwffFu8d+QYHFK3Ee66gJV+iPI7k2kdaZbyrZ0MXUpjPYAS70X7hOJ79EReBh1Ac roEUMwWyf3bwtONZV5nrEnt6DOZc+8h9Cl4XiAWc+F93fcyot8w4D3UBbg2Bs0nvRykE dts1KZHi6hMhI2y+iJ8htHH2tkfQK6tHDwKe+Dxyayj7Du5bXbRi0HzYzi25IJHbI8Bf tPBMZMuHk7ZCQi3njOU4sl3huGYnZcP3NjRqvD1K/vb4qqU2OIr15HvFEj/NKTg7b5sK yLm3n4cgXWmGt1Cu1neXGEVThCnoBKc9JI/a+m9InBcT406tDy0oJqjctyHbqlRKJkG6 tc3g== 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:to :from; bh=C683qU4/MCFJdqIG+hXvVI0F/dtyPRd4ifQ5tqcpEcQ=; b=GzH/xhJoEOqfWV6b6jMmwJNz8Pk0BQxWzy3/4LWhhUjSKX2IUZnGXs+YaxcHxBu6Mm XAAnraaQfMe0w3isBI9xJltmfzdr0I4C5yoCXprZVK0yLM8WaGCjDAJaP2Ewn0CETVF1 8Pv3/uKVIg0UafX/F+tktFGZA68rNV4/xP2LhjlivsSljhK/zO1v53iIHXDdLDXdV7tx 4hWQ1fg0l9OCebW4luNtekCWP3X5CGTeHoMurtSRdixohuXpWBpR+mXAKhkKMlIeEjc5 mmd0qxnq79tLQq9Xymd/iGD0qCJMg5XweFBWnazlaGzhTeEZhBHeZcPquB92GRkz4i1/ y73w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id v25si326610lfr.1.2021.09.11.10.51.22 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Sat, 11 Sep 2021 10:51:22 -0700 (PDT) Received-SPF: pass (google.com: domain of ubely@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 ubely@ilbers.de designates 85.214.156.166 as permitted sender) smtp.mailfrom=ubely@ilbers.de Received: from baighyz.m.ilbers.de (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) with ESMTPSA id 18BHpJft002279 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Sat, 11 Sep 2021 19:51:19 +0200 From: Uladzimir Bely To: isar-users@googlegroups.com Subject: [PATCH v2 0/3] Fix gbp patching after configuration change Date: Sat, 11 Sep 2021 19:51:16 +0200 Message-Id: <20210911175119.5910-1-ubely@ilbers.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: t5WWcqmUlcSP Changes since v1: - rebased on latest `next` - changed dat from RFC to PATCH Attempt to rebuild ISAR after some changes in local.conf was leading to failure on `cowsay` package because of an attempt to apply custom patch while it was already applied at first build. The problem was in isar.patch format - it used `git` as PATCHTOOL but was not in format compatible with `git am`. So the fallback way of patching was used. The series fixes isar.patch format, adds CI test for this condition and adds an appropriate section to the documentation Uladzimir Bely (3): meta-isar: reformat isar.patch for cowsay to properly work with git ci: Test for rebuild with no cleanup after configuration change doc: Add a section on gbp-compatible packages doc/user_manual.md | 15 +++++++++ meta-isar/recipes-app/cowsay/files/isar.patch | 32 +++++++++++++++---- scripts/ci_build.sh | 11 ++++--- 3 files changed, 47 insertions(+), 11 deletions(-) -- 2.20.1