<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/yousong/target/sdk, 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>sdk: emit proper tag references for base URLs</title>
<updated>2017-02-19T19:47:49Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-02-19T19:45:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=7c9f5c7e6b43650315603db1fe03c1c2fb857135'/>
<id>urn:sha1:7c9f5c7e6b43650315603db1fe03c1c2fb857135</id>
<content type='text'>
Properly resolve symbolic tag names when constructing the base feed Git url
and avoid emitting "HEAD" references when building from detached commits.

Fixes #495, #501.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>build: add buildbot specific config option for setting defaults</title>
<updated>2017-02-14T13:18:35Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-14T11:24:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=9dcb921d908e664655e8bde2db64640b4f2d9072'/>
<id>urn:sha1:9dcb921d908e664655e8bde2db64640b4f2d9072</id>
<content type='text'>
This can be used to tweak the buildbot behavior without having to change
buildbot's configuration.
It will also allow us to add more aggressive clean steps (e.g. on
toolchain changes), which would break developers' workflows if enable
by default.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>sdk: clean scripts/config before packing tarball (FS#504)</title>
<updated>2017-02-13T10:46:14Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-13T10:45:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=90728c796d328f0c37475799711e88ba87259285'/>
<id>urn:sha1:90728c796d328f0c37475799711e88ba87259285</id>
<content type='text'>
Avoids shipping potentially incompatible object files and also reduces
the tarball size

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>sdk: add missing change from r3328-f55c29e4c7</title>
<updated>2017-02-08T11:01:59Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-02-08T11:01:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=412cf4cc51f01ff004e9a7d060aed0d5ac8bf5fe'/>
<id>urn:sha1:412cf4cc51f01ff004e9a7d060aed0d5ac8bf5fe</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>sdk: explicitely remove ccache directories when packing SDK</title>
<updated>2017-01-24T14:31:12Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-01-24T14:29:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=beb69e242e9ff5873002d29456aa39985fb94bfc'/>
<id>urn:sha1:beb69e242e9ff5873002d29456aa39985fb94bfc</id>
<content type='text'>
Upon first invocation, the ccache program will create the required directory
hierarchy so there is no point in shipping these empty directories.

Removing those paths also avoids shipping dangling symlinks in case the
directories got linked elsewhere, e.g. into a shared global cache.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>sdk: fix Git URL detection</title>
<updated>2017-01-20T09:10:54Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-01-20T08:51:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=dab6338b47c1a8c9e8d7b34fd7bbaa53672e8894'/>
<id>urn:sha1:dab6338b47c1a8c9e8d7b34fd7bbaa53672e8894</id>
<content type='text'>
Instead of relying on complex sed patterns that trip up make syntax rules, use
GNU Makes builtin filter function to match desired URLs.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>sdk: avoid using private repository clone urls as base repo entry</title>
<updated>2017-01-19T19:46:58Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-01-19T19:41:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=ada6d9fecaf5147db51b7f27c548eb66590d8500'/>
<id>urn:sha1:ada6d9fecaf5147db51b7f27c548eb66590d8500</id>
<content type='text'>
Only consider the repository origin url as valid base feed entry if it is a
git://, http:// or https:// location.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>sdk: do not strip static libraries</title>
<updated>2017-01-18T02:18:53Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2017-01-18T02:15:31Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=a68b1b9c8a4ca4f07494810e574172cbbfae2c87'/>
<id>urn:sha1:a68b1b9c8a4ca4f07494810e574172cbbfae2c87</id>
<content type='text'>
Do not strip static libraries shipped with the SDK in order to preserve the
archive index. If we strip the index of the shipped libraries, host programs
will fail to link these libraries with errors like:

    libssl.a: error adding symbols: Archive has no index; run ranlib to add one

The error was found while investigating a Python host build failure within
the SDK environment.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>sdk: exclude locale files to save some space</title>
<updated>2017-01-13T18:46:45Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2017-01-13T17:00:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/yousong/commit/?id=3e521fa11227b54d25c93aad335a9c4bd696c09a'/>
<id>urn:sha1:3e521fa11227b54d25c93aad335a9c4bd696c09a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
