Buildroot for Libre Computer Boards

Please see GitHub Libre Computer Project libretech-buildroot

1 Like

i am having an issue the defconfig for s805x-cc config/librecomputer/aml-s805x-ac/efi-brtfs_defconfig line 11 BR2_ROOTFS_OVERLAY="board/librecomputer/overlay/efi-btrfs" this file dose not seem to exist causing failure to compile I’m trying to find a solution any help would be wellcomed.

You can run mkdir board/librecomputer/overlay/efi-btrfs. There’s no files in that directory so git ignores it. You have to manually make it until we throw an empty .placeholder file in it.