<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/xback/tools/Makefile, branch v17.01.2</title>
<subtitle>Staging tree of Koen Vandeputte</subtitle>
<id>https://git.openwrt.org/openwrt/staging/xback/atom?h=v17.01.2</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/xback/atom?h=v17.01.2'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/'/>
<updated>2017-01-09T15:40:12Z</updated>
<entry>
<title>tools: remove obsolete yaffs tool</title>
<updated>2017-01-09T15:40:12Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-08T18:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=828a471e8dccf23d8da3ff0719e83b69a1237b51'/>
<id>urn:sha1:828a471e8dccf23d8da3ff0719e83b69a1237b51</id>
<content type='text'>
This was added a long time ago and was apparently never used

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: reorganize dependencies, fix build after deleting staging dir</title>
<updated>2017-01-09T15:39:46Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-07T17:25:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=a9232ba1ed461adf8ac610edf95ea6ba9963ea34'/>
<id>urn:sha1:a9232ba1ed461adf8ac610edf95ea6ba9963ea34</id>
<content type='text'>
A lot of packages (especially those using libtool) depend on sed being
available. xz fails on an incremental build pretty early if it's not
there.

Clean up handling if essential core tools (patch, tar, xz), build them
in parallel and make them depend on sed

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>kernel: remove ubifs xz decompression support</title>
<updated>2017-01-09T13:07:06Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-09T13:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=018d80007e6d9469077d938872e605f826010767'/>
<id>urn:sha1:018d80007e6d9469077d938872e605f826010767</id>
<content type='text'>
It has been unused, and less useful than squashfs for cases where flash
space usage matters.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: make libressl build depend on pkg-config</title>
<updated>2017-01-05T13:21:27Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-01-05T13:12:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=bfb2512a4e3e6b70ed62c73274d6f72317b1c86d'/>
<id>urn:sha1:bfb2512a4e3e6b70ed62c73274d6f72317b1c86d</id>
<content type='text'>
Ensure that pkg-config is available before building libressl as we're going
to need it for setting proper link flags in utilities requiring libcrypto.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>tools: make cmake depend on libressl, one of its utilities uses it</title>
<updated>2017-01-05T10:09:12Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-25T12:26:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=a0993dda5f4c7f69748d527e255522c0e5afeb81'/>
<id>urn:sha1:a0993dda5f4c7f69748d527e255522c0e5afeb81</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: build libressl on all systems</title>
<updated>2017-01-05T10:09:12Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-25T12:20:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=f6e6341d896adb78f9b496f71aab8f45e1742d5a'/>
<id>urn:sha1:f6e6341d896adb78f9b496f71aab8f45e1742d5a</id>
<content type='text'>
Useful for having a more consistent build environment and finding API
issues faster

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>toolchain: remove ppl/cloog, disable graphite for gcc 4.8</title>
<updated>2016-12-24T08:40:46Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-22T15:23:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=3f55e5aeb5ef269db8e64eea1b113cb6daf20327'/>
<id>urn:sha1:3f55e5aeb5ef269db8e64eea1b113cb6daf20327</id>
<content type='text'>
graphite is disabled by default and it's not worth carrying ppl and
cloog for supporting this feature on the old gcc 4.8, which is only used
for ARC

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: add CHECK_ALL variable to allow make download/check to include not selected packages</title>
<updated>2016-12-17T09:36:52Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-16T15:08:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=180e93ba8b1b72a80d05c59497f63f28728f17ce'/>
<id>urn:sha1:180e93ba8b1b72a80d05c59497f63f28728f17ce</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>build: implement make check and make package/X/check</title>
<updated>2016-12-17T09:36:25Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-12-14T14:36:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=7a315b0b5d6aa91695853a8647383876e4b49a7a'/>
<id>urn:sha1:7a315b0b5d6aa91695853a8647383876e4b49a7a</id>
<content type='text'>
This is intended to be used for a wide array of package sanity checks.

The first check that is implemented is for the hash of downloaded files.
It checks:
  - Missing hash
  - Use of SHA256 instead of MD5
  - dl/&lt;file&gt; hash not matching hash in makefile
  - deprecated MD5SUM variable

The deprecated MD5SUM variable check is skipped for feeds/ until OpenWrt
is updated as well

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: add missing dependency for dosfstools</title>
<updated>2016-10-12T10:25:27Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-10-12T10:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/xback/commit/?id=b306f8254f5c03d0d73bacb20255c96752fc7748'/>
<id>urn:sha1:b306f8254f5c03d0d73bacb20255c96752fc7748</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
