<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/bitbake/doc, branch uninative-1.7</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=uninative-1.7</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=uninative-1.7'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2017-07-04T15:05:22+00:00</updated>
<entry>
<title>bitbake: bitbake-user-manual: Removed and replaced broken link</title>
<updated>2017-07-04T15:05:22+00:00</updated>
<author>
<name>Kristi Rifenbark</name>
<email>kristi.rifenbark@gmail.com</email>
</author>
<published>2017-06-16T22:09:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=4b1d270602a0542eef1b497eaf15bad2b747686f'/>
<id>urn:sha1:4b1d270602a0542eef1b497eaf15bad2b747686f</id>
<content type='text'>
Fixes [YOCTO #11675]

THere was a "hambedded" link that was broken. The link was
intended to give additional information on adding layers.
Replaced with link about layers and replaced the wording.

(Bitbake rev: 877a1f476212dc151b74ce0f1febdc48956ef0e9)

Signed-off-by: Kristi Rifenbark &lt;kristi.rifenbark@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: bitbake-user-manual: Replaced bad link</title>
<updated>2017-07-04T15:05:22+00:00</updated>
<author>
<name>Kristi Rifenbark</name>
<email>kristi.rifenbark@gmail.com</email>
</author>
<published>2017-06-16T21:20:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7f23cf87b9c9b2da007e934bff0d9dac377e89a7'/>
<id>urn:sha1:7f23cf87b9c9b2da007e934bff0d9dac377e89a7</id>
<content type='text'>
Fixes [YOCTO #11675]

There was a "hambedded" link that was broken. The link was
intended to show the bitbake.conf file. I replaced it
with the link to show the actual bitbake.conf file.

(Bitbake rev: 3b8d101e564488ff1f5b27744404f9743da2b97d)

Signed-off-by: Kristi Rifenbark &lt;kristi.rifenbark@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: bitbake-user-manual: Updated BBLAYERS_FETCH_DIR variable description</title>
<updated>2017-06-15T10:15:59+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>srifenbark@gmail.com</email>
</author>
<published>2017-06-14T19:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=2bf2ab9fcd12b179c396d2d4b4603b774a37eef6'/>
<id>urn:sha1:2bf2ab9fcd12b179c396d2d4b4603b774a37eef6</id>
<content type='text'>
Just discovered a minor issue in the bitbake manual - under the variable
glossary entry for BBLAYERS_FETCH_DIR we say there's a default value of
${COREBASE} but that's not actually true in bitbake itself - there's no
default in bitbake, that default is set in OE-Core. We can keep this in the YP
ref manual but in the bitbake manual that sentence should be removed.

(Bitbake rev: 7b4e81772ed8789521661a3b32b576c91276ae34)

Signed-off-by: Scott Rifenbark &lt;srifenbark@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: bitbake-user-manual-metadata.xml: fix a typo</title>
<updated>2017-06-12T14:07:39+00:00</updated>
<author>
<name>Ming Liu</name>
<email>peter.x.liu@external.atlascopco.com</email>
</author>
<published>2017-06-06T03:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f3e06c474903b3d9d3b868e59f55d1f49ef763cd'/>
<id>urn:sha1:f3e06c474903b3d9d3b868e59f55d1f49ef763cd</id>
<content type='text'>
'buildCompleted' should be 'BuildCompleted'.

(Bitbake rev: 9bd96cf938f746ace8d157f6b1b6c2550798085f)

Signed-off-by: Ming Liu &lt;peter.x.liu@external.atlascopco.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: bitbake-user-manual: Updated INHERIT descriptions</title>
<updated>2017-05-23T16:45:37+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>srifenbark@gmail.com</email>
</author>
<published>2017-05-11T19:03:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=31ec7fa01df21cb43051686d02b52f1a6463feb4'/>
<id>urn:sha1:31ec7fa01df21cb43051686d02b52f1a6463feb4</id>
<content type='text'>
Fixes [YOCTO #11498]

Enhanced the glossary description for the INHERIT variable to give more
detail and to cross-reference the reader back into the Chapter 3
section describing its use.

(Bitbake rev: 362f6044fcaafe51ab4377af8f2606165b112717)

Signed-off-by: Scott Rifenbark &lt;srifenbark@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: fetch/local: Drop FILESDIR</title>
<updated>2017-04-05T22:20:03+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2017-04-05T08:37:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=23340365022cae4b2f18a47cd6105a3d7043e760'/>
<id>urn:sha1:23340365022cae4b2f18a47cd6105a3d7043e760</id>
<content type='text'>
This has long since been deprecated and is no longer used anywhere, FILESPATH
is the commonly used varaible which offers much more flexibility. Remove
the FILESDIR code and references from bitbake.

(Bitbake rev: 751c9dc51fd01fa64a1ff37ba2638110335f71af)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: bitbake-user-manual: Fixed special character in -D output</title>
<updated>2017-04-03T21:32:02+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>srifenbark@gmail.com</email>
</author>
<published>2017-04-03T21:24:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=eff56e4f0d59b1d965a68e4f009b7f07717b7edd'/>
<id>urn:sha1:eff56e4f0d59b1d965a68e4f009b7f07717b7edd</id>
<content type='text'>
Fixes [YOCTO #9962]

The new output for -D was copied into the manual and merged by
the engineering team before checking to see if the manual
would make properly.  The next output for -D introduced an
error through the string "&lt;task&gt;".  The angled bracket
characters are illegal in docbook and must be replaced by
"&amp;lt;" and "&amp;gt;", respectively.  I made this fix.

(Bitbake rev: 0476ec4605c94b9e0208cfd3fa48ecf3e3f04181)

Signed-off-by: Scott Rifenbark &lt;srifenbark@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: main: Improve -v and -D option documentation</title>
<updated>2017-03-27T19:23:19+00:00</updated>
<author>
<name>Diana Thayer</name>
<email>garbados@gmail.com</email>
</author>
<published>2017-03-21T20:27:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=71e48a361731dda62a05c8ef79691b80a3561596'/>
<id>urn:sha1:71e48a361731dda62a05c8ef79691b80a3561596</id>
<content type='text'>
Expanded and clarify documentation for the -v, --verbose and -D, --debug
options.

[YOCTO #9962]

(Bitbake rev: 921592026c69287cdb40ffd90944d5944f28e2c3)

Signed-off-by: Diana Thayer &lt;garbados@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: bitbake-user-manual: Added "path_spec" parameter to SVN Fetcher</title>
<updated>2017-03-01T15:46:59+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>srifenbark@gmail.com</email>
</author>
<published>2017-02-20T18:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=7abb5b72060007caffbbfb8ee3c5c13f3edfc576'/>
<id>urn:sha1:7abb5b72060007caffbbfb8ee3c5c13f3edfc576</id>
<content type='text'>
Fixes [YOCTO #10405]

The section on the SVN Fetcher was missing information on the
"path_spec" option.  I added this option and also updated the
examples at the bottom of the section to include that parameter.
Also, made the other two examples consistent.
I also removed the "date" parameter.

Also, updated the "protocol" parameter as well as the "modify"
parameter.  For "modify" I removed the reference to "rsh". I
applied a small wording change to the "protocol" parameter.

Finally, I added a new "ssh" parameter.

(Bitbake rev: 3ce6169afa646ef2b847e5fbabfe0191c93928b7)

Signed-off-by: Scott Rifenbark &lt;srifenbark@gmail.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: bitbake-user-manual: Rewrite dependency dot file generation</title>
<updated>2017-03-01T15:46:59+00:00</updated>
<author>
<name>Scott Rifenbark</name>
<email>srifenbark@gmail.com</email>
</author>
<published>2017-01-23T23:44:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=bcfb0da4fec6809de585410c7b3e1b23689457a4'/>
<id>urn:sha1:bcfb0da4fec6809de585410c7b3e1b23689457a4</id>
<content type='text'>
The package-depends.dot and pn-depends.dot files are inaccurate,
missing out key dependencies such those made via the [depends]
flags. As such they can be misleading to the user.

They mainly exist for historical reasons, coming from a time
before we had task based execution.

This commit removes the two dated file formats and replaces
them with a recipe-depends.dot which is a flattened version
of task-depends.dot.

The old format files are removed if present so that the user
can't get confused about why data might not match between files.

The code is also rewritten to use 'with f: f.write()' syntax as
is more commonly used now. Also update the docs to match the change.

(Bitbake rev: f82537d27f2a5bf9d576aa841593db9ec0985ea8)

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
