Initial buildroot overlay

This commit is contained in:
Marek Kraus 2023-01-12 21:24:18 +01:00
commit 22fce61235
5 changed files with 17 additions and 0 deletions

1
Config.in Normal file
View file

@ -0,0 +1 @@
#

12
README.md Normal file
View file

@ -0,0 +1,12 @@
# Buildroot overlay for Bouffalo chips
## Usage
```
mkdir buildroot_bouffalo && cd buildroot_bouffalo
git clone https://github.com/buildroot/buildroot
git clone https://github.com/openbouffalo/buildroot_bouffalo
export BR_BOUFFALO_OVERLAY_PATH=$(pwd)/buildroot_bouffalo
cd buildroot
make BR2_EXTERNAL=$BR_BOUFFALO_OVERLAY_PATH pine64_ox64_defconfig
```

View file

@ -0,0 +1 @@
BR2_riscv=y

2
external.desc Normal file
View file

@ -0,0 +1,2 @@
name: BOUFFALO_BR
desc: Buildroot for Bouffalo chips

1
external.mk Normal file
View file

@ -0,0 +1 @@
#