<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/blogic/scripts/feeds, branch master</title>
<subtitle>John Crispins staging tree</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/blogic/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/'/>
<updated>2019-07-01T14:18:44Z</updated>
<entry>
<title>scripts/feeds: add src-include method</title>
<updated>2019-07-01T14:18:44Z</updated>
<author>
<name>Bjørn Mork</name>
</author>
<published>2019-06-05T12:19:11Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=7a1b575ac4ede2778bb21cfafa7a1152d9d2555f'/>
<id>urn:sha1:7a1b575ac4ede2778bb21cfafa7a1152d9d2555f</id>
<content type='text'>
The src-include method allows recursive inclusion of feeds.conf snippets.

This can for example be used for adding static local feeds to
feeds.conf.default without ever having to update the local feeds.conf:

 src-include defaults feeds.conf.default
 src-link custom /usr/local/src/lede/custom

Signed-off-by: Bjørn Mork &lt;bjorn@mork.no&gt;
</content>
</entry>
<entry>
<title>include/feeds.mk: rework generation of opkg distfeeds.conf</title>
<updated>2018-07-12T19:18:41Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-07-09T22:00:01Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=16035a7dd370671670693af9ae63368ee4dd731f'/>
<id>urn:sha1:16035a7dd370671670693af9ae63368ee4dd731f</id>
<content type='text'>
Allow enabling/commenting/disabling each feed individually by using a
tristate config symbol.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: add src-dummy method</title>
<updated>2018-07-12T19:16:40Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-07-09T20:00:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=6bdd5d8459cca7ceb93c841cccf61dc7ce830092'/>
<id>urn:sha1:6bdd5d8459cca7ceb93c841cccf61dc7ce830092</id>
<content type='text'>
The src-dummy method does not actually obtain any feed, but it can be used
to insert addtional entries into the opkg distfeeds.conf. This is useful to
make package feeds available to users without requiring the corresponding
source feeds to be available during build.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>build: fix target metadata scan dependencies</title>
<updated>2018-07-02T12:27:06Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2018-07-02T12:23:19Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=29b2199eb084bb3d8a58f92d3b2256a4fb53fe51'/>
<id>urn:sha1:29b2199eb084bb3d8a58f92d3b2256a4fb53fe51</id>
<content type='text'>
Move SCAN_DEPS to scan.mk to eliminate redundancy with scripts/feeds
Add image/*.mk to SCAN_DEPS for targets to pick up newly added devices

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: add support for git feeds with submodules</title>
<updated>2018-04-27T13:19:19Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2018-04-25T09:31:48Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=41ab276fe4d6a18f7bf875b4727474104fc4e136'/>
<id>urn:sha1:41ab276fe4d6a18f7bf875b4727474104fc4e136</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>scripts/feeds: fix install of packages with different source/binary names</title>
<updated>2018-01-14T16:07:58Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-01-14T16:07:28Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=06d51dbb9e4c3160094b61354115b80f0fc7dae8'/>
<id>urn:sha1:06d51dbb9e4c3160094b61354115b80f0fc7dae8</id>
<content type='text'>
The logic for choice between source and binary packages was reversed.

Fixes: 52719c2b67af "metadata: scripts/feeds: distinguish between source
and binary packages, resolve virtual dependencies"
Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>metadata: scripts/feeds: distinguish between source and binary packages, resolve virtual dependencies</title>
<updated>2018-01-13T18:54:45Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-01-11T17:38:42Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=52719c2b67aff4b406e23ea5ed746c6c006e85bc'/>
<id>urn:sha1:52719c2b67aff4b406e23ea5ed746c6c006e85bc</id>
<content type='text'>
Properly resolve build depends to source packages and runtime depends to
binary packages. Dependencies on virtual packages are resolved to the first
provider now.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>metadata: always resolve dependencies through provides list</title>
<updated>2018-01-13T18:54:44Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-01-08T11:17:30Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=47d6b05ad328e80e4ee05e48aa95462f3518c014'/>
<id>urn:sha1:47d6b05ad328e80e4ee05e48aa95462f3518c014</id>
<content type='text'>
Instead of adding virtual packages to the normal package list, keep a
separate list for provides, make each package provide itself, and resolve
all dependencies through this list. This allows to use PROVIDES to replace
existing packages.

Fixes FS#837.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>metadata: remove redundant fields from package hash</title>
<updated>2018-01-13T18:54:44Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-01-06T18:44:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=423ec18116f333bd51ff5264b0b5c9edc02945c6'/>
<id>urn:sha1:423ec18116f333bd51ff5264b0b5c9edc02945c6</id>
<content type='text'>
Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
<entry>
<title>metadata: change pkg-&gt;{src} field to hold a reference</title>
<updated>2018-01-13T18:54:44Z</updated>
<author>
<name>Matthias Schiffer</name>
</author>
<published>2018-01-06T17:01:25Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/blogic/commit/?id=504cb913eb5e12ea5e737bdfac96df32240b3c37'/>
<id>urn:sha1:504cb913eb5e12ea5e737bdfac96df32240b3c37</id>
<content type='text'>
We often want to access fields of a source packages through pkg-&gt;{src}.
Allow accessing them directly instead of resolving the source hash through
srcpackages.

Signed-off-by: Matthias Schiffer &lt;mschiffer@universe-factory.net&gt;
</content>
</entry>
</feed>
