aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-11-30 08:49:08 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-01 06:46:31 +0100
commitcd24f443944bd74d53c3ef931ed7e919e743e826 (patch)
tree3bdb0537a77ec3eb3fc1bb024559c79fd25e0c97 /docs
parent07bf6c4b713ff16ba1e6bd79845914fe39a1b107 (diff)
downloadopenembedded-cd24f443944bd74d53c3ef931ed7e919e743e826.tar.gz
usermanual: update info with SRCPV, in recipe SRCREV and remove sane-srcdates
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/usermanual/chapters/common_use_cases.xml20
1 files changed, 4 insertions, 16 deletions
diff --git a/docs/usermanual/chapters/common_use_cases.xml b/docs/usermanual/chapters/common_use_cases.xml
index 21140472be..61b4963f37 100644
--- a/docs/usermanual/chapters/common_use_cases.xml
+++ b/docs/usermanual/chapters/common_use_cases.xml
@@ -55,17 +55,6 @@ PREFERRED_VERSION_linux-omap1_omap5912osk ?= "2.6.18+git"
PREFERRED_VERSION_linux-openzaurus ?= "2.6.17"
</screen></para>
</listitem>
-
- <listitem>
- <para>To get more stable build it is good to make use of
- sane-srcdates.inc file which contain working SRCDATE for many of
- floating recipes. <screen>
-require conf/distro/include/sane-srcdates.inc
- </screen> It also should have global <command>SRCDATE</command>
- value set (format is ISO date: YYYYMMDD): <screen>
-SRCDATE = "20061014"
- </screen></para>
- </listitem>
</itemizedlist></para>
</section>
@@ -152,12 +141,11 @@ SRCDATE = "20061014"
prevent random breakage in OE at the most inopportune time for all OE users. Here is
how to do that properly.
<itemizedlist>
- <listitem><para>for svn: add 'PV = "1.1+svnr${SRCREV}"' to your bb file.</para></listitem>
- <listitem><para>for cvs: add 'PV = "1.1+cvs${SRCREV}"' to your bb file.</para></listitem>
+ <listitem><para>for svn: add 'PV = "1.1+svnr${SRCPV}"' to your bb file.</para></listitem>
+ <listitem><para>for git: add 'PV = "1.1+gitr${SRCPV}"' to your bb file.</para></listitem>
+ <listitem><para>for cvs: add 'PV = "1.1+cvs${SRCPV}"' to your bb file.</para></listitem>
</itemizedlist>
- Accompany either with an entry to conf/distro/include/sane-srcrevs.inc for a revision that you know
- builds successfully. It is also common to define the stable SRCREV
- for your package directly in the package recipe.
+ Accompany with stable SRCREV for your package directly in the package recipe.
</para>
<para>
If you really absolutely have to follow the latest commits, you can do that by adding