Skip to content

Commit

Permalink
build: Changed remote-os default branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
zehnm committed May 3, 2020
1 parent d34972b commit ae06a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,7 @@ Checkout project and build full cross compiler toolchain incl. target system:
mkdir -p $SRC_DIR
cd $SRC_DIR
git clone https://github.com/YIO-Remote/remote-os.git

# switch to development branch
cd remote-os
git checkout develop

# build full toolchain without YIO remote SD card image
make SKIP_BUILD_IMAGE=y

Expand Down
2 changes: 1 addition & 1 deletion docker/yio-image/scripts/yio.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ GitProjects=(
"https://github.com/YIO-Remote/integration.openweather.git,master"
"https://github.com/YIO-Remote/integration.roon.git,master"
"https://github.com/YIO-Remote/integration.spotify.git,master"
"https://github.com/YIO-Remote/remote-os.git,feature/develop"
"https://github.com/YIO-Remote/remote-os.git,feature/master"
"https://github.com/YIO-Remote/remote-software.git,master"
"https://github.com/YIO-Remote/web-configurator.git,master"
)
Expand Down

0 comments on commit ae06a22

Please sign in to comment.