<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/yousong/target/toolchain, branch master</title>
<subtitle>Yousong Zhou staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/yousong/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/yousong/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/'/>
<updated>2017-02-26T12:31:44Z</updated>
<entry>
<title>build: get rid of host.mk</title>
<updated>2017-02-26T12:31:44Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-20T13:24:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96'/>
<id>urn:sha1:9467ce42da7fbcec1a4b5b8e08e2dcea3c67aa96</id>
<content type='text'>
Defined required host related variables in toplevel.mk instead

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>target/toolchain: Fix toolchain packaging without package build</title>
<updated>2016-09-06T09:40:12Z</updated>
<author>
<name>Micha Lenk</name>
</author>
<published>2016-08-09T10:59:06Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=81dfbfb069c3c8f3e5499f55b02b1f320208707d'/>
<id>urn:sha1:81dfbfb069c3c8f3e5499f55b02b1f320208707d</id>
<content type='text'>
If the toolchain is packaged for later use as external toolchain, the resulting
tarball is created in $BIN_DIR. But without building all packages first that
directory isn't created, hence 'make target/toolchain/compile' fails when
trying to create the toolchain tarball with error "Cannot open: No such file or
directory".

To fix that the $BIN_DIR is created before using it.

Signed-off-by: Micha Lenk &lt;micha@lenk.info&gt;
</content>
</entry>
<entry>
<title>IB/SDK/toolchain: use lower cases filenames</title>
<updated>2016-06-01T15:54:36Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2016-05-26T14:22:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=2e980479c1eab08dd27d7ec72ecba37e2e17f1d0'/>
<id>urn:sha1:2e980479c1eab08dd27d7ec72ecba37e2e17f1d0</id>
<content type='text'>
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>IB/SDK/toolchain: use VERSION_DIST_SANITIZED instead of VERSION_DIST</title>
<updated>2016-06-01T15:54:36Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2016-05-26T13:24:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=4a7c65340088ed28334854013370c17ce4c4b95f'/>
<id>urn:sha1:4a7c65340088ed28334854013370c17ce4c4b95f</id>
<content type='text'>
VERSION_DIST can contains spaces which produces problems when used as file name

Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>toolchain: rename OpenWrt into LEDE</title>
<updated>2016-05-05T18:10:23Z</updated>
<author>
<name>Alexander Couzens</name>
</author>
<published>2016-05-05T17:33:03Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=4e84c6cbd2f19c91ab4c1319ff8020b38d1f05a7'/>
<id>urn:sha1:4e84c6cbd2f19c91ab4c1319ff8020b38d1f05a7</id>
<content type='text'>
Signed-off-by: Alexander Couzens &lt;lynxis@fe80.eu&gt;
</content>
</entry>
<entry>
<title>targets: Use configured distribution name for SDK, IB, and Toolchain tarball names</title>
<updated>2016-01-03T14:44:42Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-03T14:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=d69efa4e1538b3667a684c8520dfd8d11662b258'/>
<id>urn:sha1:d69efa4e1538b3667a684c8520dfd8d11662b258</id>
<content type='text'>
We allow to configure the version distribution name;
let's also use it for the tarballs (SDK, ImageBuilder,
and SDK).

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 48081
</content>
</entry>
<entry>
<title>target/toolchain: Fix tarball filename</title>
<updated>2016-01-03T14:44:36Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-03T14:44:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=2274fbc8dbb996887f26c61d58176b3ea645e310'/>
<id>urn:sha1:2274fbc8dbb996887f26c61d58176b3ea645e310</id>
<content type='text'>
Toolchain makefile was missing include of version.mk
so the openwrt version was missing from the filename.
This patch fixes that.

Signed-off-by: Daniel Dickinson &lt;openwrt@daniel.thecshore.com&gt;

SVN-Revision: 48080
</content>
</entry>
<entry>
<title>toolchain: respect CONFIG_VERSION_FILENAMES and add host system suffix</title>
<updated>2015-02-07T21:01:37Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-02-07T21:01:37Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=e9c10a0c8e4511e19a31f983162c171ab4dccba2'/>
<id>urn:sha1:e9c10a0c8e4511e19a31f983162c171ab4dccba2</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 44311
</content>
</entry>
<entry>
<title>target/toolchain/Config.in: Clarify packaging of toolchain.</title>
<updated>2014-10-14T12:21:16Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-10-14T12:21:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=064f50871b57e2e17232ca2fd10845eaa3a1025b'/>
<id>urn:sha1:064f50871b57e2e17232ca2fd10845eaa3a1025b</id>
<content type='text'>
Change the "help" info to emphasize that this option refers
specifically to packaging the toolchain that would be built anyway.

Signed-off-by: Robert P. J. Day &lt;rpjday@crashcourse.ca&gt;

SVN-Revision: 42912
</content>
</entry>
<entry>
<title>target/toolchain: strip files, leave out the initial gcc</title>
<updated>2014-08-26T12:32:51Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-08-26T12:32:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=315e567ab233c8b7208c33afcd9a6b1184fedd33'/>
<id>urn:sha1:315e567ab233c8b7208c33afcd9a6b1184fedd33</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42302
</content>
</entry>
</feed>
