Commit e3cad38d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

update

parent 63dcd168
...@@ -21,7 +21,10 @@ The same script (*setup.py*) pulls updates from these repositories ...@@ -21,7 +21,10 @@ The same script (*setup.py*) pulls updates from these repositories
* extra requirement * extra requirement
```sh ```sh
$ sudo apt install python-numpy # in Kubuntu 20.04 this will install python2 which is used by poky[warrior]
$ sudo apt install python python-numpy
# below fixes missing error when compiling the kernel: missing "openssl/bio.h":
$ sudo apt install libssl-dev
``` ```
#### Get sources #### Get sources
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment