All of lore.kernel.org
 help / color / mirror / Atom feed
* What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?
@ 2016-05-03 15:18 Mark T
  2016-05-03 15:23 ` Christopher Larson
  0 siblings, 1 reply; 7+ messages in thread
From: Mark T @ 2016-05-03 15:18 UTC (permalink / raw)
  To: yocto

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

Hi,

When we started working with Yocto we cloned via -

git clone -b jethro git://git.yoctoproject.org/poky.git  mydir/
cd mydir
git clone git://git.yoctoproject.org/meta-intel -b jethro

If we do the same a month or so later do we get the same version ?  we
suspect not the distro version has changed.

Is there a way we can clone the same version all the time ?

Secondly, what should be considered a stable version to clone ?

Thanks,
Mark

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

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

* Re: What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?
  2016-05-03 15:18 What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ? Mark T
@ 2016-05-03 15:23 ` Christopher Larson
  2016-05-03 15:31   ` Mark T
  0 siblings, 1 reply; 7+ messages in thread
From: Christopher Larson @ 2016-05-03 15:23 UTC (permalink / raw)
  To: Mark T; +Cc: yocto

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

On Tue, May 3, 2016 at 3:18 PM, Mark T <mtl1nuxd3v@gmail.com> wrote:

> Hi,
>
> When we started working with Yocto we cloned via -
>
> git clone -b jethro git://git.yoctoproject.org/poky.git  mydir/
> cd mydir
> git clone git://git.yoctoproject.org/meta-intel -b jethro
>
> If we do the same a month or so later do we get the same version ?  we
> suspect not the distro version has changed.
>
> Is there a way we can clone the same version all the time ?
>
> Secondly, what should be considered a stable version to clone ?
>

The release branch will get bug fixes and security updates after the
release. If you don't want it to change at all, use the tag or tarballs,
not the branch.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics

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

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

* Re: What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?
  2016-05-03 15:23 ` Christopher Larson
@ 2016-05-03 15:31   ` Mark T
  2016-05-03 15:32     ` Christopher Larson
  0 siblings, 1 reply; 7+ messages in thread
From: Mark T @ 2016-05-03 15:31 UTC (permalink / raw)
  To: Christopher Larson; +Cc: yocto

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

Hi Christopher,

Thanks. What is the command option to specify the tag and is there a list
or tags available ?

Cheers,
Mark

On 3 May 2016 at 16:23, Christopher Larson <clarson@kergoth.com> wrote:

>
>
> On Tue, May 3, 2016 at 3:18 PM, Mark T <mtl1nuxd3v@gmail.com> wrote:
>
>> Hi,
>>
>> When we started working with Yocto we cloned via -
>>
>> git clone -b jethro git://git.yoctoproject.org/poky.git  mydir/
>> cd mydir
>> git clone git://git.yoctoproject.org/meta-intel -b jethro
>>
>> If we do the same a month or so later do we get the same version ?  we
>> suspect not the distro version has changed.
>>
>> Is there a way we can clone the same version all the time ?
>>
>> Secondly, what should be considered a stable version to clone ?
>>
>
> The release branch will get bug fixes and security updates after the
> release. If you don't want it to change at all, use the tag or tarballs,
> not the branch.
> --
> Christopher Larson
> clarson at kergoth dot com
> Founder - BitBake, OpenEmbedded, OpenZaurus
> Maintainer - Tslib
> Senior Software Engineer, Mentor Graphics
>

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

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

* Re: What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?
  2016-05-03 15:31   ` Mark T
@ 2016-05-03 15:32     ` Christopher Larson
  2016-05-03 16:12       ` Nick Pongratz
  0 siblings, 1 reply; 7+ messages in thread
From: Christopher Larson @ 2016-05-03 15:32 UTC (permalink / raw)
  To: Mark T; +Cc: yocto

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

On Tue, May 3, 2016 at 3:31 PM, Mark T <mtl1nuxd3v@gmail.com> wrote:

> Hi Christopher,
>
> Thanks. What is the command option to specify the tag and is there a list
> or tags available ?
>

https://git-scm.com/book/en/v2
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics

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

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

* Re: What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ?
  2016-05-03 15:32     ` Christopher Larson
@ 2016-05-03 16:12       ` Nick Pongratz
  2016-05-23 11:36         ` add generic startup file to yocto image Alvaro Martinez Tovar
  0 siblings, 1 reply; 7+ messages in thread
From: Nick Pongratz @ 2016-05-03 16:12 UTC (permalink / raw)
  To: Christopher Larson; +Cc: yocto

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

And list of tags can be found here:

http://git.yoctoproject.org/cgit/cgit.cgi/poky/refs/tags

Nick Pongratz
Singlewire Software


On Tue, May 3, 2016 at 10:32 AM, Christopher Larson <clarson@kergoth.com>
wrote:

>
> On Tue, May 3, 2016 at 3:31 PM, Mark T <mtl1nuxd3v@gmail.com> wrote:
>
>> Hi Christopher,
>>
>> Thanks. What is the command option to specify the tag and is there a list
>> or tags available ?
>>
>
> https://git-scm.com/book/en/v2
> --
> Christopher Larson
> clarson at kergoth dot com
> Founder - BitBake, OpenEmbedded, OpenZaurus
> Maintainer - Tslib
> Senior Software Engineer, Mentor Graphics
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>

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

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

* add generic startup file to yocto image
  2016-05-03 16:12       ` Nick Pongratz
@ 2016-05-23 11:36         ` Alvaro Martinez Tovar
  2016-05-23 11:39           ` Burton, Ross
  0 siblings, 1 reply; 7+ messages in thread
From: Alvaro Martinez Tovar @ 2016-05-23 11:36 UTC (permalink / raw)
  To: yocto

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

Dear all,until now I have followed a "manual" methodology to add script to startup on system boot:- create sh file- made it executable and copy it to /etc/init.d- add it with update-rc.d my-startup-file.sh defaults 99 to be executed just before login prompt.What should I do in order to add a generic my-startup-file.sh to /etc/init.d and the corresponding S and K file to rcX.d directories?Thank you very much for your help!BR,alvaro

   

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

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

* Re: add generic startup file to yocto image
  2016-05-23 11:36         ` add generic startup file to yocto image Alvaro Martinez Tovar
@ 2016-05-23 11:39           ` Burton, Ross
  0 siblings, 0 replies; 7+ messages in thread
From: Burton, Ross @ 2016-05-23 11:39 UTC (permalink / raw)
  To: Alvaro Martinez Tovar; +Cc: yocto

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

On 23 May 2016 at 12:36, Alvaro Martinez Tovar <alvaromartineztovar@yahoo.es
> wrote:

> until now I have followed a "manual" methodology to add script to startup
> on system boot:
> - create sh file
> - made it executable and copy it to /etc/init.d
> - add it with update-rc.d my-startup-file.sh defaults 99 to be executed
> just before login prompt.
> What should I do in order to add a generic my-startup-file.sh to
> /etc/init.d and the corresponding S and K file to rcX.d directories?
> Thank you very much for your help!
>

Write a recipe to instal your script using the update-rc.d class to invoke
update-rc.d on install (
http://www.yoctoproject.org/docs/2.1/ref-manual/ref-manual.html#ref-classes-update-rc.d
).

Ross

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

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

end of thread, other threads:[~2016-05-23 11:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-03 15:18 What version of Jethro do we get with - git clone -b jethro git://git.yoctoproject.org/poky.git ? Mark T
2016-05-03 15:23 ` Christopher Larson
2016-05-03 15:31   ` Mark T
2016-05-03 15:32     ` Christopher Larson
2016-05-03 16:12       ` Nick Pongratz
2016-05-23 11:36         ` add generic startup file to yocto image Alvaro Martinez Tovar
2016-05-23 11:39           ` Burton, Ross

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.