scripts: docker: update the qemu branch to sof-v4.2

Update qemu docker branch to sof-v4.2

Signed-off-by: Pan Xiuli <xiuli.pan@linux.intel.com>
This commit is contained in:
Pan Xiuli 2020-02-27 17:46:57 +08:00 committed by Liam Girdwood
parent af8843d110
commit f933116807
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ ENV HOME /home/sof
# build qemu
USER sof
RUN cd /home/sof && git clone https://github.com/thesofproject/qemu.git && \
cd qemu && git checkout sof-stable && \
cd qemu && git checkout sof-v4.2 && \
# replace the submodule git repo to github mirror
sed -i 's#git://git.qemu.org#https://github.com/qemu#g' .gitmodules && \
sed -i 's#git://git.qemu-project.org#https://github.com/qemu#g' .gitmodules && \