Skip to content

Commit

Permalink
README.md: describe customizations
Browse files Browse the repository at this point in the history
  • Loading branch information
dsx724 authored and lc-engineering-bot committed Oct 4, 2023
1 parent 053fc1a commit d9b2d89
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,42 @@ This branch is designed to be rebase-able on buildroot master so it is not consi

Also see [buildroot original README](README).

## libretech customizations

### configs

defconfigs are organized into a tree structure based on board under configs.

* configs
* librecomputer
* aml-s905x-cc
* efi-btrfs_defconfig

### board

board files are organized into a tree structure based on architecture, board, image generation, composible overlays

* board
* librecomputer
* aml
* gxl
* overlay
* s905x
* overlay
* aml-s905x-cc
* overlay
* genimage
* genimage
* initramfs
* genimage.cfg
* genimage.sh
* efi-btrfs
* boot.cmd
* boot.ini
* genimage.cfg
* genimage.sh
* overlay
* debugfs
* efi-btrfs
* stress-ng-cpu
* project

0 comments on commit d9b2d89

Please sign in to comment.