<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/documentation, branch 1.4_M5</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=1.4_M5</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=1.4_M5'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2013-03-22T17:08:43+00:00</updated>
<entry>
<title>ref-manual: Edits to make section heads consistent capitalization</title>
<updated>2013-03-22T17:08:43+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2013-03-22T15:20:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=031305f8472be6e8eda7b130cb7409acf9a1984a'/>
<id>urn:sha1:031305f8472be6e8eda7b130cb7409acf9a1984a</id>
<content type='text'>
Various section heading titles were not using capital letters
for primary words.  Fixed this up.

(From yocto-docs rev: da15d2ac3d043a0296a51d1a9fac69e7b4229f75)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: Updated the "Core System Development" section</title>
<updated>2013-03-22T17:08:43+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2013-03-22T14:09:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=315a3156e1cb35401d3f50852a4779bdb45ccc4e'/>
<id>urn:sha1:315a3156e1cb35401d3f50852a4779bdb45ccc4e</id>
<content type='text'>
Added a new bullet as a tip for best practices that addresses
how we address bug 3071 and 3274.  We are suggesting they enable
a PR Service if they are using continually incrementing PR values
when package feeds are published or used.

Reported-by: Richard Purdie &lt;richard.purdie@linux.com&gt;
(From yocto-docs rev: b90497f139b1b6f7ab5510313eb297d5d7fb4e68)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: Wording change to GDB example.</title>
<updated>2013-03-22T17:08:43+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2013-03-21T15:49:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=89fa4b26c7c77aa419275ac8ab9b1427ff420ef9'/>
<id>urn:sha1:89fa4b26c7c77aa419275ac8ab9b1427ff420ef9</id>
<content type='text'>
Fixes YOCTO #2827.

Slight wording modification.

Reported-by: Paul Eggleton &lt;paul.eggleton@linux.com&gt;
(From yocto-docs rev: 8a9cd86d95bfcfca9c000dbd6f4213d15547cdfe)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: Updated path in cross-GDB package example.</title>
<updated>2013-03-22T17:08:43+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2013-03-21T14:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=240d78eb06c3df64ceeb71e15550f46ecc7e8f34'/>
<id>urn:sha1:240d78eb06c3df64ceeb71e15550f46ecc7e8f34</id>
<content type='text'>
Fixes YOCTO #2827

Replaced the path where one findes the binary for the meta-
toolchain to a more recent example that was built from
the beagleboard and using arm.

(From yocto-docs rev: 020a7fcd7f99c50d32e831b8d51150e8db8ab4e9)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: Reword for when to use BBMASK.</title>
<updated>2013-03-22T17:08:43+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2013-03-21T13:47:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=33f2c1a0aef9dd144781296de7dc92e59e190ca2'/>
<id>urn:sha1:33f2c1a0aef9dd144781296de7dc92e59e190ca2</id>
<content type='text'>
Changed the wording on when a user would consider using
the BBMASK variable.  It is more suited for excluding things
that cause problems rather than for speeding up build time.

Reporte-by: Paul Eggleton &lt;paul.eggleton@linux.com&gt;
(From yocto-docs rev: 993d7c953a37747297238cd9af53a1f00e737df9)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>profile-manual: Updated sysprof basic usage section</title>
<updated>2013-03-22T17:08:43+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2013-03-20T19:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9114dfcbe8ff625257a7cf98d18e0e53ec9cb68a'/>
<id>urn:sha1:9114dfcbe8ff625257a7cf98d18e0e53ec9cb68a</id>
<content type='text'>
There was a danny-specific note here that did not apply to the
section any longer.  I have removed it per Tom Zanussi's
suggestion.

(From yocto-docs rev: 2a3ccab263cfaa779a5182e6a4a7e534db253700)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>profile-manual: updated the Oprofile section</title>
<updated>2013-03-22T17:08:43+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2013-03-20T19:22:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=d6cd06216ea8463b1a13bbe70c4234d94b550b08'/>
<id>urn:sha1:d6cd06216ea8463b1a13bbe70c4234d94b550b08</id>
<content type='text'>
Removed the danny-specific note at the end of the
"OProfileUI - A GUI for OProfile" section per Tom Zanussi.

(From yocto-docs rev: b665be9ad906cdc3ac644e67151da3a2cc1acfd3)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>profile-manual: Updates to LTTng section setup</title>
<updated>2013-03-22T17:08:43+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2013-03-20T19:17:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e5087d586fab74ec575f33825642f20be800e0df'/>
<id>urn:sha1:e5087d586fab74ec575f33825642f20be800e0df</id>
<content type='text'>
With dylan, the two patches are no longer required.  However,
the information to view traces still holds true regarding
using Eclipse's Juno.  Updated appropriately.

(From yocto-docs rev: 90845677a37562b465bbd2bc849f773a2f54d92e)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>poky-ent: Updates for the 1.4 release.</title>
<updated>2013-03-22T17:08:42+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2013-03-20T18:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=9c6a8b83a2981538212bd51b8c8c66e2dbd4d25e'/>
<id>urn:sha1:9c6a8b83a2981538212bd51b8c8c66e2dbd4d25e</id>
<content type='text'>
I changed the distro name variable to "dylan" and the release
to 9.0.

(From yocto-docs rev: 4afec4519f3104f5a2e906f9ec4dfcca35d8000a)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>dev-manual: second pass of poky-tiny section.</title>
<updated>2013-03-22T17:08:42+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>scott.m.rifenbark@intel.com</email>
</author>
<published>2013-03-19T21:41:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=70583639c462fb4d303cf392927498daacc904f7'/>
<id>urn:sha1:70583639c462fb4d303cf392927498daacc904f7</id>
<content type='text'>
(From yocto-docs rev: 44be6fdc992809846fcaade8986c1a1323c14f0c)

Signed-off-by: Scott Rifenbark &lt;scott.m.rifenbark@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
