<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/target/Makefile.in, branch 2012.02_rc2</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc2</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.02_rc2'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2010-12-16T11:15:52Z</updated>
<entry>
<title>Stop referencing the crazy target/device stuff</title>
<updated>2010-12-16T11:15:52Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-12-05T20:52:40Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1a5f2d6d7a7d9547f468cb31b22854bcfda28610'/>
<id>urn:sha1:1a5f2d6d7a7d9547f468cb31b22854bcfda28610</id>
<content type='text'>
We don't need Config.in and Makefile in target/device: defconfig files
are sufficient to describe the specificities of a board (architecture,
compilation flags, bootloader and kernel details, etc.).

However, a placeholder such as target/device will be kept in order to
host things such as kernel configuration files or various
board-specific patches.

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 completely useless set of Makefiles specific to Atmel</title>
<updated>2010-12-15T09:25:14Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-12-05T20:52:35Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=e35eb0486195cba6ddece04ff42c4edebfb7d45c'/>
<id>urn:sha1:e35eb0486195cba6ddece04ff42c4edebfb7d45c</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>Merge branch 'linux-cleanup' of git://git.busybox.net/~tpetazzoni/git/buildroot</title>
<updated>2010-06-22T21:43:08Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-22T21:43:08Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=f3050b0b9ed14596d74a1bcb340ff7f5d86e1b1a'/>
<id>urn:sha1:f3050b0b9ed14596d74a1bcb340ff7f5d86e1b1a</id>
<content type='text'>
Conflicts:
	target/Makefile.in
</content>
</entry>
<entry>
<title>Remove old Linux infrastructure</title>
<updated>2010-06-22T19:20:26Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-04-03T16:55:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=fe1cba690a9afdd661abf0285b08ce95c6347de7'/>
<id>urn:sha1:fe1cba690a9afdd661abf0285b08ce95c6347de7</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>target: get rid of unused BR2_COPYTO / BR2_TARGET_ATMEL_COPYTO</title>
<updated>2010-06-22T15:41:34Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-06-22T15:41:34Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d'/>
<id>urn:sha1:b10197dcf2ca1d6afbdf8f131560a3a0a8b9c72d</id>
<content type='text'>
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>bootloaders: move bootloader build code to boot/</title>
<updated>2010-06-10T19:05:12Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-14T17:20:45Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=649b5b92509dba021ed47ef4c04f358de83ba36f'/>
<id>urn:sha1:649b5b92509dba021ed47ef4c04f358de83ba36f</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>Makefile: move filesystem stuff after u-boot build again</title>
<updated>2010-05-21T14:19:11Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-05-21T14:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=319a4751c4a3a0209f628a7470a6d8e400d3479d'/>
<id>urn:sha1:319a4751c4a3a0209f628a7470a6d8e400d3479d</id>
<content type='text'>
Otherwise u-boot tools / kernel modules are only added to target AFTER
the filesystems are built.

Long term u-boot/kernel stuff should get splitted from target/device,
but this is the safest solution for now.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>target: really remove the target/*/*.mk include</title>
<updated>2010-04-20T07:12:39Z</updated>
<author>
<name>Peter Korsgaard</name>
<email>jacmet@sunsite.dk</email>
</author>
<published>2010-04-20T07:12:39Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=d3a1233fbaa434b24291b6f5f245d2a748e70510'/>
<id>urn:sha1:d3a1233fbaa434b24291b6f5f245d2a748e70510</id>
<content type='text'>
Commit 5faae4869027 claimed to do this, but it didn't - Causing
make to error out.

Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>Move all filesystem generation code to fs/</title>
<updated>2010-04-09T09:04:36Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-10T21:30:06Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=0585241505cfaddc9db6ae92739bdfb5ce5f9794'/>
<id>urn:sha1:0585241505cfaddc9db6ae92739bdfb5ce5f9794</id>
<content type='text'>
Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
<entry>
<title>target: Add new infrastructure for filesystem generation</title>
<updated>2010-04-09T09:04:34Z</updated>
<author>
<name>Thomas Petazzoni</name>
<email>thomas.petazzoni@free-electrons.com</email>
</author>
<published>2010-03-09T23:11:58Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=21f3bcc1868022e990c0d7ec4171727722b41fd9'/>
<id>urn:sha1:21f3bcc1868022e990c0d7ec4171727722b41fd9</id>
<content type='text'>
In order to avoid code duplication between the different filesystem
generation makefile, we introduce a ROOTFS_TARGET macro. Documentation
for this macro is contained in the patch.

Signed-off-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
</content>
</entry>
</feed>
