Suhaas Joshi
Suhaas Joshi
@igorpecovnik and @leggewie So if I understand correctly, the following is the list of TODO's right now, right?: 1. Move main/free packages to apt.armbian.com and beta.armbian.com 2. Let non-free packages...
> I've created a [commit](https://github.com/leggewie/armbian-build/tree/wip-TI-K3) with what I believe are the appropriate changes on top of your PR. I haven't had the chance to test this, yet. After all, you...
@glneo Understood. I am going with emptty, and got it working using the upstream [emptty](https://packages.debian.org/trixie/arm64/golang/emptty) package. Do we want auto-login into weston like in our Yocto-based SDK, or do we...
For now, based on internal discussions, I have removed the weston and emptty. It was decided that we should explore ways to introduce these as a separate desktop environment or...
@rpardini > This will cause inconsistency for .deb/apt repo, although it works for building images. You'd need to create a separate kernel package, so that you've both rt and non-rt...
@glneo > What happens if someone sets `RT_KERNEL=yes` but selects a kernel other than `current`? We would need to keep an RT version of every kernel config. Instead would it...
> Also this would be good to be solved generally. Not just for this family, similar as we do it here: https://github.com/armbian/build/blob/main/lib/functions/compilation/armbian-kernel.sh TI kernel uses its own RT config file...
> > TI kernel uses its own RT config file which overrides many options in the defconfig file. > > Understand. I am just trying to open discussion if something...
> We can at least make this part automated - if RT config is uses, a subfamily is automatically generated. > if "rt" config file is used, then family /...
@igorpecovnik >How about this way? > > common RT config options goes to lib/functions/compilation/armbian-kernel.sh > family specific config options goes to config/sources/families/k3.conf > > Both conditioned with ENABLE_RT_KERNEL=yes ARMBIAN_RT_KERNEL=yes or...