Re: [PATCH v2] scripts: create kernel configuration upgrade script

2024-02-13 Thread Elliott Mitchell
On Tue, Feb 06, 2024 at 05:16:41PM -0800, Elliott Mitchell wrote: > Create a script for automating kernel version changes. This > generates a pair of commits which cause history to remain attached to > all versioned configuration files. > > Crucially this makes `git blame` work without needing >

[PATCH RFC] base-files: sysupgrade: always setup overlay when creating backup

2024-02-13 Thread Rafał Miłecki
From: Rafał Miłecki Setting overlay while creating backup allows including extra files in archive without actually writing them to flash. Right now this feature is limited to /etc/backup/ directory and is used only for including installed_packages.txt. Extend this solution to make it more

Re: ustream-ssl ABI_VERSION usage

2024-02-13 Thread Daniel Golle
On 13 February 2024 17:39:29 UTC, Paul Spooren wrote: >Hi, > >> On Feb 12, 2024, at 14:30, Petr Štetiar wrote: >> >> Jo-Philipp Wich [2024-02-12 14:09:27]: >> >> Hi, >> >>> Ideally all packages specifying an ABI version should ship versioned .so >>> files >>> as well. >> >> I would like

Re: ustream-ssl ABI_VERSION usage

2024-02-13 Thread Paul Spooren
Hi, > On Feb 12, 2024, at 14:30, Petr Štetiar wrote: > > Jo-Philipp Wich [2024-02-12 14:09:27]: > > Hi, > >> Ideally all packages specifying an ABI version should ship versioned .so >> files >> as well. > > I would like to point out, that ustream-ssl is dynamically loaded library[1], > so

Re: expat update broke build on ubuntu 22.04 server

2024-02-13 Thread nick
Can you try building from a clean build, e.g. use make distclean? On 2/13/24 11:56, Koen Vandeputte wrote: Hi Nick, Regarding commit: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=4a3f430d726e0713f4936844f26ccaf5077ef881 I'm seeing this when building: Any idea how to fix it?

expat update broke build on ubuntu 22.04 server

2024-02-13 Thread Koen Vandeputte
Hi Nick, Regarding commit: https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=4a3f430d726e0713f4936844f26ccaf5077ef881 I'm seeing this when building: Any idea how to fix it? checking whether ccache /home/koen/firmware/builds/generic_dr40x9/staging_dir/host/bin/g++ supports C++11

[PATCH] mediatek: filogic: move mt7981 on-SoC blocks to "soc" node in DT

2024-02-13 Thread Rafał Miłecki
From: Rafał Miłecki It's a standard way of grouping on-SoC hardware blocks and this matches upstream DTS. Signed-off-by: Rafał Miłecki --- .../arch/arm64/boot/dts/mediatek/mt7981.dtsi | 1245 + .../arch/arm64/boot/dts/mediatek/mt7981.dtsi | 1245 + 2 files