mirror of
https://github.com/Fishwaldo/buildroot_bouffalo.git
synced 2025-03-16 03:41:21 +00:00
Initial buildroot overlay
This commit is contained in:
commit
22fce61235
5 changed files with 17 additions and 0 deletions
1
Config.in
Normal file
1
Config.in
Normal file
|
@ -0,0 +1 @@
|
|||
#
|
12
README.md
Normal file
12
README.md
Normal 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
|
||||
```
|
1
configs/pine64_ox64_defconfig
Normal file
1
configs/pine64_ox64_defconfig
Normal file
|
@ -0,0 +1 @@
|
|||
BR2_riscv=y
|
2
external.desc
Normal file
2
external.desc
Normal file
|
@ -0,0 +1,2 @@
|
|||
name: BOUFFALO_BR
|
||||
desc: Buildroot for Bouffalo chips
|
1
external.mk
Normal file
1
external.mk
Normal file
|
@ -0,0 +1 @@
|
|||
#
|
Loading…
Add table
Reference in a new issue