Skip to content

Commit

Permalink
Rename buildroot work directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Kytech committed Apr 20, 2021
1 parent 1495cdd commit b312842
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ This repository uses git submodules to manage the buildroot version used by this

## Usage

After cloning the repository (and initializing the buildroot submodule if cloning without `--recursive`), navigate to the `build` directory and run `./configure`. This sets up the buildroot external tree. From there, run any buildroot commands from the `build` directory to keep a clean external tree setup.
After cloning the repository (and initializing the buildroot submodule if cloning without `--recursive`), navigate to the `build_workdir` directory and run `./configure`. This sets up the buildroot external tree. From there, run any buildroot commands from the `build_workdir` directory to keep a clean external tree setup.
File renamed without changes.
1 change: 1 addition & 0 deletions build/configure → build_workdir/configure
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ then

# Clean output directory
find $DIR -type f ! -name ".gitignore" ! -name "configure" -delete
find $DIR -empty -type d -delete

# Setup buidroot external tree
make BR2_EXTERNAL=../rpi-zero-min-tree/ O=$DIR -C ../buildroot/ 2> /dev/null > /dev/null
Expand Down

0 comments on commit b312842

Please sign in to comment.