<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/base-files, 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>Revert "base-files: beagleboard: profile: use nano"</title>
<updated>2010-08-23T18:05:05+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2010-08-23T18:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=4522417763213a44d4c72da97a0c8380ee68799f'/>
<id>4522417763213a44d4c72da97a0c8380ee68799f</id>
<content type='text'>
This is a distro setting, not a machine setting

This reverts commit c323496195aaec26055da823a6c0166c7836c6b2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a distro setting, not a machine setting

This reverts commit c323496195aaec26055da823a6c0166c7836c6b2.
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: beagleboard: profile: use nano</title>
<updated>2010-08-19T23:50:06+00:00</updated>
<author>
<name>Jason Kridner</name>
<email>jkridner@beagleboard.org</email>
</author>
<published>2010-08-19T12:17:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c323496195aaec26055da823a6c0166c7836c6b2'/>
<id>c323496195aaec26055da823a6c0166c7836c6b2</id>
<content type='text'>
If nano is available and EDITOR isn't otherwise set, then use it.
Advanced users who would prefer vi will know how to set EDITOR anyway.
I can clearly see myself being frustrated typing 'export EDITOR=vi'
every time I start a BeagleBoard test ramdisk image, but better me have
that than to try to explain to someone fresh how to use vi.

Updated with feedback from Gary Thomas to avoid overwriting anyone
else's preference.

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If nano is available and EDITOR isn't otherwise set, then use it.
Advanced users who would prefer vi will know how to set EDITOR anyway.
I can clearly see myself being frustrated typing 'export EDITOR=vi'
every time I start a BeagleBoard test ramdisk image, but better me have
that than to try to explain to someone fresh how to use vi.

Updated with feedback from Gary Thomas to avoid overwriting anyone
else's preference.

Signed-off-by: Jason Kridner &lt;jkridner@beagleboard.org&gt;
Signed-off-by: Denys Dmytriyenko &lt;denis@denix.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: Prefer ext4 &gt; ext3 &gt; ext2</title>
<updated>2010-08-19T21:39:53+00:00</updated>
<author>
<name>Tom Rini</name>
<email>tom_rini@mentor.com</email>
</author>
<published>2010-08-18T22:44:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c1363b88214b27c65d563c16a8cc1dc56f1bd770'/>
<id>c1363b88214b27c65d563c16a8cc1dc56f1bd770</id>
<content type='text'>
Have /etc/filesystems try and mount ext4 then ext3 then ext2

Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Have /etc/filesystems try and mount ext4 then ext3 then ext2

Acked-by: Frans Meulenbroeks &lt;fransmeulenbroeks@gmail.com&gt;
Signed-off-by: Tom Rini &lt;tom_rini@mentor.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: profile: don't set TZ if /etc/TZ is present</title>
<updated>2010-07-29T19:54:22+00:00</updated>
<author>
<name>Roman Khimov</name>
<email>khimov@altell.ru</email>
</author>
<published>2010-07-02T04:57:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=3fe37352fc5df40ae1f275c4a586c4a50d336c3c'/>
<id>3fe37352fc5df40ae1f275c4a586c4a50d336c3c</id>
<content type='text'>
uClibc-based systems can have system-wide TZ in /etc/TZ, thus we shouldn't
set TZ variable if it is present.

Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
uClibc-based systems can have system-wide TZ in /etc/TZ, thus we shouldn't
set TZ variable if it is present.

Signed-off-by: Roman I Khimov &lt;khimov@altell.ru&gt;
Acked-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: fix DISPLAY for shr distro and bump PR</title>
<updated>2010-07-28T20:40:56+00:00</updated>
<author>
<name>Klaus Kurzmann</name>
<email>mok@fluxnetz.de</email>
</author>
<published>2010-07-28T20:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=94c0d31734dc4e9f32856acec5d972731e046e75'/>
<id>94c0d31734dc4e9f32856acec5d972731e046e75</id>
<content type='text'>
Signed-off-by: Klaus Kurzmann &lt;mok@fluxnetz.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Klaus Kurzmann &lt;mok@fluxnetz.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: adjust SHR profile a bit more</title>
<updated>2010-05-03T17:32:31+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-05-03T16:44:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=34f9008f3d3770200dc8a47537232df4fe5f6f05'/>
<id>34f9008f3d3770200dc8a47537232df4fe5f6f05</id>
<content type='text'>
* on some targets HOME is set to '/' before /etc/profile gets sourced
* Haven't found yet, why it's set '/' in first place, but will apply
  this workaround proposed by Joachim Ott for now.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* on some targets HOME is set to '/' before /etc/profile gets sourced
* Haven't found yet, why it's set '/' in first place, but will apply
  this workaround proposed by Joachim Ott for now.

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: adjust SHR /etc/profile</title>
<updated>2010-05-03T05:30:44+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-05-03T05:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=87d5cdd0b62783b137f3186397b6bd8f584a9916'/>
<id>87d5cdd0b62783b137f3186397b6bd8f584a9916</id>
<content type='text'>
* export HOME if it's empty, because xserver-nodm needs that to run
  x-window-manager (E17 was creating .e in / not real HOME)
* don't export LANG, as users cannot overwrite it with extra file
  in /etc/profile.d/, if it's really needed put extra file there with
  default LANG

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* export HOME if it's empty, because xserver-nodm needs that to run
  x-window-manager (E17 was creating .e in / not real HOME)
* don't export LANG, as users cannot overwrite it with extra file
  in /etc/profile.d/, if it's really needed put extra file there with
  default LANG

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files: improve profile for SHR</title>
<updated>2010-04-21T13:07:08+00:00</updated>
<author>
<name>Joachim Ott</name>
<email>jo.shrdevel@googlemail.com</email>
</author>
<published>2010-04-21T12:59:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=16524503463d08477c207867bbcc8fd79d7653ca'/>
<id>16524503463d08477c207867bbcc8fd79d7653ca</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>base-files: move profile for SHR from shr-image.inc to base-files</title>
<updated>2010-04-01T08:18:52+00:00</updated>
<author>
<name>Thomas Zimmermann</name>
<email>ml@vdm-design.de</email>
</author>
<published>2010-04-01T08:18:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=c297f5c5ff1d2405263dcd583a9a3ade1db13d0e'/>
<id>c297f5c5ff1d2405263dcd583a9a3ade1db13d0e</id>
<content type='text'>
Signed-off-by: Thomas Zimmermann &lt;ml@vdm-design.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thomas Zimmermann &lt;ml@vdm-design.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>base-files_3.0.14.bb: bumped PR due to KeilOS new issue file</title>
<updated>2010-03-24T14:26:32+00:00</updated>
<author>
<name>Marco Cavallini</name>
<email>m.cavallini@koansoftware.com</email>
</author>
<published>2010-03-24T14:26:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=5f9d302b5de9c0a17bd3aab739d4a05984f9cb08'/>
<id>5f9d302b5de9c0a17bd3aab739d4a05984f9cb08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
