Re: [PATCH] tools: meson: bump to 1.0.0

2023-02-23 Thread Andre Heider
On 24/02/2023 03:41, Rosen Penev wrote: On Fri, Feb 17, 2023 at 2:13 AM Andre Heider wrote: On 17/02/2023 10:18, Koen Vandeputte wrote: Drop upstreamed patch. Tested by compiling the complete gstreamer package which heavily depends on this one. Signed-off-by: Koen Vandeputte Not possible

Re: [PATCH] tools: meson: bump to 1.0.0

2023-02-23 Thread Rosen Penev
On Fri, Feb 17, 2023 at 2:13 AM Andre Heider wrote: > > On 17/02/2023 10:18, Koen Vandeputte wrote: > > Drop upstreamed patch. > > > > Tested by compiling the complete gstreamer package which heavily > > depends on this one. > > > > Signed-off-by: Koen Vandeputte > > Not possible unfortunately, s

[PATCH-22.03 3/3] octeontx: kernel: add USB storage boot support

2023-02-23 Thread Tim Harvey
Enable BLK_DEV_SD and USB_STORAGE so that rootfs can be on a USB Mass Storage device. This increases the kernel by about 64KiB Signed-off-by: Tim Harvey --- target/linux/octeontx/config-5.10 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/octeontx/config-5.10 b/target/linux/

[PATCH-22.03 1/3] octeontx: add default packages for on-board devices

2023-02-23 Thread Tim Harvey
The Gateworks Newport boards supported by the octeontx target have the following on-board devices: - Gateworks System Controller - GPIO buttons - GPIO leds - GPS PPS - Accelerometer - MCP251X CAN controller Add kernel drivers for these devices in DEFAULT_PACKAGES Signed-off-by: Tim Harvey

[PATCH-22.03 2/3] octeontx: fix overlay support by adding f2fs and ext4

2023-02-23 Thread Tim Harvey
Add both ext4 and f2fs support for overlayfs. The fstools mount_root application will choose f2fs if the overlay volume space available exceeds 100MB, otherwise ext4 is used. This fixes overlay support. This increases the kernel by 782KiB Signed-off-by: Tim Harvey --- target/linux/octeontx/Mak

[PATCH-22.03] kernel: fix hwmon-gsc driver by replacing out-of-tree driver with in-tree

2023-02-23 Thread Tim Harvey
The Gateworks GSC drivers were merged in Linux v5.8: - remove the old out-of-tree module - add configuration for the in-tree modules Signed-off-by: Tim Harvey --- package/kernel/hwmon-gsc/Makefile | 29 --- package/kernel/hwmon-gsc/src/Makefile | 1 - package/kernel/hwmon-gsc/src/gsc.c

[PATCH] octeontx: kernel: add USB storage boot support

2023-02-23 Thread Tim Harvey
Enable BLK_DEV_SD and USB_STORAGE so that rootfs can be on a USB Mass Storage device. This increases the kernel Image by 66KiB Signed-off-by: Tim Harvey --- target/linux/octeontx/config-5.15 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/octeontx/config-5.15 b/target/linux/

[PATCH] imx: kernel: add USB storage boot support

2023-02-23 Thread Tim Harvey
Enable BLK_DEV_SD and USB_STORAGE so that rootfs can be on a USB Mass Storage device. This adds 23KiB to the compressed kernel size Signed-off-by: Tim Harvey --- target/linux/imx/config-5.15 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/linux/imx/config-5.15 b/target/linux/imx/co

[PATCH fstools] libblkid-tiny: add exfat superblock support

2023-02-23 Thread Rafał Miłecki
From: Rafał Miłecki exFAT became very popular over last years and also well supported with Linux kernel driver and macOS support. It's commonly used for USB drivers. Port a simple support for it from util-linux / libblkid. Signed-off-by: Rafał Miłecki --- CMakeLists.txt| 1 +

Re: Override MAC address for interface?

2023-02-23 Thread edgar . soldin
On 23.02.2023 13:49, Peter Naulls wrote: On 2/23/23 01:43, Rafał Miłecki wrote: On 22.02.2023 21:02, Peter Naulls wrote: config device option 'lan1' This line is clearly wrong. See how you specify device name in above section. Perhaps it is "clear" but there's much in OpenWrt t

Re: Override MAC address for interface?

2023-02-23 Thread Peter Naulls
On 2/23/23 01:43, Rafał Miłecki wrote: On 22.02.2023 21:02, Peter Naulls wrote: config device option 'lan1' This line is clearly wrong. See how you specify device name in above section. Perhaps it is "clear" but there's much in OpenWrt that isn't obvious up front, until you know