<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/git, branch org.openembedded.dev</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>git: activate gitk.</title>
<updated>2010-09-22T06:03:40+00:00</updated>
<author>
<name>Yann Dirson</name>
<email>ydirson@altern.org</email>
</author>
<published>2010-09-15T11:27:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=2823e121e80a65006a642f0f067f63f9605ff32a'/>
<id>2823e121e80a65006a642f0f067f63f9605ff32a</id>
<content type='text'>
It does not work perfectly (complains about possible problems in the tcl
package), and buttons are huge, but it allows to browse history.

git-gui OTOH does not start at all, it only complains that tk is not
correctly installed, so it is commented out.

Signed-off-by: Yann Dirson &lt;ydirson@altern.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It does not work perfectly (complains about possible problems in the tcl
package), and buttons are huge, but it allows to browse history.

git-gui OTOH does not start at all, it only complains that tk is not
correctly installed, so it is commented out.

Signed-off-by: Yann Dirson &lt;ydirson@altern.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>git: split space-hungry rarely-used commands into -perltools and -large packages.</title>
<updated>2010-09-22T06:03:39+00:00</updated>
<author>
<name>Yann Dirson</name>
<email>ydirson@altern.org</email>
</author>
<published>2010-09-15T11:27:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=287f5ec79cf223238652ad8cfd9e004fd08305e5'/>
<id>287f5ec79cf223238652ad8cfd9e004fd08305e5</id>
<content type='text'>
This trims the main package by ~75%, and split of all perl scripts allows
to spare the installation of perl, which is no small bargain either.

Note that git-remote-http triggers a strange bug (OE#5465), so it is not
split out for now.

Also drop cpio dependency, which has been unneeded since a number of git
revisions.

Tested rapidly on shr/testing: seen no problem doing clone/commit/amend/reset/
revert/log/status/diff/rebase -i/conflict resolution.

Signed-off-by: Yann Dirson &lt;ydirson@altern.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This trims the main package by ~75%, and split of all perl scripts allows
to spare the installation of perl, which is no small bargain either.

Note that git-remote-http triggers a strange bug (OE#5465), so it is not
split out for now.

Also drop cpio dependency, which has been unneeded since a number of git
revisions.

Tested rapidly on shr/testing: seen no problem doing clone/commit/amend/reset/
revert/log/status/diff/rebase -i/conflict resolution.

Signed-off-by: Yann Dirson &lt;ydirson@altern.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>git: replace remaining broken hardlinks with symlinks.</title>
<updated>2010-09-22T06:03:39+00:00</updated>
<author>
<name>Yann Dirson</name>
<email>ydirson@altern.org</email>
</author>
<published>2010-09-15T11:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=50fc7462c48dec780900378149ac937bc41c45fa'/>
<id>50fc7462c48dec780900378149ac937bc41c45fa</id>
<content type='text'>
Signed-off-by: Yann Dirson &lt;ydirson@altern.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Yann Dirson &lt;ydirson@altern.org&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>git-native: bump PR (libssl issue)</title>
<updated>2010-09-06T15:09:56+00:00</updated>
<author>
<name>Denis 'GNUtoo' Carikli</name>
<email>GNUtoo@no-log.org</email>
</author>
<published>2010-09-05T23:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=60f43a7db7b8e7851fbdbd45e3e3d714b5e5b4b5'/>
<id>60f43a7db7b8e7851fbdbd45e3e3d714b5e5b4b5</id>
<content type='text'>
git-native failled to run because of libssl changes.
bumping PR solve that.

Note that if autorev is used,the user has to bitbke -b git-native
(to bypass the parsing) else:
  it start parsing the recipes
  At some point it encounter a git autorev recipe
  it calls git which fails because of the library issue
  the parsing fails,which prevent git-native or other recipes to be built
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-native failled to run because of libssl changes.
bumping PR solve that.

Note that if autorev is used,the user has to bitbke -b git-native
(to bypass the parsing) else:
  it start parsing the recipes
  At some point it encounter a git autorev recipe
  it calls git which fails because of the library issue
  the parsing fails,which prevent git-native or other recipes to be built
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: bump PR in recipes depending on openssl after SHR and Angstrom moved to openssl-1.0.0</title>
<updated>2010-08-16T14:57:21+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-08-16T14:37:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=8dd59bdb181eaa9b2325d1e75f657e1b78c181fc'/>
<id>8dd59bdb181eaa9b2325d1e75f657e1b78c181fc</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the do_patch apply=yes param implicit if extension is .diff/.patch</title>
<updated>2010-05-25T19:54:52+00:00</updated>
<author>
<name>Chris Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2010-05-24T20:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=6fe7cef27069415f2eba36bc640cf59013d4979b'/>
<id>6fe7cef27069415f2eba36bc640cf59013d4979b</id>
<content type='text'>
For .diff/.patch you need to apply manually, you can specify apply=no.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For .diff/.patch you need to apply manually, you can specify apply=no.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename url params patch=&lt;ignored&gt;/pnum=&lt;n&gt; to apply={yes,no}/striplevel=&lt;n&gt;</title>
<updated>2010-05-25T19:53:41+00:00</updated>
<author>
<name>Chris Larson</name>
<email>chris_larson@mentor.com</email>
</author>
<published>2010-05-24T03:23:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0'/>
<id>bf7d0467a0788a7fcc1c96e0dc35a25ae09278a0</id>
<content type='text'>
I think this makes the behavior rather more clear.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think this makes the behavior rather more clear.

Signed-off-by: Chris Larson &lt;chris_larson@mentor.com&gt;
Acked-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>git 1.7.0.2: fix hardlinking problems as reported by Eric Brombaugh</title>
<updated>2010-05-15T08:19:44+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2010-05-15T08:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=84de51631e1e7bb76141332807ed2ba9e8df02ae'/>
<id>84de51631e1e7bb76141332807ed2ba9e8df02ae</id>
<content type='text'>
Using softlinks has the following effects on package size:

git:		54MB -&gt; 3.0MB
git-dbg:	646MB -&gt; 141MB
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using softlinks has the following effects on package size:

git:		54MB -&gt; 3.0MB
git-dbg:	646MB -&gt; 141MB
</pre>
</div>
</content>
</entry>
<entry>
<title>git: add ssh to recommends</title>
<updated>2010-05-07T12:29:00+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2010-05-07T12:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c302f739d40c7caa399af1b8d0c6724ac0d5cda2'/>
<id>c302f739d40c7caa399af1b8d0c6724ac0d5cda2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-native_1.7.0.2.bb : disable building/installing of python stuff</title>
<updated>2010-03-15T13:42:26+00:00</updated>
<author>
<name>Graeme Gregory</name>
<email>dp@xora.org.uk</email>
</author>
<published>2010-03-15T13:42:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=fada583c1f2478194f705d65c1b386ddbf33cbfc'/>
<id>fada583c1f2478194f705d65c1b386ddbf33cbfc</id>
<content type='text'>
It was zeckes opinion that we dont need the python stuff for OE useage
and looking at what is installed I would agree. Disabled it otherwise
we need to point it at python-native to stop it using host python.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was zeckes opinion that we dont need the python stuff for OE useage
and looking at what is installed I would agree. Disabled it otherwise
we need to point it at python-native to stop it using host python.
</pre>
</div>
</content>
</entry>
</feed>
