]> xenbits.xensource.com Git - unikraft/libs/python3.git/commit
Makefile.uk: Add rule for creating root filesystem
authorCostin Lupu <costin.lupu@cs.pub.ro>
Wed, 16 Oct 2019 14:22:42 +0000 (17:22 +0300)
committerCostin Lupu <costin.lupu@cs.pub.ro>
Thu, 17 Oct 2019 12:26:38 +0000 (15:26 +0300)
commit7170bab23e1d8c476360fedcaba0dc18ecfefa67
tree6393cdd7f083b73486a2b35bc7977c255f97020e
parentab188368091aa55a22c16bd1de327f3989aa9fa8
Makefile.uk: Add rule for creating root filesystem

The Python interpreter needs a filesystem where to keep its libraries. This
patch creates a Python virtual environment and installs the Python 3 standard
library in /lib/python3.7 directory. For creating the filesystem the following
command has to be run:

$ make python-rootfs path=<directory>

Signed-off-by: Costin Lupu <costin.lupu@cs.pub.ro>
Reviewed-by: Felipe Huici <felipe.huici@neclab.eu>
Makefile.uk