Fix kaem patch

This commit is contained in:
fosslinux 2021-01-10 16:02:38 +11:00
parent 39e0a366be
commit a527dae4bd
3 changed files with 6 additions and 6 deletions

3
.gitmodules vendored
View File

@ -16,3 +16,6 @@
[submodule "sysa/tcc-0.9.26p1"]
path = sysa/tcc-0.9.26p1
url = https://gitlab.com/janneke/tinycc
[submodule "sysa/mescc-tools-patched"]
path = sysa/mescc-tools-patched
url = https://github.com/oriansj/mescc-tools

View File

@ -15,7 +15,8 @@ sudo mount -t tmpfs -o size=8G tmpfs tmp
# base: mescc-tools-seed
# copy in all the mescc-tools-seed stuff
cp -r mescc-tools-seed/x86/* tmp
cp -r mescc-tools-seed/{M2-Planet,mes-m2,mescc-tools} tmp/
cp -r mescc-tools-seed/{M2-Planet,mes-m2} tmp/
cp -r mescc-tools-patched tmp/mescc-tools
# and the kaem seed
cp ../bootstrap-seeds/POSIX/x86/kaem-optional-seed tmp/init
cp ../bootstrap-seeds/POSIX/x86/kaem-optional-seed tmp/
@ -23,11 +24,6 @@ cp -r ../bootstrap-seeds tmp/
# replace the init kaem with our own custom one
mv tmp/kaem.run tmp/mescc-tools-seed.kaem.run
cp base.kaem.run tmp/kaem.run
# checkout new version of mescc-tools
pushd tmp/mescc-tools
git fetch
git checkout 5768b2a79036f34b9bd420ab4801ad7dca15dff8
popd
# create directories needed
mkdir tmp/bin

@ -0,0 +1 @@
Subproject commit 5768b2a79036f34b9bd420ab4801ad7dca15dff8