<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildroot.git/support/scripts, branch 2012.05_rc3</title>
<subtitle>Buildroot: Making Embedded Linux easy
</subtitle>
<id>https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.05_rc3</id>
<link rel='self' href='https://git.hiegel.fr/cgit/buildroot.git/atom?h=2012.05_rc3'/>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/'/>
<updated>2012-05-19T18:57:55Z</updated>
<entry>
<title>apply-patches.sh: add documentation</title>
<updated>2012-05-19T18:57:55Z</updated>
<author>
<name>Ludovic Desroches</name>
<email>ludovic.desroches@gmail.com</email>
</author>
<published>2012-05-18T10:47:01Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=38b1ba3681416692c97689b01c9302877949c693'/>
<id>urn:sha1:38b1ba3681416692c97689b01c9302877949c693</id>
<content type='text'>
Signed-off-by: Ludovic Desroches &lt;ludovic.desroches@gmail.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>apply-patches.sh: patch pattern was expanded prematurely</title>
<updated>2012-04-16T21:19:08Z</updated>
<author>
<name>Ludovic Desroches</name>
<email>ludovic.desroches@atmel.com</email>
</author>
<published>2012-04-16T16:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=7c717bbfffea0c55d348435e9b98e492b11b9177'/>
<id>urn:sha1:7c717bbfffea0c55d348435e9b98e492b11b9177</id>
<content type='text'>
The patch pattern was expanded before being into the patch directory so the
expansion can add incorrect files.

Signed-off-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>apply-patches.sh: add recursivity when scanning patchdir</title>
<updated>2012-03-21T12:47:27Z</updated>
<author>
<name>Ludovic Desroches</name>
<email>ludovic.desroches@atmel.com</email>
</author>
<published>2012-03-21T13:26:27Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=64ac7199525f3dbd0ce49f7ec31715a2a1b63725'/>
<id>urn:sha1:64ac7199525f3dbd0ce49f7ec31715a2a1b63725</id>
<content type='text'>
Recursivity is needed with some tarballs containing debian patches:
.
  debian
    changelog
    control
    patches
      02-COPYRIGHT.patch
[...]

Since we can find some files which are not patches in those directories, only
consider .patch* and .diff* files as valid patches.
Due to recursivity, strip-components option is no more necessary so it has
been removed.

Signed-off-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>apply-patches.sh: use series file to apply patches in proper order</title>
<updated>2012-03-20T23:06:26Z</updated>
<author>
<name>Ludovic Desroches</name>
<email>ludovic.desroches@atmel.com</email>
</author>
<published>2012-03-14T15:33:57Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=6c29e50c94241e5179e0075fc15dab6c073f0d6f'/>
<id>urn:sha1:6c29e50c94241e5179e0075fc15dab6c073f0d6f</id>
<content type='text'>
If a series file is present use it to determine the proper order to apply
patches instead of using ls sorting order.

Signed-off-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
Tested-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
add a series file with a wrong patch order into an archive containing several
patches whose correct order is the alphabetical one
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Tested-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>apply-patches.sh: change archive management</title>
<updated>2012-03-20T23:04:47Z</updated>
<author>
<name>Ludovic Desroches</name>
<email>ludovic.desroches@atmel.com</email>
</author>
<published>2012-03-14T15:33:56Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=4f9e82da2a7d30f7e9e39238a3a2f0bd021a7be4'/>
<id>urn:sha1:4f9e82da2a7d30f7e9e39238a3a2f0bd021a7be4</id>
<content type='text'>
The way archives were managed was incorrect because the uncompressed archives
were sent directly to the patch command. It means that alphabetical patch
order was not respected.

Signed-off-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
Tested-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
with an armadeus_apf9328_defconfig build
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Tested-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>apply-patches.sh: directories are no more considered as overlays</title>
<updated>2012-03-20T22:52:29Z</updated>
<author>
<name>Ludovic Desroches</name>
<email>ludovic.desroches@atmel.com</email>
</author>
<published>2012-03-14T15:33:55Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1b58957a9637d3b3d1ae13ec26096d737fdd1a45'/>
<id>urn:sha1:1b58957a9637d3b3d1ae13ec26096d737fdd1a45</id>
<content type='text'>
When a directory is found in patchdir, it is skipped.

Signed-off-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
Tested-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
with an armadeus_apf9328_defconfig build
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Tested-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>apply-patches.sh: cleanup</title>
<updated>2012-03-20T22:51:10Z</updated>
<author>
<name>Ludovic Desroches</name>
<email>ludovic.desroches@atmel.com</email>
</author>
<published>2012-03-14T15:33:54Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=1b671d477bc3154c1c72e2a770b8a97e4566a359'/>
<id>urn:sha1:1b671d477bc3154c1c72e2a770b8a97e4566a359</id>
<content type='text'>
Add quoting and remove redundant command.

Signed-off-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
Tested-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
with an armadeus_apf9328_defconfig build
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Tested-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Acked-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>apply-patches.sh: rename targetdir to builddir</title>
<updated>2012-03-20T22:49:20Z</updated>
<author>
<name>Ludovic Desroches</name>
<email>ludovic.desroches@atmel.com</email>
</author>
<published>2012-03-14T15:33:53Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=a7773ea4127b292172cbc7dd9507167dd0d3d3f4'/>
<id>urn:sha1:a7773ea4127b292172cbc7dd9507167dd0d3d3f4</id>
<content type='text'>
targetdir is not the output/target directory as it can suggest.

Signed-off-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
Tested-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
with an armadeus_apf9328_defconfig build
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Tested-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Acked-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>apply-patches.sh: remove any rejects before applying patches</title>
<updated>2012-03-14T22:28:57Z</updated>
<author>
<name>Ludovic Desroches</name>
<email>ludovic.desroches@atmel.com</email>
</author>
<published>2012-03-14T15:33:52Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=39bd61c6f30e3d9548b5928488fcd9ccfb3fda70'/>
<id>urn:sha1:39bd61c6f30e3d9548b5928488fcd9ccfb3fda70</id>
<content type='text'>
[Peter: .rej files might be in subdirs, so just do find .. | xargs rm]
Signed-off-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
Tested-by: Ludovic Desroches &lt;ludovic.desroches@atmel.com&gt;
with an armadeus_apf9328_defconfig build
Reviewed-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Acked-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Tested-by: Thomas Petazzoni &lt;thomas.petazzoni@free-electrons.com&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
<entry>
<title>pkg-stats: update list of packages to be skipped</title>
<updated>2012-02-26T18:46:58Z</updated>
<author>
<name>Luca Ceresoli</name>
<email>luca@lucaceresoli.net</email>
</author>
<published>2012-02-11T16:41:09Z</published>
<link rel='alternate' type='text/html' href='https://git.hiegel.fr/cgit/buildroot.git/commit/?id=8661ae32ad14c68f763e4311aad19b3b81177eb4'/>
<id>urn:sha1:8661ae32ad14c68f763e4311aad19b3b81177eb4</id>
<content type='text'>
Signed-off-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Acked-by: Arnout Vandecappelle (Essensium/Mind) &lt;arnout@mind.be&gt;
Signed-off-by: Peter Korsgaard &lt;jacmet@sunsite.dk&gt;
</content>
</entry>
</feed>
