<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/mkresin/tools/Makefile, branch master</title>
<subtitle>Staging tree of Mathias Kresin</subtitle>
<id>https://git.openwrt.org/openwrt/staging/mkresin/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/mkresin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/'/>
<updated>2022-02-28T23:08:08Z</updated>
<entry>
<title>tools/mkimage: update to 2022.01</title>
<updated>2022-02-28T23:08:08Z</updated>
<author>
<name>Huangbin Zhan</name>
</author>
<published>2022-02-23T14:51:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=4a19cf3bc7caa8e1010dc5d2f6fc4411349ae6e4'/>
<id>urn:sha1:4a19cf3bc7caa8e1010dc5d2f6fc4411349ae6e4</id>
<content type='text'>
- enable dot config
- enable openwrt verbose
- add bison as dependency to avoid failure
```
  bison -oscripts/kconfig/zconf.tab.c -t -l scripts/kconfig/zconf.y
bison: /builder/shared-workdir/build/staging_dir/host/share/bison/m4sugar/m4sugar.m4: cannot open: No such file or directory
```

Signed-off-by: Huangbin Zhan &lt;zhanhb88@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/expat: update to 2.4.6</title>
<updated>2022-02-28T23:08:08Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-06-18T05:50:51Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=4e13229dd19e90975af9a51b4bc888477fbfad5e'/>
<id>urn:sha1:4e13229dd19e90975af9a51b4bc888477fbfad5e</id>
<content type='text'>
Switched to CMake for faster compilation and greater parallel
friendliness.

Added CMake options from the packages feed.

This release fixes various CVEs.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/zstd: update to 1.5.2</title>
<updated>2022-02-28T23:08:08Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-01-31T03:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=94dd68ff736c75d628a98a1f050d7f0454fc4af1'/>
<id>urn:sha1:94dd68ff736c75d628a98a1f050d7f0454fc4af1</id>
<content type='text'>
Switched to building with meson as it's faster and does not need a
dependency on cmake, which takes a long time to build.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/ccache: add cmake dependency</title>
<updated>2022-02-28T23:08:08Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-02-07T04:51:40Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=2d5f03205ab81fcbee6ef2d2853db98a85f0ecd3'/>
<id>urn:sha1:2d5f03205ab81fcbee6ef2d2853db98a85f0ecd3</id>
<content type='text'>
This will be needed for the next commit as ccache's cmake dependency is
satisfied by zstd currenly.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "tools/zstd: update to 1.5.2"</title>
<updated>2022-02-07T08:03:19Z</updated>
<author>
<name>Jo-Philipp Wich</name>
</author>
<published>2022-02-07T08:03:13Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=af79853c73ad333b71a1ca5e3fbf58e168a953b6'/>
<id>urn:sha1:af79853c73ad333b71a1ca5e3fbf58e168a953b6</id>
<content type='text'>
This reverts commit 8de901ccf7e2b227bd970e9c477f00c15ce6aae9.

Apparently this update breaks tools building.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;
</content>
</entry>
<entry>
<title>tools/zstd: update to 1.5.2</title>
<updated>2022-02-06T23:03:27Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2022-01-31T03:03:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=8de901ccf7e2b227bd970e9c477f00c15ce6aae9'/>
<id>urn:sha1:8de901ccf7e2b227bd970e9c477f00c15ce6aae9</id>
<content type='text'>
Switched to building with meson as it's faster and does not need a
dependency on cmake, which takes a long time to build.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools: build bash on macOS and use it for ipkg-build</title>
<updated>2022-01-27T12:38:48Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2022-01-27T12:25:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=3869ccbcc891a7185550a2a422e2db01fd994b7d'/>
<id>urn:sha1:3869ccbcc891a7185550a2a422e2db01fd994b7d</id>
<content type='text'>
On macOS, system binaries silently drop the environment variables for injecting
extra shared libraries (used by fakeroot). This is done for security reasons.
Work around this by building bash from source, so that it gets an ad-hoc signature
and does not have these restrictions

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools/llvm-bpf: move tarball packing to target/llvm-bpf</title>
<updated>2021-11-22T11:00:40Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2021-11-22T09:43:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=340c2ed2ef6578483f974e274bf6d638f953a246'/>
<id>urn:sha1:340c2ed2ef6578483f974e274bf6d638f953a246</id>
<content type='text'>
This ensures that the tarball is regenerated after make clean or after switching
to a different target

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: include the value of CONFIG_SDK_LLVM_BPF in the stampfile</title>
<updated>2021-11-21T12:47:18Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2021-11-21T11:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=848499c1cf2c55adf8f3e0e355caa07234803cbe'/>
<id>urn:sha1:848499c1cf2c55adf8f3e0e355caa07234803cbe</id>
<content type='text'>
tools/llvm-bpf needs to be checked if the value changes

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>tools: ensure that BIN_DIR is created early</title>
<updated>2021-11-04T18:05:17Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2021-11-04T18:05:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=10cbce3b52c9a21b115a471fa548a40e1212e3e9'/>
<id>urn:sha1:10cbce3b52c9a21b115a471fa548a40e1212e3e9</id>
<content type='text'>
Fixes llvm-bpf buildbot failure

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