All of lore.kernel.org
 help / color / mirror / Atom feed
* packaging documentation
@ 2019-03-13 15:19 Steve Scott
  2019-03-13 15:42 ` Scott Rifenbark
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Scott @ 2019-03-13 15:19 UTC (permalink / raw)
  To: yocto

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

Hi:

 

I've been trying to get a better understanding of how packages are generated
by recipes. I found a fairly good explanation in an old OpenEmbedded User's
Manual
(https://dominion.thruhere.net/koen/OE/OE-usermanual.html#recipes_packages).
The manual is hard to find, and doesn't appear to be archive on the
openembedded site (https://www.openembedded.org/wiki/Documentation).

 

Can somebody point me to an equivalent discussion in the current Yocto
project documentation?

 

Thanks.

 

-steve

 


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

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

* Re: packaging documentation
  2019-03-13 15:19 packaging documentation Steve Scott
@ 2019-03-13 15:42 ` Scott Rifenbark
  2019-03-13 15:47   ` Steve Scott
  0 siblings, 1 reply; 4+ messages in thread
From: Scott Rifenbark @ 2019-03-13 15:42 UTC (permalink / raw)
  To: sscott; +Cc: Yocto discussion list

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

Hi Steve,

Have you found the YP Overview and Concepts Manual?  There is a fairly
large section here -
https://yoctoproject.org/docs/2.6.1/overview-manual/overview-manual.html#openembedded-build-system-build-concepts
that covers build concepts in some detail.  This might help you.

Another idea for finding topics in the YP manual set is to use the YP
Mega-Manual (
https://yoctoproject.org/docs/current/mega-manual/mega-manual.html), which
is a compilation of the set of YP manuals.  You can search the entire set
for terms (e.g. "packag").  It occurs a lot in the set but it is a way to
find all the occurrences.

If you still cannot find satisfactory explanation on how packages are
generated, we can file a bug against the docs and get a good explanation in
there.

Hope this helps,
Scott

On Wed, Mar 13, 2019 at 9:21 AM Steve Scott <sscott@san.rr.com> wrote:

> Hi:
>
>
>
> I’ve been trying to get a better understanding of how packages are
> generated by recipes. I found a fairly good explanation in an old
> OpenEmbedded User’s Manual (
> https://dominion.thruhere.net/koen/OE/OE-usermanual.html#recipes_packages).
> The manual is hard to find, and doesn’t appear to be archive on the
> openembedded site (https://www.openembedded.org/wiki/Documentation).
>
>
>
> Can somebody point me to an equivalent discussion in the current Yocto
> project documentation?
>
>
>
> Thanks.
>
>
>
> -steve
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>

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

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

* Re: packaging documentation
  2019-03-13 15:42 ` Scott Rifenbark
@ 2019-03-13 15:47   ` Steve Scott
  2019-03-13 15:49     ` Scott Rifenbark
  0 siblings, 1 reply; 4+ messages in thread
From: Steve Scott @ 2019-03-13 15:47 UTC (permalink / raw)
  To: 'Scott Rifenbark'; +Cc: 'Yocto discussion list'

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

Hi Scott:

 

Yes, I’ve been searching in the mega manual, and I’ve read the section in the overview manual. The old OE Manual explanation was more what I was looking for. It seems that has been lost somewhere along the way. Filing a bug against the docs sounds like a good idea – I’m not sure how to do that.

 

Thanks.

 

-steve

 

From: Scott Rifenbark [mailto:srifenbark@gmail.com] 
Sent: Wednesday, March 13, 2019 8:42 AM
To: sscott@san.rr.com
Cc: Yocto discussion list <yocto@yoctoproject.org>
Subject: Re: [yocto] packaging documentation

 

Hi Steve, 

 

Have you found the YP Overview and Concepts Manual?  There is a fairly large section here - https://yoctoproject.org/docs/2.6.1/overview-manual/overview-manual.html#openembedded-build-system-build-concepts that covers build concepts in some detail.  This might help you.  

 

Another idea for finding topics in the YP manual set is to use the YP Mega-Manual (https://yoctoproject.org/docs/current/mega-manual/mega-manual.html), which is a compilation of the set of YP manuals.  You can search the entire set for terms (e.g. "packag").  It occurs a lot in the set but it is a way to find all the occurrences. 

 

If you still cannot find satisfactory explanation on how packages are generated, we can file a bug against the docs and get a good explanation in there.

 

Hope this helps, 

Scott

 

On Wed, Mar 13, 2019 at 9:21 AM Steve Scott <sscott@san.rr.com <mailto:sscott@san.rr.com> > wrote:

Hi:

 

I’ve been trying to get a better understanding of how packages are generated by recipes. I found a fairly good explanation in an old OpenEmbedded User’s Manual (https://dominion.thruhere.net/koen/OE/OE-usermanual.html#recipes_packages). The manual is hard to find, and doesn’t appear to be archive on the openembedded site (https://www.openembedded.org/wiki/Documentation).

 

Can somebody point me to an equivalent discussion in the current Yocto project documentation?

 

Thanks.

 

-steve

 

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org <mailto:yocto@yoctoproject.org> 
https://lists.yoctoproject.org/listinfo/yocto


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

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

* Re: packaging documentation
  2019-03-13 15:47   ` Steve Scott
@ 2019-03-13 15:49     ` Scott Rifenbark
  0 siblings, 0 replies; 4+ messages in thread
From: Scott Rifenbark @ 2019-03-13 15:49 UTC (permalink / raw)
  To: sscott; +Cc: Yocto discussion list

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

Hey Steve,

Ok - I will file this later today so you don't need to worry about it.  I
will use "Need better explanation of how recipes create packages" as the
topic.  I will add you to the CC list so you can track it.

Thanks for helping with finding issues with the docs.

Scott

On Wed, Mar 13, 2019 at 9:47 AM Steve Scott <sscott@san.rr.com> wrote:

> Hi Scott:
>
>
>
> Yes, I’ve been searching in the mega manual, and I’ve read the section in
> the overview manual. The old OE Manual explanation was more what I was
> looking for. It seems that has been lost somewhere along the way. Filing a
> bug against the docs sounds like a good idea – I’m not sure how to do that.
>
>
>
> Thanks.
>
>
>
> -steve
>
>
>
> *From:* Scott Rifenbark [mailto:srifenbark@gmail.com]
> *Sent:* Wednesday, March 13, 2019 8:42 AM
> *To:* sscott@san.rr.com
> *Cc:* Yocto discussion list <yocto@yoctoproject.org>
> *Subject:* Re: [yocto] packaging documentation
>
>
>
> Hi Steve,
>
>
>
> Have you found the YP Overview and Concepts Manual?  There is a fairly
> large section here -
> https://yoctoproject.org/docs/2.6.1/overview-manual/overview-manual.html#openembedded-build-system-build-concepts
> that covers build concepts in some detail.  This might help you.
>
>
>
> Another idea for finding topics in the YP manual set is to use the YP
> Mega-Manual (
> https://yoctoproject.org/docs/current/mega-manual/mega-manual.html),
> which is a compilation of the set of YP manuals.  You can search the entire
> set for terms (e.g. "packag").  It occurs a lot in the set but it is a way
> to find all the occurrences.
>
>
>
> If you still cannot find satisfactory explanation on how packages are
> generated, we can file a bug against the docs and get a good explanation in
> there.
>
>
>
> Hope this helps,
>
> Scott
>
>
>
> On Wed, Mar 13, 2019 at 9:21 AM Steve Scott <sscott@san.rr.com> wrote:
>
> Hi:
>
>
>
> I’ve been trying to get a better understanding of how packages are
> generated by recipes. I found a fairly good explanation in an old
> OpenEmbedded User’s Manual (
> https://dominion.thruhere.net/koen/OE/OE-usermanual.html#recipes_packages).
> The manual is hard to find, and doesn’t appear to be archive on the
> openembedded site (https://www.openembedded.org/wiki/Documentation).
>
>
>
> Can somebody point me to an equivalent discussion in the current Yocto
> project documentation?
>
>
>
> Thanks.
>
>
>
> -steve
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>

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

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

end of thread, other threads:[~2019-03-13 15:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-13 15:19 packaging documentation Steve Scott
2019-03-13 15:42 ` Scott Rifenbark
2019-03-13 15:47   ` Steve Scott
2019-03-13 15:49     ` Scott Rifenbark

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.