Skip to content
Snippets Groups Projects

Add git-lfs to prerequisites in README.md

All threads resolved!
+ 9
7
@@ -64,13 +64,15 @@ projects for building OpenHarmony reference implementation.
@@ -64,13 +64,15 @@ projects for building OpenHarmony reference implementation.
## General usage
## General usage
In order to build with this layer, you need to use a compatible host OS. See
### Prerequisites
https://docs.yoctoproject.org/3.1.8/brief-yoctoprojectqs/brief-yoctoprojectqs.html
for details on this. Sections
In order to build with this layer, you need to use a compatible host OS. See [yocto brief](https://docs.yoctoproject.org/3.1.8/brief-yoctoprojectqs/brief-yoctoprojectqs.html) for details on this. Sections [yocto for linux](https://docs.yoctoproject.org/3.1.8/brief-yoctoprojectqs/brief-yoctoprojectqs.html#compatible-linux-distribution) and [yocto host packages](https://docs.yoctoproject.org/3.1.8/brief-yoctoprojectqs/brief-yoctoprojectqs.html#build-host-packages) in particular.
https://docs.yoctoproject.org/3.1.8/brief-yoctoprojectqs/brief-yoctoprojectqs.html#compatible-linux-distribution
and
Make sure to update as well as install git-lfs which wasn't required in yocto docs:
https://docs.yoctoproject.org/3.1.8/brief-yoctoprojectqs/brief-yoctoprojectqs.html#build-host-packages
in particular.
sudo apt-get update && sudo apt-get install git-lfs
 
 
### Setting-up
To use the meta-openharmony layer, you need a build setup with BitBake and all
To use the meta-openharmony layer, you need a build setup with BitBake and all
needed Yocto layers.
needed Yocto layers.
Loading