Ian Leonard
Ian Leonard
Syntax looks fine. LGTM for merging.
Google's policy on the topic: https://opensource.google/documentation/reference/copyright
> or using or proposing timeless headers > > Microsoft (Github ...) > facebook (migrating from xxx-present to yearless) Examples? My understanding is that would be an invalid copyright notice...
If I disable Bluetooth (Settings -> Services), I can switch profiles at will.
Before packages go to mirrors, --march=native should be removed from host cflags. config/optimize line 12. > I've thought about going further to generate a toolchain that would actually replace building...
Two issues: First is the gcc wrapper is hardcoding your $TOOLCHAIN path resulting in: `ian@localhost ~/le-test/gcc-arm-aarch64-libreelec-linux-gnueabi $ bin/aarch64-libreelec-linux-gnueabi-gcc -dumpversion bin/aarch64-libreelec-linux-gnueabi-gcc: line 2: /home/lukas/git/libreelec/build.LibreELEC-aarch64-toolchain.aarch64-9.80-devel/toolchain/bin/ccache: No such file or directory` Good news,...
Does `PROJECT=ARM DEVICE=ARMv8 ARCH=aarch64` substitute for the dummy project? The only difference I'm seeing is the +crypto cpu flag, which a kernel won't care about because that's controlled with CONFIG_*...
Some more thoughts from working with this a little: For consideration: https://github.com/antonlacon/LibreELEC.tv/commit/6b86f6337a5adf0dd8b00f81ff12220dd1399c72 This changes `generate-toolchain` to use the ARMv8 project files. I'm not certain any of the dummy project settings...
Some updates pushed. Mainly, it moves the STORAGE_SIZE variable out of the image script and into distro options. It then uses that for the resize marker in busybox's init. It...
I've rebased and squashed some. I've tested booting an active install, but need to test a clean image again, so draft is still on. I would like to drop the...