<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/lynxis/include/kernel.mk, 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-28T22:42:29Z</updated>
<entry>
<title>include/kernel: sort module lists for reproducibility</title>
<updated>2016-01-28T22:42:29Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-28T22:42:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=fefe200a00995320e1e04e1c3325eece71b47b92'/>
<id>urn:sha1:fefe200a00995320e1e04e1c3325eece71b47b92</id>
<content type='text'>
This is to get reproducible builds of, eg, the kmod-sched ipkg.

Locale preferences can change build order, but the locale is already been
defined for the entire build process, so it doesn't need to be specified here.

Signed-off-by: bryan newbold &lt;bnewbold@robocracy.org&gt;

SVN-Revision: 48540
</content>
</entry>
<entry>
<title>include: restrict separate kmod repo handling to base packages</title>
<updated>2016-01-24T18:01:43Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2016-01-24T18:01:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=4e14a27799c1bb84617cf6e7d5d9991088164500'/>
<id>urn:sha1:4e14a27799c1bb84617cf6e7d5d9991088164500</id>
<content type='text'>
Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 48479
</content>
</entry>
<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>build: remove SDK special case for kernel module packages</title>
<updated>2016-01-11T23:11:13Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-01-11T23:11:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=f301086eca942852eae8e5007fca71d321021270'/>
<id>urn:sha1:f301086eca942852eae8e5007fca71d321021270</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 48207
</content>
</entry>
<entry>
<title>linux: add support of Synopsys ARC770-based boards</title>
<updated>2015-11-22T19:06:07Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-22T19:06:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=576621f1e353339fe81ece6cff7e8bcd12cbc7b8'/>
<id>urn:sha1:576621f1e353339fe81ece6cff7e8bcd12cbc7b8</id>
<content type='text'>
This patch introduces support of new boards with ARC cores.

 [1] Synopsys SDP board
     This is a new-generation development board from Synopsys that
     consists of base-board and CPU tile-board (which might have a real
     ASIC or FPGA with CPU image).
     It sports a lot of DesignWare peripherals like GMAC, USB, SPI, I2C
     etc and is intended to be used for early development of ARC-based
     products.

 [2] nSIM
     This is a virtual board implemented in Synopsys proprietary
     software simulator (even though available for free for open source
     community). This board has only serial port as a peripheral and so
     it is meant to be used for runtime testing which is especially
     useful during bring-up of new tools and platforms.
     What's also important ARC cores are very configurable so there're
     many variations of options like cache sizes, their line lengths,
     additional hardware blocks like multipliers, dividers etc. And this
     board could be used to make sure built software still runs on
     different HW configurations.

Cc: Felix Fietkau &lt;nbd@openwrt.org&gt;
Cc: Jo-Philipp Wich &lt;jow@openwrt.org&gt;
Cc: Jonas Gorski &lt;jogo@openwrt.org&gt;
Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;

SVN-Revision: 47589
</content>
</entry>
<entry>
<title>include/kernel.mk - better search for ARCH</title>
<updated>2015-11-02T18:12:29Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-11-02T18:12:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=120a88b9da6d8d1b7a04d60e1b25b9925d58eb19'/>
<id>urn:sha1:120a88b9da6d8d1b7a04d60e1b25b9925d58eb19</id>
<content type='text'>
If "findstring" is used without leading and trailing spaces unexpected matches
may happen. For example consider ARC=arc then "findstring $(ARCH)" will
report a false match with "aarch64".

But "findstring $ARCH " (note trailing space) will correctly skip
matches for both "aarch64" and "aarch64_be".

This patch is built-tested against NetGear WNDR3800.

Signed-off-by: Alexey Brodkin &lt;abrodkin@synopsys.com&gt;
Cc: Felix Fietkau &lt;nbd@openwrt.org&gt;
Cc: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 47359
</content>
</entry>
<entry>
<title>kernel: assume modules.builtin is always present</title>
<updated>2015-07-05T21:31:34Z</updated>
<author>
<name>Jonas Gorski</name>
</author>
<published>2015-07-05T21:31:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=a6b2271f5df2384fd7d6edd49369b23a73bf8a78'/>
<id>urn:sha1:a6b2271f5df2384fd7d6edd49369b23a73bf8a78</id>
<content type='text'>
We do not support old kernel versions not generating modules.builtin
anymore, so assume it will always be present and check for modules
to be built in first.

This prevents old modules being packages up after changing the kernel
config to include them in the kernel without cleaning the kernel tree.

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

SVN-Revision: 46182
</content>
</entry>
<entry>
<title>modules: fix postinst generation for kernel modules</title>
<updated>2015-04-10T20:39:44Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-04-10T20:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=bbad3f360e955403a0a38fb0919e52e7874476b9'/>
<id>urn:sha1:bbad3f360e955403a0a38fb0919e52e7874476b9</id>
<content type='text'>
Fixes ticket #19352.

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 45367
</content>
</entry>
<entry>
<title>include/kernel.mk: add KernelPackage/conffiles macro</title>
<updated>2015-04-02T14:53:34Z</updated>
<author>
<name>Nicolas Thill</name>
</author>
<published>2015-04-02T14:53:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=5b1d880949e8382cbc3e0e95798280ebb34e2b90'/>
<id>urn:sha1:5b1d880949e8382cbc3e0e95798280ebb34e2b90</id>
<content type='text'>
Signed-off-by: Nicolas Thill &lt;nico@openwrt.org&gt;

SVN-Revision: 45245
</content>
</entry>
<entry>
<title>kernel: only run kernel module list through version filter where version specific items are present - cuts package/kernel/linux/compile time in half</title>
<updated>2015-03-29T07:35:42Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2015-03-29T07:35:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/lynxis/commit/?id=ed1e783aa18c4f97f3b4fa555bbc2a68ec3536dd'/>
<id>urn:sha1:ed1e783aa18c4f97f3b4fa555bbc2a68ec3536dd</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 45131
</content>
</entry>
</feed>
