From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6437072040298020864 X-Received: by 10.223.175.81 with SMTP id z75mr3713054wrc.15.1498747626737; Thu, 29 Jun 2017 07:47:06 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 10.25.208.72 with SMTP id h69ls1494775lfg.53.gmail; Thu, 29 Jun 2017 07:47:06 -0700 (PDT) X-Received: by 10.25.0.199 with SMTP id 190mr3038237lfa.20.1498747626237; Thu, 29 Jun 2017 07:47:06 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1498747626; cv=none; d=google.com; s=arc-20160816; b=dy9S0wtqKaox/O2PtyZuItGtZIbwpOJCTiK+X0mZPIv4HE5EEwjRCDzitOIO13mYpI f5Wd3xgf4ArXsJGNdUYHocTSv6nglc3uzYtK7Vp38T18TkZnQxuprIjLP/xzUxgB5JMX 3OYloXdhhifMQLksplW0nzK7GkVGxcCu0GC58AxZPx2oLvEp04F9taJwPXRQovkrSUZb B7rbIiMfy02kE04xbBjXWWY9aXpQDzb5oFtxMSw/T60qN3+CAJSprZSwcVHn+msy5jli sGBWnrW4wbk4QePU8uR24ob1qdA/EAySZSzt0Ztwjjv1hDEcwWP08YKirk7raPr/LU4l Kczw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:mime-version:user-agent :date:message-id:subject:from:cc:to:arc-authentication-results; bh=7LO7+ibGkQ++BRZecfqKo3aU+xPwtCT3UpoHuX2j90g=; b=eiiAaHTpMXuMkBfEq42SOlLQ5WzHwFi997uHL+wUhm5NAyR67h7VLEELc0B3P+kz4N UzVI/rQmQV69i7+neJEivN0/6d7lApgNHt/sJDS9KmLm4CerqCgguY3Lr+Lni6WblnSI sjHWTye2QrvAEbN293FEA9DLLcHIWwhkl6id1FIg5QONOrRWgw5Ro2j504/SHLR2K/pt xO1DoIWGseLvI1GYrlOl45Wc5Fi97bGr1mLU0tbiy6hbBVYa81PMxFHqpdxqa1gCeLTW qmd0/S2Z1arAewK64Tk85uwMS5Qx7nI1mf7Q36BySrMptscu3vol/XYW2bH3mZWijghZ xbrQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 192.35.17.2 is neither permitted nor denied by best guess record for domain of jan.kiszka@siemens.com) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id t16si2770394wmt.3.2017.06.29.07.47.06 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Jun 2017 07:47:06 -0700 (PDT) Received-SPF: neutral (google.com: 192.35.17.2 is neither permitted nor denied by best guess record for domain of jan.kiszka@siemens.com) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 192.35.17.2 is neither permitted nor denied by best guess record for domain of jan.kiszka@siemens.com) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id v5TEl5fk028746 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 29 Jun 2017 16:47:05 +0200 Received: from md1f2u6c.ww002.siemens.net ([139.25.68.37]) by mail2.siemens.de (8.15.2/8.15.2) with ESMTP id v5TEl5bR024930; Thu, 29 Jun 2017 16:47:05 +0200 To: isar-users Cc: Johann Pfefferl From: Jan Kiszka Subject: [RFC][PATCH] multistrap: Omitting deb-src listings Message-ID: <4427685d-f428-7b74-abd9-b1700325d614@siemens.com> Date: Thu, 29 Jun 2017 16:47:06 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: 0LDHQ1q/Yx07 From: "Dr. Johann Pfefferl" Only binary packages are required at the moment. Signed-off-by: Dr. Johann Pfefferl Signed-off-by: Jan Kiszka --- This seems reasonable also to me. There is just the question if meta/recipes-devtools/crossbuildchroot/files/multistrap.conf.in should gain this switch as well. And I'm wondering if we will need this again when we want to generate an archive image with the corresponding sources at some point. meta-isar/recipes-core/images/files/multistrap.conf.in | 1 + meta/recipes-devtools/buildchroot/files/multistrap.conf.in | 1 + 2 files changed, 2 insertions(+) diff --git a/meta-isar/recipes-core/images/files/multistrap.conf.in b/meta-isar/recipes-core/images/files/multistrap.conf.in index 73b6701..50e9898 100644 --- a/meta-isar/recipes-core/images/files/multistrap.conf.in +++ b/meta-isar/recipes-core/images/files/multistrap.conf.in @@ -15,3 +15,4 @@ source=##DISTRO_APT_SOURCE## suite=##DISTRO_SUITE## components=##DISTRO_COMPONENTS## packages=##IMAGE_PREINSTALL## +omitdebsrc=true diff --git a/meta/recipes-devtools/buildchroot/files/multistrap.conf.in b/meta/recipes-devtools/buildchroot/files/multistrap.conf.in index 9209fc4..7e88608 100644 --- a/meta/recipes-devtools/buildchroot/files/multistrap.conf.in +++ b/meta/recipes-devtools/buildchroot/files/multistrap.conf.in @@ -15,3 +15,4 @@ source=##DISTRO_APT_SOURCE## suite=##DISTRO_SUITE## components=##DISTRO_COMPONENTS## packages=##BUILDCHROOT_PREINSTALL## +omitdebsrc=true -- 2.12.3