<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/stintel/scripts/combined-image.sh, branch master</title>
<subtitle>Staging tree of Stijn Tintel</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/stintel/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/'/>
<updated>2021-05-13T13:13:15Z</updated>
<entry>
<title>build: introduce $(MKHASH)</title>
<updated>2021-05-13T13:13:15Z</updated>
<author>
<name>Leonardo Mörlein</name>
</author>
<published>2021-05-09T20:28:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=b993b68b6ca8444b5227a0c18df4600b37ac565c'/>
<id>urn:sha1:b993b68b6ca8444b5227a0c18df4600b37ac565c</id>
<content type='text'>
Before this commit, it was assumed that mkhash is in the PATH. While
this was fine for the normal build workflow, this led to some issues if

    make TOPDIR="$(pwd)" -C "$pkgdir" compile

was called manually. In most of the cases, I just saw warnings like this:

    make: Entering directory '/home/.../package/gluon-status-page'
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    bash: line 1: mkhash: command not found
    [...]

While these were only warnings and the package still compiled sucessfully,
I also observed that some package even fail to build because of this.

After applying this commit, the variable $(MKHASH) is introduced. This
variable points to $(STAGING_DIR_HOST)/bin/mkhash, which is always the
correct path.

Signed-off-by: Leonardo Mörlein &lt;me@irrelefant.net&gt;
</content>
</entry>
<entry>
<title>scripts: make all scripts executable</title>
<updated>2017-07-14T02:09:16Z</updated>
<author>
<name>Stijn Tintel</name>
</author>
<published>2017-07-11T00:48:39Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=c2a11bc8e44af3259a4bed99b46e8a7db6a18c81'/>
<id>urn:sha1:c2a11bc8e44af3259a4bed99b46e8a7db6a18c81</id>
<content type='text'>
Signed-off-by: Stijn Tintel &lt;stijn@linux-ipv6.be&gt;
</content>
</entry>
<entry>
<title>build: use mkhash to replace various quirky md5sum/openssl calls</title>
<updated>2017-01-05T10:09:12Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-25T15:40:05Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=84bd74057f0d2543ddbc7de2351b0a310df329c6'/>
<id>urn:sha1:84bd74057f0d2543ddbc7de2351b0a310df329c6</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>scripts/combined-image.sh: remove the use of mktemp to make it more portable</title>
<updated>2009-12-24T10:34:37Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2009-12-24T10:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=919724ab50586be54a1d903e47d772265e01bf38'/>
<id>urn:sha1:919724ab50586be54a1d903e47d772265e01bf38</id>
<content type='text'>
SVN-Revision: 18920
</content>
</entry>
<entry>
<title>use mktemp instead of tempfile in combined-image.sh to make it work on OS X</title>
<updated>2009-09-22T15:07:12Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-09-22T15:07:12Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=f58536ff836baa46177247372e182950126add51'/>
<id>urn:sha1:f58536ff836baa46177247372e182950126add51</id>
<content type='text'>
SVN-Revision: 17674
</content>
</entry>
<entry>
<title>Implement a preliminary combined image format. - add sysupgrade support for combined images by providing a platform.sh backend - use the mtd fis partition table rewrite facility to resize partitions on demand - generate generic combined images for the atheros target</title>
<updated>2009-09-22T01:09:04Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2009-09-22T01:09:04Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/stintel/commit/?id=f20af3832204ca2c35a9f1da208a34d2a509996c'/>
<id>urn:sha1:f20af3832204ca2c35a9f1da208a34d2a509996c</id>
<content type='text'>
SVN-Revision: 17668
</content>
</entry>
</feed>
