<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/lynxis/scripts/metadata.pm, branch reboot</title>
<subtitle>lynxis staging tree</subtitle>
<id>https://git.openwrt.org/openwrt/staging/lynxis/atom?h=reboot</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/lynxis/atom?h=reboot'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/'/>
<updated>2016-01-24T15:36:05Z</updated>
<entry>
<title>include: group kmod ipk files into a "kernel" subdirectory</title>
<updated>2016-01-24T15:36:05Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-01-24T15:36:05Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=0333da8943275324d366d562b70f90febbe97e7d'/>
<id>urn:sha1:0333da8943275324d366d562b70f90febbe97e7d</id>
<content type='text'>
This is useful to just use the kmods from an official build while supplying
base packages from a custom feed or the other way around; for just overriding
the kmods with a local repo while using official repos for the rest.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48475
</content>
</entry>
<entry>
<title>scripts/metadata.pl: add support for ignoring source packages when generating metadata</title>
<updated>2016-01-10T16:35:16Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-10T16:35:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=3d8c8cf3bb3c56d84051de4fcd0c16c6f7cd4e10'/>
<id>urn:sha1:3d8c8cf3bb3c56d84051de4fcd0c16c6f7cd4e10</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48170
</content>
</entry>
<entry>
<title>scripts/metadata.pm: save target makefile names</title>
<updated>2015-03-15T11:08:01Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-15T11:08:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=797b0459c43a6c3afc6ea264430777c76591852a'/>
<id>urn:sha1:797b0459c43a6c3afc6ea264430777c76591852a</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44780
</content>
</entry>
<entry>
<title>scripts/metadata.pl: move parse_target_metadata() to metadata.pm</title>
<updated>2015-03-15T11:07:40Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-15T11:07:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=acb43b3df75642955fceb58feea24a5046ce318c'/>
<id>urn:sha1:acb43b3df75642955fceb58feea24a5046ce318c</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 44776
</content>
</entry>
<entry>
<title>build: propagate override information to .config file</title>
<updated>2015-02-09T12:09:43Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-02-09T12:09:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=e2684c218d0bb5f132eb1c9b80cdafafd828fe21'/>
<id>urn:sha1:e2684c218d0bb5f132eb1c9b80cdafafd828fe21</id>
<content type='text'>
With this change, override information is now parsed from the metadata
and put in the %packages hash. A new hash - %overrides - is created and
exported, to be used during the .config-package.in generation.

If an override is detected, a new option CONFIG_OVERRIDE_PKGS will be
created in the .config, and will contain a space-separated list of all
the overridden packages.

Signed-off-by: Mathieu Olivari &lt;mathieu@qca.qualcomm.com&gt;

SVN-Revision: 44336
</content>
</entry>
<entry>
<title>generate list of license information for packages</title>
<updated>2014-10-26T16:57:33Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-10-26T16:57:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=eb738f52750451fc1083f38f8c5cb77220e49d84'/>
<id>urn:sha1:eb738f52750451fc1083f38f8c5cb77220e49d84</id>
<content type='text'>
Many packages define already metadata about their license (PKG_LICENSE),
but this is only included in the ipk files.

This change allows to create the information also on the build-host,
to get an overview on the used licenses.
In the full list, also all packages without this info are shown

Signed-off-by: Thomas Langer &lt;thomas.langer@lantiq.com&gt;

SVN-Revision: 43070
</content>
</entry>
<entry>
<title>build: add support for declaring package CONFLICTS which only affect selecting built-in packages</title>
<updated>2014-10-05T16:41:33Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-10-05T16:41:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=5e4789671ae4ecd9d2eb239e865f15ef60232287'/>
<id>urn:sha1:5e4789671ae4ecd9d2eb239e865f15ef60232287</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42770
</content>
</entry>
<entry>
<title>build: allow packages with build variants to explicitly select a default variant</title>
<updated>2014-09-23T10:41:15Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2014-09-23T10:41:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=a62f0d02ec82d8a4c9618076a7893665dc21cf78'/>
<id>urn:sha1:a62f0d02ec82d8a4c9618076a7893665dc21cf78</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42654
</content>
</entry>
<entry>
<title>build: introduce per feed repository support</title>
<updated>2014-08-05T11:24:24Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2014-08-05T11:24:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=a720dd209f8b345cdfa5d2432287520389404445'/>
<id>urn:sha1:a720dd209f8b345cdfa5d2432287520389404445</id>
<content type='text'>
This changeset implements a new menuconfig option to generate separate
repositories for each enabled package feed instead of one monolithic one.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 42002
</content>
</entry>
<entry>
<title>scripts: change metadata.pm and metadata.pl to not emit "default m if ALL" Kconfig instructions for hidden packages</title>
<updated>2013-07-18T13:11:46Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2013-07-18T13:11:46Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=b2f22333065a90ee2d1771d8edde14bade2cabe0'/>
<id>urn:sha1:b2f22333065a90ee2d1771d8edde14bade2cabe0</id>
<content type='text'>
SVN-Revision: 37397
</content>
</entry>
</feed>
