kgdb is perfect

baremetal works on docker. Missing deps + virtfs now skips missing dirs.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2018-11-02 00:00:00 +00:00
parent 1cd1e58b02
commit 9571747859
5 changed files with 108 additions and 47 deletions

View File

@@ -117,10 +117,19 @@ scons \
"
fi
if "$baremetal"; then
# http://crosstool-ng.github.io/docs/os-setup/
pkgs="${pkgs} \
bison \
docbook2x \
flex \
gcc \
gperf \
help2man \
libncurses5-dev \
libtool-bin \
make \
python-dev \
texinfo \
"
fi
command -v apt-get >/dev/null 2>&1 || {