<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/thess/toolchain/Makefile, branch master</title>
<subtitle>Ted Hess staging tree</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/thess/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/'/>
<updated>2021-03-02T11:36:36Z</updated>
<entry>
<title>Revert "toolchain: add autoconf-lean"</title>
<updated>2021-03-02T11:36:36Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-03-02T11:34:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=a8a37d4ea5993894ff8b22e1445a6967c563f1cd'/>
<id>urn:sha1:a8a37d4ea5993894ff8b22e1445a6967c563f1cd</id>
<content type='text'>
autoconf-lean was not ready yet. Revert it until things get sorted.

This reverts commit 32c664ff02910bf39a3fbd5a5a4a8bff3191dd03.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>toolchain: add autoconf-lean</title>
<updated>2021-02-28T00:09:09Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2018-03-02T13:12:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=32c664ff02910bf39a3fbd5a5a4a8bff3191dd03'/>
<id>urn:sha1:32c664ff02910bf39a3fbd5a5a4a8bff3191dd03</id>
<content type='text'>
Use it to generate a more comprehensive configure sitefile

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>toolchain: remove uClibc-ng config stuff</title>
<updated>2020-12-22T18:11:50Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2020-12-12T03:24:49Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=2207917acc7cd93db5b3bc9c6c5b898c38ec39aa'/>
<id>urn:sha1:2207917acc7cd93db5b3bc9c6c5b898c38ec39aa</id>
<content type='text'>
This is in preparation for removing it.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert faulty tree push</title>
<updated>2019-08-12T10:27:06Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2019-08-12T10:24:06Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=7ec092e64125b920aee6d1767dacea3f61b2fa6f'/>
<id>urn:sha1:7ec092e64125b920aee6d1767dacea3f61b2fa6f</id>
<content type='text'>
Revert "mac80211: add new minstrel_ht patches to improve probing on mt76x2" (9861050b85e5381c93d73ffdbc24c130400e0fb8)
Revert "kernel: use bulk free in kfree_skb_list to improve performance" (98b654de2e7502507b31f0fb82befbb48f9c8542)
Revert "ramips: add preliminary support for WIO ONE" (085141dc5ba5e763e1bf4c1a2fd6957160810ccc)
Revert "ramips: add preliminary support for SGE AP-MTKH7-0006 developer board" (b1db6d0539511f60bf65fbde28b16afa31180e34)
Revert "build: use config.site generated by autoconf-lean, drop hardcoded sitefiles" (363ce4329d4f6c00b4a7cb83dd1821fafc0d40ad)
Revert "toolchain: add autoconf-lean" (fdb30eed03ae56cd87078b64d9b2fac00799e783)
Revert "build: allow overriding the filename on the remote server when downloading" (6fa0e07758524eddf20c9b66dfcb55c490e1961e)

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>toolchain: add autoconf-lean</title>
<updated>2019-08-12T09:43:39Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2018-03-02T13:12:18Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=fdb30eed03ae56cd87078b64d9b2fac00799e783'/>
<id>urn:sha1:fdb30eed03ae56cd87078b64d9b2fac00799e783</id>
<content type='text'>
Use it to generate a more comprehensive configure sitefile

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>toolchain: fix gcc depends on kernel headers</title>
<updated>2019-08-05T21:22:26Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2019-07-23T14:53:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=b20156ba704ed8e03d030b2f294d8d19bebd2f71'/>
<id>urn:sha1:b20156ba704ed8e03d030b2f294d8d19bebd2f71</id>
<content type='text'>
GCC needs the kernel headers to compile.
Some GCC file includes asm/unistd.h which is provided by the kernel headers.
Normally the kernel headers build is very fast and ready before the gcc uses
it, but if it clones the kernel from a slow git repository it takes longer
and then it could be that the gcc already wants to use the kernel headers
before they are available. This patch fixes this problem by adding the
missing dependency.

Signed-off-by: Hauke Mehrtens &lt;hauke.mehrtens@intel.com&gt;
</content>
</entry>
<entry>
<title>build: drop buildbot toolchain rebuild check when not using git</title>
<updated>2018-09-24T09:03:20Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2018-09-24T09:02:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=dee8804de05dfac3f528e902b9fc68ccd43ec9a1'/>
<id>urn:sha1:dee8804de05dfac3f528e902b9fc68ccd43ec9a1</id>
<content type='text'>
The check cleans and rebuilds the toolchain if it changed on update.
When building from a source tarball, it is reasonable to expect that
there will be no updates, so no rebuild check is necessary

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>toolchain: Replace YASM with NASM</title>
<updated>2018-07-05T14:17:06Z</updated>
<author>
<name>Ted Hess</name>
</author>
<published>2018-06-28T23:28:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=0f543883cd0505a98fdc680ce2f08cbfca6d52a7'/>
<id>urn:sha1:0f543883cd0505a98fdc680ce2f08cbfca6d52a7</id>
<content type='text'>
Packages libx264 and ffmpeg are built with ASM options on x86 platforms.
The current libx264 version no longer builds with YASM and requires NASM.
ffmpeg 3.x can be built with either YASM or NASM however, furture 4.x versions
will require NASM.

Signed-off-by: Ted Hess &lt;thess@kitschensync.net&gt;
Acked-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>toolchain/insight: Remove from tree</title>
<updated>2017-05-29T07:57:18Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2017-05-29T07:41:15Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=2cf4e3c420ef452e6a687615ab865eae200ed89a'/>
<id>urn:sha1:2cf4e3c420ef452e6a687615ab865eae200ed89a</id>
<content type='text'>
Insight hasn't been touched since 2009 and I can't find any references at
least 6 years back of being used. Ubuntu and Debian removed insight years ago
from their repos so I think we can safely remove this too.

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>build: fix the toolchain rebuild check</title>
<updated>2017-02-16T07:13:16Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-16T06:43:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=f44ae19e1566410b75de5039071a42a0f3ade949'/>
<id>urn:sha1:f44ae19e1566410b75de5039071a42a0f3ade949</id>
<content type='text'>
- Check for changes in toolchain/ only
- Only replace the stamp file if it was changed
- Fix dependencies for staging dir prepare
- Move the stamp file to TOOLCHAIN_DIR

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
