<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtd-utils.git/ubi-utils/new-utils/Makefile, branch v2.0.0-rc1</title>
<subtitle>A mirror of http://git.infradead.org/mtd-utils.git</subtitle>
<id>https://git.infraroot.at/mtd-utils.git/atom?h=v2.0.0-rc1</id>
<link rel='self' href='https://git.infraroot.at/mtd-utils.git/atom?h=v2.0.0-rc1'/>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/'/>
<updated>2009-03-17T08:16:38+00:00</updated>
<entry>
<title>ubi-utils: re-arrange directory layout</title>
<updated>2009-03-17T08:16:38+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2009-03-17T08:14:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=606f38a2221648ca5c5fa292c9f71d2ddd59fa66'/>
<id>urn:sha1:606f38a2221648ca5c5fa292c9f71d2ddd59fa66</id>
<content type='text'>
Move new-utils to ubi-utils and old ones to ubi-utils/old-utils.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>UBI: add ubirename utility</title>
<updated>2009-02-18T08:52:57+00:00</updated>
<author>
<name>Richard Titmuss</name>
<email>richard_titmuss@eu.logitech.com</email>
</author>
<published>2009-02-18T08:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=cca27d4c0819ae244b33639a19bec82cc2895704'/>
<id>urn:sha1:cca27d4c0819ae244b33639a19bec82cc2895704</id>
<content type='text'>
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>Unify all common build system parts</title>
<updated>2008-12-22T08:13:37+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-12-18T21:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=96a4f76f2e9dad7fdbd6fd7740de44bc90d5769e'/>
<id>urn:sha1:96a4f76f2e9dad7fdbd6fd7740de44bc90d5769e</id>
<content type='text'>
Rather than duplicating the same thing over and over in every Makefile,
move it all to common.mk.

Other things fixed here:
 - doing subdirs in parallel
 - fix src!=build compiling in subdirs

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: fix up build system</title>
<updated>2008-12-10T12:21:34+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2008-12-09T13:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=47c791bdea3aee5de01f3718e5aa6b76f6dab08a'/>
<id>urn:sha1:47c791bdea3aee5de01f3718e5aa6b76f6dab08a</id>
<content type='text'>
The previous change with CFLAGS handling was not entirely correct.  So fix
CFLAGS/CPPFLAGS/LDFLAGS to work like standard build systems (i.e. autotools)
and change `ranlib` to $(RANLIB) to fix cross-compiling.

Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>Separate '-m' and the mode with a space when invoking 'install'</title>
<updated>2008-12-02T09:48:21+00:00</updated>
<author>
<name>Enrico Scholz</name>
<email>enrico.scholz@sigma-chemnitz.de</email>
</author>
<published>2008-11-26T13:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=5778b361e81ebdd9b4cbe66d82dd04955dc10bc4'/>
<id>urn:sha1:5778b361e81ebdd9b4cbe66d82dd04955dc10bc4</id>
<content type='text'>
Some 'install' versions (e.g. this of OpenEmbedded) require the mode
to be a separate argument and don't understand the '-m0755' syntax:

  .../staging/x86_64-linux/usr/bin/install-sh: ./-m0755 does not exist.

Signed-off-by: Enrico Scholz &lt;enrico.scholz@sigma-chemnitz.de&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: fix CFLAGS handling wrt cross compilation</title>
<updated>2008-11-21T12:15:21+00:00</updated>
<author>
<name>Nicolas Pitre</name>
<email>nico@cam.org</email>
</author>
<published>2008-11-19T18:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=c3d328ca27b31dad62ab7ca3edf55087352d27a8'/>
<id>urn:sha1:c3d328ca27b31dad62ab7ca3edf55087352d27a8</id>
<content type='text'>
Let's have the "new ubi-utils" makefile handle CFLAGS like the other
makefiles.  This is important when cross compiling and CFLAGS is
externally provided. Without this, local include files are not found due
to the various -I arguments which are then lost.

Signed-off-by: Nicolas Pitre &lt;nico@marvell.com&gt;
Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: add ubiformat</title>
<updated>2008-04-20T15:16:01+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2008-04-20T09:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=66b4b7c89ae3cbaffbb075ab9eacb6434cf0c8ed'/>
<id>urn:sha1:66b4b7c89ae3cbaffbb075ab9eacb6434cf0c8ed</id>
<content type='text'>
A new utility to erase MTD devices and flash UBI images, while
preserving erase counters

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>ubi-utils: Fixup Makefile for new version of the tools</title>
<updated>2008-02-21T14:00:13+00:00</updated>
<author>
<name>Frank Haverkamp</name>
<email>haver@vnet.ibm.com</email>
</author>
<published>2008-02-21T14:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=fb552c18cb72e2eb778e74f4bac2d61e059b4278'/>
<id>urn:sha1:fb552c18cb72e2eb778e74f4bac2d61e059b4278</id>
<content type='text'>
Because of defining targets which get never build calling make multiple times
caused regeneration of the code. The fix creates proper .a files which prevent
the rebuild since they exist after build.

Signed-off-by: Frank Haverkamp &lt;haver@vnet.ibm.com&gt;
</content>
</entry>
<entry>
<title>ubi-tools: sanify old and new tools a bit</title>
<updated>2008-02-20T17:21:31+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2008-02-20T16:00:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=56868f374f5ba88e766690236a41af36a1e51949'/>
<id>urn:sha1:56868f374f5ba88e766690236a41af36a1e51949</id>
<content type='text'>
This commit adds compatible options to new ubimkvol, ubirmvol,
and ubiupdatevol and deletes corresponding old utilities.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
<entry>
<title>Revert ubi-tools changes</title>
<updated>2008-02-19T14:41:16+00:00</updated>
<author>
<name>Artem Bityutskiy</name>
<email>Artem.Bityutskiy@nokia.com</email>
</author>
<published>2008-02-19T12:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.infraroot.at/mtd-utils.git/commit/?id=86dd9696d3a1acb036d65909d93d73455b8aed3a'/>
<id>urn:sha1:86dd9696d3a1acb036d65909d93d73455b8aed3a</id>
<content type='text'>
Restore ubi tools to their "original" state, which means to
the state they were before I stareted cleaning them up.

Instead, create a "new-utils" subdirectory and move my work
there.

Signed-off-by: Artem Bityutskiy &lt;Artem.Bityutskiy@nokia.com&gt;
</content>
</entry>
</feed>
