<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/noltari/target/sdk, branch master</title>
<subtitle>Staging tree of Alvaro Fernandez Rojas</subtitle>
<id>https://git.openwrt.org/openwrt/staging/noltari/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/noltari/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/'/>
<updated>2023-03-05T17:31:21Z</updated>
<entry>
<title>sdk: expose PATENTED an NLS build options</title>
<updated>2023-03-05T17:31:21Z</updated>
<author>
<name>Tomasz Maciej Nowak</name>
</author>
<published>2023-02-17T13:21:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=477ff0821a5e532adc0861d4093029967f5e1178'/>
<id>urn:sha1:477ff0821a5e532adc0861d4093029967f5e1178</id>
<content type='text'>
Some packages offer functionalities guarded by these options and it'll
be impossible to reach them without changing Config-build.in. So allow
to toggle these in more friendly way, by exposing them in configuration
menu.

Signed-off-by: Tomasz Maciej Nowak &lt;tmn505@gmail.com&gt;
</content>
</entry>
<entry>
<title>toolchain: remove installing twice in the "initial" subdir</title>
<updated>2023-02-19T18:44:39Z</updated>
<author>
<name>Andre Heider</name>
</author>
<published>2023-02-07T20:33:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=7ae4716243dda59bcff21ba0ee704322b2db10f4'/>
<id>urn:sha1:7ae4716243dda59bcff21ba0ee704322b2db10f4</id>
<content type='text'>
This was apparently introduced to recreate the toolchain (wipe
staging_dir/toolchain*, but keep build_dir/toolchain*, followed by a
`make toolchain/compile`).

But it leaves leftovers and causes re-links to happen at src_install phase,
because of the changed paths, possibly adding yet another source of issues.

With the prior commits removing various hacks related to the "initial"
folder we can remove installing it twice altogether.

The recreated toolchain is exactly the same as before.

Signed-off-by: Andre Heider &lt;a.heider@gmail.com&gt;
</content>
</entry>
<entry>
<title>treewide: strip useless `default n` Kconfig lines</title>
<updated>2023-02-03T11:50:15Z</updated>
<author>
<name>Tony Butler</name>
</author>
<published>2022-12-25T23:11:48Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=8bc72ea7be3976711dacc09f0fdab061d6e5152a'/>
<id>urn:sha1:8bc72ea7be3976711dacc09f0fdab061d6e5152a</id>
<content type='text'>
Kconfig docs say:
&gt; The default value deliberately defaults to 'n' in order to avoid
&gt; bloating the build.

Apply this rule everywhere, to avoid more cloning of bad examples

Signed-off-by: Tony Butler &lt;spudz76@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdk: use git-src-full to allow Git versioning</title>
<updated>2022-11-06T16:08:23Z</updated>
<author>
<name>Kuan-Yi Li</name>
</author>
<published>2022-11-04T16:16:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=f795ecc0ddb40a3d796e6faaa177b545923efc70'/>
<id>urn:sha1:f795ecc0ddb40a3d796e6faaa177b545923efc70</id>
<content type='text'>
$(AUTORELEASE) uses Git log to determine releases and package timestamps.

Base feed is shallow cloned by default in generated SDK, resulting in
an incomplete Git log and therefore different local package versions than
offered upstream.

This patch complements commit 7fae1e5677 by setting the base feed to use
`src-git-full` to solve that.

Signed-off-by: Kuan-Yi Li &lt;kyli@abysm.org&gt;
</content>
</entry>
<entry>
<title>build: fix warnings from grep</title>
<updated>2022-09-28T15:17:48Z</updated>
<author>
<name>Chris Osgood</name>
</author>
<published>2022-09-15T12:09:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=c5e167e0d6075c46ca92c30b425c4dcb05fec5ed'/>
<id>urn:sha1:c5e167e0d6075c46ca92c30b425c4dcb05fec5ed</id>
<content type='text'>
Fixes build warnings when using newer versions of grep.

Signed-off-by: Chris Osgood &lt;chris_github@functionalfuture.com&gt;
Tested-by: Georgi Valkov &lt;gvalkov@gmail.com&gt;
</content>
</entry>
<entry>
<title>toolchain: Select USE_SSTRIP with external musl toolchain</title>
<updated>2022-09-12T21:16:22Z</updated>
<author>
<name>Hauke Mehrtens</name>
</author>
<published>2022-09-11T22:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=9403810c020cca136149973a3929bf77a1f501aa'/>
<id>urn:sha1:9403810c020cca136149973a3929bf77a1f501aa</id>
<content type='text'>
When we use the internal toolchain USE_SSTRIP will be selected by
default for musl libc and USE_STRIP when glibc is used. Do the same when
an external toolchain is used. USE_GLIBC will also be set for external
toolchain builds based on the EXTERNAL_TOOLCHAIN_LIBC_USE_GLIBC setting.

Signed-off-by: Hauke Mehrtens &lt;hauke@hauke-m.de&gt;
</content>
</entry>
<entry>
<title>Makefile: replace head call with grep's -m</title>
<updated>2022-09-10T13:42:36Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-08-20T21:12:32Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=22b7bd6b1355baf7220136b6bd8277a321b70c39'/>
<id>urn:sha1:22b7bd6b1355baf7220136b6bd8277a321b70c39</id>
<content type='text'>
head is not necessary here.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdk: add spidev-test to the bundle of userspace sources</title>
<updated>2022-07-17T12:19:21Z</updated>
<author>
<name>Christian Lamparter</name>
</author>
<published>2022-07-15T23:34:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=b479db9062b721776be44b976961a1031c1344ea'/>
<id>urn:sha1:b479db9062b721776be44b976961a1031c1344ea</id>
<content type='text'>
moves and extends the current facilities, which have been
added some time ago for the the usbip utility, to support
more utilites that are shipped with the Linux kernel tree
to the SDK.

this allows to drop all the hand-waving and code for
failed previous attempts to mitigate the SDK build failures.

Fixes: bdaaf66e28bd ("utils/spidev_test: build package directly from Linux")
Signed-off-by: Christian Lamparter &lt;chunkeey@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: scripts/config - update to kconfig-v5.14</title>
<updated>2022-02-19T12:10:01Z</updated>
<author>
<name>Eneas U de Queiroz</name>
</author>
<published>2021-11-24T21:25:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=009293c52e637612cd118717a1bea4e142889e09'/>
<id>urn:sha1:009293c52e637612cd118717a1bea4e142889e09</id>
<content type='text'>
Functional Changes
---------- -------
- make 'imply' not impose any restrictions: allow symbols implied by y
  to become m
- change "modules" from sub-option to first-level attribute

Bugfixes
--------
- nconf: fix core dump when searching in empty menu
- nconf: stop endless search loops
- xconfig: fix content of the main widget
- xconfig: fix support for the split view mode

Other Changes
----- -------
- highlight xconfig 'comment' lines with '***'
- xconfig: navigate menus on hyperlinks
- xconfig: drop support for Qt4
- improve host ncurses detection

Update the 'option modules' usage to just 'modules' in Config.in.

Signed-off-by: Eneas U de Queiroz &lt;cotequeiroz@gmail.com&gt;
</content>
</entry>
<entry>
<title>sdk: ship llvm toolchain</title>
<updated>2022-01-27T10:32:56Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-01-26T12:52:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/noltari/commit/?id=0ac0840088d538981a0df573bf58899e3ee9dbf7'/>
<id>urn:sha1:0ac0840088d538981a0df573bf58899e3ee9dbf7</id>
<content type='text'>
This allows ebpf packages like qosify to be built with it

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
