<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/neocturne/config, branch main</title>
<subtitle>Staging tree of Nora Schiffer</subtitle>
<id>https://git.openwrt.org/openwrt/staging/neocturne/atom?h=main</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/neocturne/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/neocturne/'/>
<updated>2024-06-20T03:52:06Z</updated>
<entry>
<title>apk: limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG</title>
<updated>2024-06-20T03:52:06Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-06-20T03:51:07Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/neocturne/commit/?id=2499c10d327beeb5421285ec07cb92b1dec3a5d7'/>
<id>urn:sha1:2499c10d327beeb5421285ec07cb92b1dec3a5d7</id>
<content type='text'>
Limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG as APK have different
way to validate package integrity (apk audit)

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>Revert "apk: limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG"</title>
<updated>2024-06-20T03:52:05Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-06-20T03:49:21Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/neocturne/commit/?id=cf2b689d03ab26fce0e87f9c0378663f6f9cb970'/>
<id>urn:sha1:cf2b689d03ab26fce0e87f9c0378663f6f9cb970</id>
<content type='text'>
This reverts commit 25bbefcdd9424ed1b6ef35a39e84420fc4cce322.

Only the Config-build.in change needed to be merged and this contains
leftover from previous revision of the feature.

Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>config: imply apk-mbedtls with USE_APK</title>
<updated>2024-06-11T21:58:19Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-06-06T17:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/neocturne/commit/?id=a77397e83036a86c36b0b368176bd6f1ab6f409f'/>
<id>urn:sha1:a77397e83036a86c36b0b368176bd6f1ab6f409f</id>
<content type='text'>
On top of the fixup to select apk-mbedtls when USE_APK is enabled from a
new config, also imply the package when enabling the config to catch
.config that are already init.

(Having both opkg and apk installed in a system is not a problem but if
USE_APK is used, APK presence in the system is mandatory)

Link: https://github.com/openwrt/openwrt/pull/15543
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>apk: limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG</title>
<updated>2024-06-11T21:58:19Z</updated>
<author>
<name>Christian Marangi</name>
</author>
<published>2024-05-26T17:54:29Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/neocturne/commit/?id=25bbefcdd9424ed1b6ef35a39e84420fc4cce322'/>
<id>urn:sha1:25bbefcdd9424ed1b6ef35a39e84420fc4cce322</id>
<content type='text'>
Limit CONFIG_IPK_FILES_CHECKSUMS config to OPKG as APK have different
way to validate package integrity (apk audit)

Link: https://github.com/openwrt/openwrt/pull/15543
Signed-off-by: Christian Marangi &lt;ansuelsmth@gmail.com&gt;
</content>
</entry>
<entry>
<title>config: kernel: remove KASAN_EXTRA</title>
<updated>2024-06-07T10:04:04Z</updated>
<author>
<name>Qingfang Deng</name>
</author>
<published>2024-06-07T09:55:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/neocturne/commit/?id=60ea3d6d46954553b7b50460dfe6b86878fe5990'/>
<id>urn:sha1:60ea3d6d46954553b7b50460dfe6b86878fe5990</id>
<content type='text'>
The option has been removed from the kernel since 5.1.

Signed-off-by: Qingfang Deng &lt;dqfext@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: add option KERNEL_DEBUG_INFO_BTF_MODULES</title>
<updated>2024-05-31T21:50:30Z</updated>
<author>
<name>Tony Ambardar</name>
</author>
<published>2024-05-31T06:07:22Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/neocturne/commit/?id=ab9bb79d8e30a574c7628c73c4522429805d9307'/>
<id>urn:sha1:ab9bb79d8e30a574c7628c73c4522429805d9307</id>
<content type='text'>
The recent kernel v6.6.31 update broke BTF-enabled builds since upstream
Linux added a prompt for config option DEBUG_INFO_BTF_MODULES in commit
2166cb2e21 ("bpf, kconfig: Fix DEBUG_INFO_BTF_MODULES Kconfig definition").

Fix by updating Config-kernel.in to add the option, cleaning up a related
dependency and whitespace also.

Fixes: 10d77b9bc3 ("kernel: bump 6.6 to 6.6.31")
Signed-off-by: Tony Ambardar &lt;itugrok@yahoo.com&gt;
</content>
</entry>
<entry>
<title>build: add APK package build capabilities</title>
<updated>2024-05-17T20:21:26Z</updated>
<author>
<name>Paul Spooren</name>
</author>
<published>2024-05-14T10:36:59Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/neocturne/commit/?id=d788ab376f859164df84e2054cbbbb0921943c5b'/>
<id>urn:sha1:d788ab376f859164df84e2054cbbbb0921943c5b</id>
<content type='text'>
A new option called `USE_APK` is added which generated APK packages
(.apk) instead of OPKG packages (.ipk).

Some features like fstools `snapshot` command are not yet ported

Signed-off-by: Paul Spooren &lt;mail@aparcar.org&gt;
</content>
</entry>
<entry>
<title>config: build: dont allow STRIP_KERNEL_EXPORTS on kernel 6.6</title>
<updated>2024-05-16T13:12:53Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-05-15T08:43:52Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/neocturne/commit/?id=ca1c7635b911e68df74958f8f1301c7b44a61206'/>
<id>urn:sha1:ca1c7635b911e68df74958f8f1301c7b44a61206</id>
<content type='text'>
STRIP_KERNEL_EXPORTS is currently not working on kernel 6.6 as there
have been major changes in the upstream kernel.

I have looked at it, and I dont think we can adapt the current patch to
work so until this is fixed lets prevent STRIP_KERNEL_EXPORTS from
being selected on 6.6.

Link: https://github.com/openwrt/openwrt/pull/15498
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>config: add ARM PMUv3 for kernel 6.6</title>
<updated>2024-05-14T11:23:57Z</updated>
<author>
<name>Robert Marko</name>
</author>
<published>2024-05-12T19:18:19Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/neocturne/commit/?id=4341901f050058aba0f908c775a4d136c311062c'/>
<id>urn:sha1:4341901f050058aba0f908c775a4d136c311062c</id>
<content type='text'>
Kernel 6.6 has moved the ARM PMUv3 driver to drivers/perf and now once
KERNEL_ARM_PMU is selected trying to build the kernel will stop with:
ARM PMUv3 support (ARM_PMUV3) [N/y/?] (NEW)

So, lets enable ARM_PMUV3 for ARMv7 and ARMv8 architectures if
KERNEL_PERF_EVENTS is selected.

Fixes: #15466
Link: https://github.com/openwrt/openwrt/pull/15469
Signed-off-by: Robert Marko &lt;robimarko@gmail.com&gt;
</content>
</entry>
<entry>
<title>loongarch64: new target</title>
<updated>2024-05-04T06:14:16Z</updated>
<author>
<name>Weijie Gao</name>
</author>
<published>2024-01-06T19:10:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/neocturne/commit/?id=7fcb82665e96a50174084c8bfcd0302ce31291f4'/>
<id>urn:sha1:7fcb82665e96a50174084c8bfcd0302ce31291f4</id>
<content type='text'>
Add target for Loongson LoongArch64-based boards.

LoongArch is a new RISC ISA developed by Loongson. It's a bit like
MIPS or RISC-V. LoongArch includes both 32-bit and 64-bit versions
(LoongArch32/LoongArch64).

Loongson 3A5000 and 3A6000 are the two existing CPUs of LoongArch64
and is used for PC products. It's BIOS supports ACPI and UEFI-only
boot. These CPUs supports SMP and SMT.

At present only LoongArch64 is supported by linux kernel.

Toolchain requirement:
binutils &gt;= 2.40
gcc &gt;= 13.1

For details, please check the following links:
https://lwn.net/Articles/861951/
https://loongson.github.io/LoongArch-Documentation/README-EN.html

Signed-off-by: Weijie Gao &lt;hackpascal@gmail.com&gt;
</content>
</entry>
</feed>
