<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/lynxis/scripts/metadata.pl, 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.pl: do not emit ARCH selection for a target if it has subtargets</title>
<updated>2015-03-29T04:31:15Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-29T04:31:15Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=2900f6984f1477d0f9986a24d095957349675507'/>
<id>urn:sha1:2900f6984f1477d0f9986a24d095957349675507</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45112
</content>
</entry>
<entry>
<title>buildroot: make it easier to build all kmods</title>
<updated>2015-03-16T11:51:54Z</updated>
<author>
<name>Jonas Gorski</name>
</author>
<published>2015-03-16T11:51:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=9dc137397fa64f2c47847d183260ff2d1cf052ae'/>
<id>urn:sha1:9dc137397fa64f2c47847d183260ff2d1cf052ae</id>
<content type='text'>
Split out kmods from ALL to make it easier to create local builds that
are compatible kmod-wise with releases.

Signed-off-by: Jonas Gorski &lt;jogo@openwrt.org&gt;

SVN-Revision: 44830
</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>scripts: add version_filter command to metadata.pl</title>
<updated>2015-01-29T15:50:53Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2015-01-29T15:50:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=f0293eae4f7bf23bedeca56211ae6f99e9acd585'/>
<id>urn:sha1:f0293eae4f7bf23bedeca56211ae6f99e9acd585</id>
<content type='text'>
Also support version annotated Kconfig symbols in the kconfig subcommand.

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

SVN-Revision: 44188
</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>
</feed>
