<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/poky.git/.gitignore, branch yocto-3.1.30</title>
<subtitle>Mirror of git.yoctoproject.org/poky</subtitle>
<id>https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-3.1.30</id>
<link rel='self' href='https://git.enea.com/cgit/linux/poky.git/atom?h=yocto-3.1.30'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/'/>
<updated>2020-04-01T10:44:23+00:00</updated>
<entry>
<title>scripts/install-buildtools: improvements</title>
<updated>2020-04-01T10:44:23+00:00</updated>
<author>
<name>Tim Orling</name>
<email>timothy.t.orling@linux.intel.com</email>
</author>
<published>2020-03-31T20:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=420c926f8a425d0fc52d58373ca447a2ce7b3b54'/>
<id>urn:sha1:420c926f8a425d0fc52d58373ca447a2ce7b3b54</id>
<content type='text'>
* Install directory defaults to scripts/../buildtools
  e.g. --directory is set by default
  This avoids the user having to type in their sudo password
  to install in /opt/poky/&lt;installer-version&gt;

* Use "." rather than "source" for sourcing the environment script
  as not all distros (e.g. Debian) have "source" by default.

* Add buildtools/ to .gitignore

* Fix typos in example usage (--install-version -&gt; --installer-version)

[YOCTO #13832]

(From OE-Core rev: c6c3a58dbf0ca6c4a41df7ff50fa56d39d7ee23f)

Signed-off-by: Tim Orling &lt;timothy.t.orling@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gitignore: Ignore repo tool directory</title>
<updated>2018-10-29T17:26:47+00:00</updated>
<author>
<name>Christian Meusel</name>
<email>christian.meusel@posteo.de</email>
</author>
<published>2018-10-25T16:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=061dfb792692cdd4b693b338c47b43cf77b72b88'/>
<id>urn:sha1:061dfb792692cdd4b693b338c47b43cf77b72b88</id>
<content type='text'>
This reduces the noise produced by 'git status' and 'repo status' when
orchestrating the layers with Google's repo tool
(https://gerrit.googlesource.com/git-repo/).

(From OE-Core rev: 0c2c8d9edcba148c5beb22a9fb8ff06e1ada30cd)

Signed-off-by: Christian Meusel &lt;christian.meusel@posteo.de&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gitignore: ignore bitbake documentation build products</title>
<updated>2018-03-28T11:50:25+00:00</updated>
<author>
<name>Sascha Silbe</name>
<email>x-yo17@se-silbe.de</email>
</author>
<published>2018-03-21T16:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=e694d3773a6bceccc8cfbb1806660353650e694a'/>
<id>urn:sha1:e694d3773a6bceccc8cfbb1806660353650e694a</id>
<content type='text'>
Missed the bitbake manual the last time around because it's in a
different directory.

Signed-off-by: Sascha Silbe &lt;x-yo17@se-silbe.de&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gitignore: ignore documentation build products</title>
<updated>2018-01-06T22:40:03+00:00</updated>
<author>
<name>Sascha Silbe</name>
<email>x-yo17@se-silbe.de</email>
</author>
<published>2017-12-15T19:16:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f594e8ced45c9e670924f76e696202a56df02e26'/>
<id>urn:sha1:f594e8ced45c9e670924f76e696202a56df02e26</id>
<content type='text'>
There are several different manuals by now, all of which produce
output. The "eclipse" directory might even have been present the last
time .gitignore was updated.

Ignore the files and directories that can be generated during "make
DOC=&lt;directory&gt;" as well as "make DOC=&lt;directory&gt; pdf". While at it,
make sure the patterns only match for the top-level documentation
directory.

Signed-off-by: Sascha Silbe &lt;x-yo17@se-silbe.de&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>add !meta-poky to .gitignore file</title>
<updated>2016-03-26T08:06:58+00:00</updated>
<author>
<name>Bill Randle</name>
<email>william.c.randle@intel.com</email>
</author>
<published>2016-03-21T20:42:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=5005cab723bc488bcf3f982a6401ecf49bdb9ca3'/>
<id>urn:sha1:5005cab723bc488bcf3f982a6401ecf49bdb9ca3</id>
<content type='text'>
Another meta-yocto -&gt; meta-poky transition item. Git complained
on commit that files in meta-poky could not be committed.

Signed-off-by: Bill Randle &lt;william.c.randle@intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gitignore: fix overzealous exclusion</title>
<updated>2015-11-16T11:39:38+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2015-09-03T11:03:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=37cfd8080ac4c49e9ea3f646f29b047b479753d6'/>
<id>urn:sha1:37cfd8080ac4c49e9ea3f646f29b047b479753d6</id>
<content type='text'>
This was excluding any subdirectory anywhere in the tree named build*,
rather than just at the root - thus anything in
meta/recipes-devtools/build-compare had to be forcibly added. Change the
line so that it only operates at the root of the repo.

(From OE-Core rev: 3a60e5dba0ea914b1bd7a2073c1977e1d8529541)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: toaster tests: gitignore and use absolute path for log file</title>
<updated>2015-08-01T10:27:52+00:00</updated>
<author>
<name>Alexandru DAMIAN</name>
<email>alexandru.damian@intel.com</email>
</author>
<published>2015-07-30T16:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=f169733738587e5665b350f8a181b3145776e317'/>
<id>urn:sha1:f169733738587e5665b350f8a181b3145776e317</id>
<content type='text'>
gitignore the cache directory created by the http client

the log file for tests is already set up as an absolute path,
so no need to recompute the path

(Bitbake rev: 80f525e5cbe83e0407ecddf84401d68213c6d5cf)

Signed-off-by: Alexandru DAMIAN &lt;alexandru.damian@intel.com&gt;
Signed-off-by: Ed Bartosh &lt;ed.bartosh@linux.intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>gitignore: exclude meta-selftest, drop meta-hob</title>
<updated>2015-03-20T11:27:47+00:00</updated>
<author>
<name>Paul Eggleton</name>
<email>paul.eggleton@linux.intel.com</email>
</author>
<published>2015-03-16T10:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=3c4c63d0ff2fa1ce1357b41e004defd7416306b5'/>
<id>urn:sha1:3c4c63d0ff2fa1ce1357b41e004defd7416306b5</id>
<content type='text'>
* We don't want to ignore changes in the meta-selftest directory
* While I'm at it, meta-hob has been gone for a while now, so drop the
  reference to it here.

(From OE-Core rev: 6bcc652f5168d87e76b059f9e9825b8bcf049b90)

Signed-off-by: Paul Eggleton &lt;paul.eggleton@linux.intel.com&gt;
Signed-off-by: Ross Burton &lt;ross.burton@intel.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>bitbake: gitignore: Update for recent docs changes</title>
<updated>2014-01-27T21:03:13+00:00</updated>
<author>
<name>Bill Traynor</name>
<email>wmat@alphatroop.com</email>
</author>
<published>2013-01-14T19:32:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=a43f1b278f1abf076f0a0f7e5a1299b85e0a742a'/>
<id>urn:sha1:a43f1b278f1abf076f0a0f7e5a1299b85e0a742a</id>
<content type='text'>
Added a few more files to gitignore file to allow document
generation testing.

(Bitbake rev: f6310ca9ccb402a7569a79a4e92751c6d5733697)

Signed-off-by: Bill Traynor &lt;wmat@alphatroop.com&gt;
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>.gitignore: Add meta-yocto-imported</title>
<updated>2013-12-09T15:57:27+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2013-12-09T15:57:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/poky.git/commit/?id=80a9a79c4cb39b31b9f74410f3081e02b14f21cb'/>
<id>urn:sha1:80a9a79c4cb39b31b9f74410f3081e02b14f21cb</id>
<content type='text'>
Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
</content>
</entry>
</feed>
