File tree Expand file tree Collapse file tree 3 files changed +25
-3
lines changed
Expand file tree Collapse file tree 3 files changed +25
-3
lines changed Original file line number Diff line number Diff line change 6262 - {
6363 name : " Debian Buster arm7" ,
6464 basefile : " updater/base_buster_arm7" ,
65- arch : " arm7" ,
65+ arch : " arm7-pi2 " ,
6666 osname : " buster" ,
6767 ostype : " Debian"
6868 }
Original file line number Diff line number Diff line change @@ -51,3 +51,14 @@ wget -O /usr/local/bin/crankshaft.md5 https://github.com/opencardev/prebuilts/ra
5151chmod 644 /usr/local/bin/crankshaft.md5
5252
5353"
54+
55+ RUN bash -c "
56+ cd /root
57+ rm -rf /usr/local/qt5
58+ wget https://github.com/opencardev/prebuilts/raw/master/qt5/Qt_5151_armv7l_OpenGLES2.tar.xz.part00
59+ wget https://github.com/opencardev/prebuilts/raw/master/qt5/Qt_5151_armv7l_OpenGLES2.tar.xz.part01
60+ wget https://github.com/opencardev/prebuilts/raw/master/qt5/Qt_5151_armv7l_OpenGLES2.tar.xz.part02
61+ wget https://github.com/opencardev/prebuilts/raw/master/qt5/Qt_5151_armv7l_OpenGLES2.tar.xz.part03
62+ cat Qt_5151_armv7l_OpenGLES2.tar.xz* > Qt5_OpenGLES2.tar.xz
63+ tar -xf Qt5_OpenGLES2.tar.xz -C /
64+ "
Original file line number Diff line number Diff line change 11#FROM https://downloads.raspberrypi.org/raspios_lite_armhf/images/raspios_lite_armhf-2021-05-28/2021-05-07-raspios-buster-armhf-lite.zip
2- FROM https://github.com/opencardev/crankshaft/releases/download/v.2022.09.12.1/2022-09-11-crankshaft-ng-66525ef-pi2 .zip
2+ FROM https://github.com/opencardev/crankshaft/releases/download/v.2022.09.12.1/2022-09-11-crankshaft-ng-66525ef.zip
33PUMP 1000M
44
55# Update OS and sources
@@ -50,4 +50,15 @@ rm -f /usr/local/bin/crankshaft.md5
5050wget -O /usr/local/bin/crankshaft.md5 https://github.com/opencardev/prebuilts/raw/master/csmt/crankshaft.md5
5151chmod 644 /usr/local/bin/crankshaft.md5
5252
53- "
53+ "
54+
55+ RUN bash -c "
56+ cd /root
57+ rm -rf /usr/local/qt5
58+ wget https://github.com/opencardev/prebuilts/raw/master/qt5/Qt_5151_OpenGLES2.tar.xz.part00
59+ wget https://github.com/opencardev/prebuilts/raw/master/qt5/Qt_5151_OpenGLES2.tar.xz.part01
60+ wget https://github.com/opencardev/prebuilts/raw/master/qt5/Qt_5151_OpenGLES2.tar.xz.part02
61+ wget https://github.com/opencardev/prebuilts/raw/master/qt5/Qt_5151_OpenGLES2.tar.xz.part03
62+ cat Qt_5151_OpenGLES2.tar.xz* > Qt5_OpenGLES2.tar.xz
63+ tar -xf Qt5_OpenGLES2.tar.xz -C /
64+ "
You can’t perform that action at this time.
0 commit comments