<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/kaloz/target/sdk, branch master</title>
<subtitle>Staging tree of Imre Kaloz</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/kaloz/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/'/>
<updated>2018-01-11T17:20:07Z</updated>
<entry>
<title>sdk: change base feed fallback to git.openwrt.org</title>
<updated>2018-01-11T17:20:07Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-01-10T22:53:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=17b194aeac0196614cbee470348d77ea7f4971ee'/>
<id>urn:sha1:17b194aeac0196614cbee470348d77ea7f4971ee</id>
<content type='text'>
Change the hardcoded lede-project.org base feed fallback to
$(PROJECT_GIT)/openwrt/openwrt.git instead.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>sdk: switch base feed url to git.openwrt.org</title>
<updated>2018-01-04T12:44:42Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2018-01-04T10:02:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=f839ad685b134504932e02ee77217b76e3963ffc'/>
<id>urn:sha1:f839ad685b134504932e02ee77217b76e3963ffc</id>
<content type='text'>
As LEDE is rebranding to OpenWrt now, adjust the base feed Git reference
accordingly.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>merge: targets: update image generation and targets</title>
<updated>2017-12-08T18:41:18Z</updated>
<author>
<name>Zoltan HERPAI</name>
</author>
<published>2017-11-07T08:45:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=7b5c989ab9bcd0c1346b7b90b8433216f7b20b71'/>
<id>urn:sha1:7b5c989ab9bcd0c1346b7b90b8433216f7b20b71</id>
<content type='text'>
Signed-off-by: Zoltan HERPAI &lt;wigyori@uid0.hu&gt;
</content>
</entry>
<entry>
<title>sdk: restrict base feed repo to public git for CONFIG_BUILDBOT only</title>
<updated>2017-12-05T21:56:31Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2017-12-04T11:48:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/kaloz/commit/?id=deaf9597c67aa970c27c333d9c69e3c3ad046248'/>
<id>urn:sha1:deaf9597c67aa970c27c333d9c69e3c3ad046248</id>
<content type='text'>
This allows people to build SDK from custom repository (git access using
ssh) and keep original URL in SDK's feeds.conf.default.

Signed-off-by: Rafał Miłecki &lt;rafal@milecki.pl&gt;
Acked-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<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-03.infra.openwrt.org/openwrt/staging/kaloz/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-03.infra.openwrt.org/openwrt/staging/kaloz/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-03.infra.openwrt.org/openwrt/staging/kaloz/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-03.infra.openwrt.org/openwrt/staging/kaloz/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-03.infra.openwrt.org/openwrt/staging/kaloz/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-03.infra.openwrt.org/openwrt/staging/kaloz/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>
</feed>
