<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/target/device/Atmel/atstk100x, branch master</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=master</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-12-16T14:03:49Z</updated>
<entry>
<title>board: update and minimize atstk100x_defconfig</title>
<updated>2010-12-16T14:03:49Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-12-05T20:53:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0fabb345a785dffe7bd91536c81c8ef54eb8ed43'/>
<id>urn:sha1:0fabb345a785dffe7bd91536c81c8ef54eb8ed43</id>
<content type='text'>
Use recent U-Boot and kernel version, remove target skeleton and use
the default one instead, remove useless kernel configuration, busybox
configuration and device table.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Remove all Config.in/Makefile.in files in target/device</title>
<updated>2010-12-16T11:16:14Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-12-05T20:52:41Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=9e009f3bbca93e09decf93369e592ada95e6ef48'/>
<id>urn:sha1:9e009f3bbca93e09decf93369e592ada95e6ef48</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>skeleton: fix atstk1005, ststk100x and atngw100 for POSIX compliance</title>
<updated>2010-09-30T20:08:56Z</updated>
<author>
<name>Yann E. MORIN</name>
<email>yann.morin.1998@anciens.enib.fr</email>
</author>
<published>2010-09-20T21:26:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5c6320f1b550b3607cc4ed42a95811381d31395f'/>
<id>urn:sha1:5c6320f1b550b3607cc4ed42a95811381d31395f</id>
<content type='text'>
Using two '=' for string comparison is a bashism.
Revert to using one, as stated in POSIX 1003.1-2008.

Signed-off-by: "Yann E. MORIN" &lt;yann.morin.1998@anciens.enib.fr&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Atmel/atstk100*: make /etc/mtab a symlink to /proc/mounts</title>
<updated>2010-07-18T20:21:59Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-07-18T20:21:59Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=58ddb37e216ae1545e9933a51e90a3fdeb10a5c4'/>
<id>urn:sha1:58ddb37e216ae1545e9933a51e90a3fdeb10a5c4</id>
<content type='text'>
Closes #2233

To match the other skeletons.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Remove all TARGET_DEVICE_TABLE definitions</title>
<updated>2010-04-17T02:36:23Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-04-17T02:33:30Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=32241116c8211b1d4fe03a570523ecf8a4c71509'/>
<id>urn:sha1:32241116c8211b1d4fe03a570523ecf8a4c71509</id>
<content type='text'>
We have a special case for Xtensa, which was patching the generic
device_table.txt. Instead of doing this, we just keep a copy of the
device table, specific to Xtensa, with Xtensa specifities. The fact
that the patch wasn't applying anymore on the generic device table is
a sign that the existing approach wasn't working anyway.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>buildroot; move defconfigs to configs/ and print in help</title>
<updated>2009-10-04T20:20:28Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-10-04T20:09:25Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=58fd779a4355e5bfa2bc0b15ed9c4664f44c7a0f'/>
<id>urn:sha1:58fd779a4355e5bfa2bc0b15ed9c4664f44c7a0f</id>
<content type='text'>
As discussed earlier on the mailing list. It simplifies code, gives more
sensible error message on typos and makes the defconfigs easier to find
for users.

Furthermore, update documentation to match.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Fix download directory in default configs</title>
<updated>2009-09-30T09:23:33Z</updated>
<author>
<name>Michael Roth</name>
<email>mroth@nessie.de</email>
</author>
<published>2009-09-25T14:23:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4d153cff9d0f648eff381ac26350d56dabbd1b04'/>
<id>urn:sha1:4d153cff9d0f648eff381ac26350d56dabbd1b04</id>
<content type='text'>
Commit a07d6b9d56955bfe0165b5f4ea6d3ed7a92ecff6 changed the meaning
of $(BASE_DIR). Previously it was the top level buildroot directory,
now it is the 'output' directory.
As an side effect, the download directory 'dl' was moved to 'output/dl'.

In commit 416323e93442646e344a4e914776520c5e552fa0 the default download
directory was moved back to the top level of buildroot.

So the various default configurations should reflect this. Fix them.

Signed-off-by: Michael Roth &lt;mroth@nessie.de&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>buildroot: fix fallout after qtopia4 -&gt; qt rename</title>
<updated>2009-08-03T09:43:07Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-08-03T09:43:07Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=5b72dda69f72e1953dfc7987dd1b418e1afe79a4'/>
<id>urn:sha1:5b72dda69f72e1953dfc7987dd1b418e1afe79a4</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>target/device: rename program invocation symbol in defconfigs</title>
<updated>2009-07-31T13:29:27Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2009-07-31T13:29:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e15c0d07e15e94e800bd9a0cf3c24f45aeacd89c'/>
<id>urn:sha1:e15c0d07e15e94e800bd9a0cf3c24f45aeacd89c</id>
<content type='text'>
The symbol is now BR2_PROGRAM_INVOCATION, not BR2_UCLIBC_PROGRAM_INVOCATION.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Make sure AVR32 defconfigs use u-boot 2008.10 (only known version to work properly)</title>
<updated>2009-04-30T06:33:27Z</updated>
<author>
<name>Thiago A. Corrêa</name>
<email>thiago.correa@gmail.com</email>
</author>
<published>2009-04-30T06:33:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=956c18a704f23775f52c775c4f355d1db70761e9'/>
<id>urn:sha1:956c18a704f23775f52c775c4f355d1db70761e9</id>
<content type='text'>
</content>
</entry>
</feed>
