From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 7382126806047916032 X-Received: by 2002:ac2:4989:0:b0:52b:c2be:8694 with SMTP id 2adb3069b0e04-52ccaa69a84mr1156782e87.39.1718785335468; Wed, 19 Jun 2024 01:22:15 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a05:6512:5c7:b0:52c:a0a5:c69b with SMTP id 2adb3069b0e04-52ca0a5c6eels2645047e87.2.-pod-prod-09-eu; Wed, 19 Jun 2024 01:22:13 -0700 (PDT) X-Google-Smtp-Source: AGHT+IFzMhUMcxmMS2SlKrUyGbhyEy3mZsJQI4IXV9NNLOxCDD2XGGdHLVRsKtHaSklflhwdx53R X-Received: by 2002:a05:6512:4846:b0:52c:9f24:a253 with SMTP id 2adb3069b0e04-52ccaaa256cmr1113216e87.64.1718785332199; Wed, 19 Jun 2024 01:22:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1718785332; cv=none; d=google.com; s=arc-20160816; b=FAgbU/yyvW1loaAxZOoerH2C8qJq9IaageIbQ8Uaau7iPKFDJdtiWg4WpJ3U8cndJw w5Fr5009byvzs6/mbqnCGFGfbb2MrKlY00r6G/NkgcZljlIRGKMLa53Q74FwrBHyxGVf B5MFk4pi93FlSWv0u//tQohxnEZ0xdGUJ/mn4kf6Sfp8KOk9+27PpknKWeeQyUM6lwDF qATutUCTEl+APrfaf5sir7wrcMsGRbxoDIHd7GknGQf57RzLcUdUbVqVPymC09nZRJOC V/KKhYy1yFBvvoGt/0o9qaRcbDNqC1trhWC5edo8AcW4lVO4uZYvlhe7WnlVASRmAije j3+A== 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=IW4K7PIb6ii+94lhr55xjqpTosIXgmRl4CS9cu8slyo=; fh=/h9QQkzJ8EboVkWg45aWwpaUro6WMavIVd2OhN45RtE=; b=IQq9mVWCYwmG5CeOO8jWy80fEROgNMt+iFakbyKQY52xUuK+C53+DMrCkJbEMawapQ Vwwv6TmjwaOsy0E8CBk0AtQaqvGSWnnkyk7i/rSvVRFKK9Rfl4xJSOSVJQvVRTQvr9Zu SMgBlK/2H9e4vSJJbj1KFgtVqg4HgeferoIGOAEfj2OHr88tGoISGbMljSrYGYLyeDFN ScC1ovENAcardZo3X5VyVEjYZee7aOzOCaGmD3FF4Rr6TLjobRdPDzCYGJOUhSkAhh0q riPuQH2sMMdL8DjG6qcTmWvi5k2ArCqvK5L8vnD/moWa2HTIJq0agGVRApS4TjtvLpDm S+8g==; 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 5b1f17b1804b1-42470f9cac0si781495e9.0.2024.06.19.01.22.11 for (version=TLS1_2 cipher=ECDHE-ECDSA-CHACHA20-POLY1305 bits=256/256); Wed, 19 Jun 2024 01:22: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.114]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8+deb9u1) with ESMTPSA id 45J8MAnV027656 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 19 Jun 2024 10:22:11 +0200 From: Anton Mikanovich To: isar-users@googlegroups.com Cc: Anton Mikanovich Subject: [PATCH] meta: Remove dpkg-buildpackage mentions Date: Wed, 19 Jun 2024 11:22:01 +0300 Message-Id: <20240619082201.97649-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: qYwiZZh9KLuH We have migrated to sbuild so it is used now for packages building. Signed-off-by: Anton Mikanovich --- doc/user_manual.md | 5 ++++- meta-isar/recipes-app/samefile/samefile_2.14.bb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/user_manual.md b/doc/user_manual.md index b12c7692..776ae52c 100644 --- a/doc/user_manual.md +++ b/doc/user_manual.md @@ -841,7 +841,10 @@ Below are some of the packages with this scenario at the time of writing this. ### Compilation of debianized-sources -The `deb` packages are built using `dpkg-buildpackage`, so the sources should contain the `debian` directory with necessary meta information. This way is the default way of adding software that needs to be compiled from source. The bbclass for this approach is called `dpkg`. +The `deb` packages are built using `sbuild`, so the sources should contain the +`debian` directory with necessary meta information. This way is the default +way of adding software that needs to be compiled from source. The bbclass for +this approach is called `dpkg`. For large applications that are not cross-compiled, it may be needed to extend the default build timeout of 150 minutes to a greater value: set `DPKG_BUILD_TIMEOUT` in your recipe to that effect. diff --git a/meta-isar/recipes-app/samefile/samefile_2.14.bb b/meta-isar/recipes-app/samefile/samefile_2.14.bb index c53c9445..f83d519e 100644 --- a/meta-isar/recipes-app/samefile/samefile_2.14.bb +++ b/meta-isar/recipes-app/samefile/samefile_2.14.bb @@ -36,7 +36,7 @@ echo "NOTE: This package was built by Isar." >&2 echo "" >&2 EOF - # This step creates everything dpkg-buildpackage needs. For further details + # This step creates everything sbuild needs. For further details # you might want to look at its implementation. deb_debianize -- 2.34.1