public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [RFC][PATCH] multistrap: Omitting deb-src listings
@ 2017-06-29 14:47 Jan Kiszka
  2017-06-29 20:49 ` Baurzhan Ismagulov
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Kiszka @ 2017-06-29 14:47 UTC (permalink / raw)
  To: isar-users; +Cc: Johann Pfefferl

From: "Dr. Johann Pfefferl" <johann.pfefferl@siemens.com>

Only binary packages are required at the moment.

Signed-off-by: Dr. Johann Pfefferl <johann.pfefferl@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RFC][PATCH] multistrap: Omitting deb-src listings
  2017-06-29 14:47 [RFC][PATCH] multistrap: Omitting deb-src listings Jan Kiszka
@ 2017-06-29 20:49 ` Baurzhan Ismagulov
  0 siblings, 0 replies; 2+ messages in thread
From: Baurzhan Ismagulov @ 2017-06-29 20:49 UTC (permalink / raw)
  To: isar-users

On Thu, Jun 29, 2017 at 04:47:06PM +0200, Jan Kiszka wrote:
> --- 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

Thanks, I have this applied in my internal branch (not pushed to avoid
confusion with too many branches). https://github.com/ilbers/isar/issues/7

I'll apply all generic bits from Hans's tree, no need to repost here.

With kind regards,
Baurzhan.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-06-29 20:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-29 14:47 [RFC][PATCH] multistrap: Omitting deb-src listings Jan Kiszka
2017-06-29 20:49 ` Baurzhan Ismagulov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox