public inbox for gentoo-catalyst@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-catalyst] Use custom overlays in Catalyst
@ 2016-10-14 22:59 anonymous0
  2016-10-14 23:11 ` Kuzminsky, Sebastian
  0 siblings, 1 reply; 7+ messages in thread
From: anonymous0 @ 2016-10-14 22:59 UTC (permalink / raw
  To: gentoo-catalyst

Hi. I want to build own iso image with Catalyst. How I can add ebuilds from overlays to list of packages which will be installed?


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

* Re: [gentoo-catalyst] Use custom overlays in Catalyst
  2016-10-14 22:59 [gentoo-catalyst] Use custom overlays in Catalyst anonymous0
@ 2016-10-14 23:11 ` Kuzminsky, Sebastian
  2016-10-18  8:07   ` Marco Gigante
  2016-10-18 21:20   ` anonymous0
  0 siblings, 2 replies; 7+ messages in thread
From: Kuzminsky, Sebastian @ 2016-10-14 23:11 UTC (permalink / raw
  To: gentoo-catalyst@lists.gentoo.org

[-- Attachment #1: Type: text/plain, Size: 587 bytes --]

Add the path of your portage overlay to your catalyst-spec (in the portage_overlay keyword), then add packages from that overlay to your stage4/packages keyword.  It should just work.


--
Sebastian Kuzminsky
________________________________
From: anonymous0@openmailbox.org <anonymous0@openmailbox.org>
Sent: Friday, October 14, 2016 4:59:16 PM
To: gentoo-catalyst@lists.gentoo.org
Subject: [gentoo-catalyst] Use custom overlays in Catalyst

Hi. I want to build own iso image with Catalyst. How I can add ebuilds from overlays to list of packages which will be installed?


[-- Attachment #2: Type: text/html, Size: 1718 bytes --]

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

* Re: [gentoo-catalyst] Use custom overlays in Catalyst
  2016-10-14 23:11 ` Kuzminsky, Sebastian
@ 2016-10-18  8:07   ` Marco Gigante
  2016-10-18 14:20     ` Brian Dolbec
  2016-10-19  0:02     ` Peter Stuge
  2016-10-18 21:20   ` anonymous0
  1 sibling, 2 replies; 7+ messages in thread
From: Marco Gigante @ 2016-10-18  8:07 UTC (permalink / raw
  To: gentoo-catalyst

On 15/10/2016 01:11, Kuzminsky, Sebastian wrote:
>
> Add the path of your portage overlay to your catalyst-spec (in the 
> portage_overlay keyword), then add packages from that overlay to your 
> stage4/packages keyword.  It should just work.
>
>

I have a side question on the topic.
Is it possible to add more the one overlay to the build?
Some time ago I tried that using:

portage_overlay: /var/lib/layman/myoverlay1 /var/lib/layman/myoverlay2

in the spec, but it didn't work for me (I used catalyst v2.0.18).

Thanks.

> -- 
> Sebastian Kuzminsky
> ------------------------------------------------------------------------
> *From:* anonymous0@openmailbox.org <anonymous0@openmailbox.org>
> *Sent:* Friday, October 14, 2016 4:59:16 PM
> *To:* gentoo-catalyst@lists.gentoo.org
> *Subject:* [gentoo-catalyst] Use custom overlays in Catalyst
> Hi. I want to build own iso image with Catalyst. How I can add ebuilds 
> from overlays to list of packages which will be installed?
>

-- 
marco


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

* Re: [gentoo-catalyst] Use custom overlays in Catalyst
  2016-10-18  8:07   ` Marco Gigante
@ 2016-10-18 14:20     ` Brian Dolbec
  2016-10-19  0:02     ` Peter Stuge
  1 sibling, 0 replies; 7+ messages in thread
From: Brian Dolbec @ 2016-10-18 14:20 UTC (permalink / raw
  To: gentoo-catalyst

On Tue, 18 Oct 2016 10:07:17 +0200
Marco Gigante <m.gigante@nextworks.it> wrote:

> On 15/10/2016 01:11, Kuzminsky, Sebastian wrote:
> >
> > Add the path of your portage overlay to your catalyst-spec (in the 
> > portage_overlay keyword), then add packages from that overlay to
> > your stage4/packages keyword.  It should just work.
> >
> >  
> 
> I have a side question on the topic.
> Is it possible to add more the one overlay to the build?
> Some time ago I tried that using:
> 
> portage_overlay: /var/lib/layman/myoverlay1 /var/lib/layman/myoverlay2
> 
> in the spec, but it didn't work for me (I used catalyst v2.0.18).
> 
> Thanks.
> 
> > -- 
> > Sebastian Kuzminsky
> > ------------------------------------------------------------------------
> > *From:* anonymous0@openmailbox.org <anonymous0@openmailbox.org>
> > *Sent:* Friday, October 14, 2016 4:59:16 PM
> > *To:* gentoo-catalyst@lists.gentoo.org
> > *Subject:* [gentoo-catalyst] Use custom overlays in Catalyst
> > Hi. I want to build own iso image with Catalyst. How I can add
> > ebuilds from overlays to list of packages which will be installed?
> >  
> 

No

-- 
Brian Dolbec <dolsen>



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

* Re: [gentoo-catalyst] Use custom overlays in Catalyst
  2016-10-14 23:11 ` Kuzminsky, Sebastian
  2016-10-18  8:07   ` Marco Gigante
@ 2016-10-18 21:20   ` anonymous0
  1 sibling, 0 replies; 7+ messages in thread
From: anonymous0 @ 2016-10-18 21:20 UTC (permalink / raw
  To: gentoo-catalyst

> Add the path of your portage overlay to your catalyst-spec (in the portage_overlay keyword), then add packages from that overlay to your stage4/packages keyword.  It should just work.
> 
> 
> --
> Sebastian Kuzminsky
> ________________________________
> From: anonymous0@openmailbox.org <anonymous0@openmailbox.org>
> Sent: Friday, October 14, 2016 4:59:16 PM
> To: gentoo-catalyst@lists.gentoo.org
> Subject: [gentoo-catalyst] Use custom overlays in Catalyst
> 
> Hi. I want to build own iso image with Catalyst. How I can add ebuilds from overlays to list of packages which will be installed?
> 

Thank you, for one overlay it works fine.


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

* Re: [gentoo-catalyst] Use custom overlays in Catalyst
  2016-10-18  8:07   ` Marco Gigante
  2016-10-18 14:20     ` Brian Dolbec
@ 2016-10-19  0:02     ` Peter Stuge
  2016-10-19  6:10       ` Marco Gigante
  1 sibling, 1 reply; 7+ messages in thread
From: Peter Stuge @ 2016-10-19  0:02 UTC (permalink / raw
  To: gentoo-catalyst

Marco Gigante wrote:
> Is it possible to add more the one overlay to the build?
> Some time ago I tried that using:
> 
> portage_overlay: /var/lib/layman/myoverlay1 /var/lib/layman/myoverlay2
> 
> in the spec, but it didn't work for me (I used catalyst v2.0.18).

This worked well for me using v2.0.12.2 but maybe it has changed.

When I do this I note that catalyst simply copies all overlays into
one directory, with the side effect that only metadata/layout.conf
for the very last repo is known/seen by emerge run by catalyst.


//Peter


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

* Re: [gentoo-catalyst] Use custom overlays in Catalyst
  2016-10-19  0:02     ` Peter Stuge
@ 2016-10-19  6:10       ` Marco Gigante
  0 siblings, 0 replies; 7+ messages in thread
From: Marco Gigante @ 2016-10-19  6:10 UTC (permalink / raw
  To: gentoo-catalyst

[-- Attachment #1: Type: text/plain, Size: 827 bytes --]

On 19/10/2016 02:02, Peter Stuge wrote:
> Marco Gigante wrote:
>> Is it possible to add more the one overlay to the build?
>> Some time ago I tried that using:
>>
>> portage_overlay: /var/lib/layman/myoverlay1 /var/lib/layman/myoverlay2
>>
>> in the spec, but it didn't work for me (I used catalyst v2.0.18).
> This worked well for me using v2.0.12.2 but maybe it has changed.
>
> When I do this I note that catalyst simply copies all overlays into
> one directory, with the side effect that only metadata/layout.conf
> for the very last repo is known/seen by emerge run by catalyst.

It worked like you described for me as well. The overlays I use are 
layered ones.
/var/lib/layman/myoverlay2/metadata/layout.conf contains'master = gentoo 
myoverlay1'.
I guess that can be a problem in the iso or stageN building.

-- 
marco

[-- Attachment #2: Type: text/html, Size: 1474 bytes --]

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

end of thread, other threads:[~2016-10-19  6:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-14 22:59 [gentoo-catalyst] Use custom overlays in Catalyst anonymous0
2016-10-14 23:11 ` Kuzminsky, Sebastian
2016-10-18  8:07   ` Marco Gigante
2016-10-18 14:20     ` Brian Dolbec
2016-10-19  0:02     ` Peter Stuge
2016-10-19  6:10       ` Marco Gigante
2016-10-18 21:20   ` anonymous0

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