- Embedded Linux Development using Yocto Projects(Second Edition)
- Otavio Salvador Daiane Angolini
- 58字
- 2021-07-02 15:08:42
Installing Toaster
Toaster is written using the Python Django framework, so the easiest way of installing it is using Python's pip utility. We have already installed this when configuring our host machine in Chapter 2, Baking Our Poky-Based System, so we can install the rest of Toaster's requirements inside of Poky's directory:
$ pip3 install --user -r bitbake/toaster-requirements.txt