summaryrefslogtreecommitdiff
path: root/tools/agptek_rocker/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/agptek_rocker/Dockerfile')
-rw-r--r--tools/agptek_rocker/Dockerfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/tools/agptek_rocker/Dockerfile b/tools/agptek_rocker/Dockerfile
index de6a234474..d83e5e905f 100644
--- a/tools/agptek_rocker/Dockerfile
+++ b/tools/agptek_rocker/Dockerfile
@@ -32,11 +32,10 @@ RUN apt-get update && \
32 32
33# Clone rockbox repository 33# Clone rockbox repository
34RUN cd /home/rb && \ 34RUN cd /home/rb && \
35 git clone https://github.com/wodz/rockbox-wodz.git 35 git clone http://gerrit.rockbox.org/p/rockbox
36 36
37# Build cross toolchain (It takes quite long) 37# Build cross toolchain (It takes quite long)
38RUN cd /home/rb/rockbox-wodz && \ 38RUN cd /home/rb/rockbox && \
39 git checkout agptek-rocker && \
40 ./tools/rockboxdev.sh --target=y 39 ./tools/rockboxdev.sh --target=y
41 40
42# Install tools for unpacking ubifs 41# Install tools for unpacking ubifs
@@ -46,5 +45,5 @@ RUN cd /home/rb && \
46 python setup.py install 45 python setup.py install
47 46
48# Copy build script 47# Copy build script
49RUN cp /home/rb/rockbox-wodz/tools/agptek_rocker/bootloader_install.sh /usr/local/bin && \ 48RUN cp /home/rb/rockbox/tools/agptek_rocker/bootloader_install.sh /usr/local/bin && \
50 chmod 755 /usr/local/bin/bootloader_install.sh 49 chmod 755 /usr/local/bin/bootloader_install.sh