diff --git a/README.md b/README.md index 65db2ee9..80707ae9 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docker/yio-image/scripts/yio.sh b/docker/yio-image/scripts/yio.sh index efda36bf..50644891 100755 --- a/docker/yio-image/scripts/yio.sh +++ b/docker/yio-image/scripts/yio.sh @@ -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" )