mirror of
https://github.com/linux-msm/meta-qcom-extras.git
synced 2026-06-03 22:57:52 -07:00
README.md: rewrite for meta-qcom-extras
Rewrite / update README.md for the meta-qcom-extras layer. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
This commit is contained in:
@@ -46,20 +46,29 @@ document in order to setup your Yocto Project build environment.
|
||||
From inside ```poky``` folder, clone this repository:
|
||||
|
||||
```
|
||||
git clone git://git.yoctoproject.org/meta-qcom
|
||||
git clone https://github.com/linux-msm/meta-qcom-extras
|
||||
```
|
||||
|
||||
and dependencies:
|
||||
|
||||
```
|
||||
git clone https://github.com/qualcomm-linux/meta-qcom
|
||||
git clone https://github.com/openembedded/meta-openembedded
|
||||
```
|
||||
|
||||
Now, from inside ```poky``` folder initialize your build folder:
|
||||
|
||||
```
|
||||
source oe-init-build-env build/qcom-armv8a
|
||||
source oe-init-build-env build
|
||||
```
|
||||
|
||||
The script will cd into the newly created ```build/qcom-armv8a``` folder.
|
||||
From within this folder, add meta-qcom layer:
|
||||
The script will cd into the newly created ```build``` folder.
|
||||
From within this folder, add all layers:
|
||||
|
||||
```
|
||||
bitbake-layers add-layer ../../meta-qcom
|
||||
bitbake-layers add-layer ../meta-openembedded/meta-oe
|
||||
bitbake-layers add-layer ../meta-qcom
|
||||
bitbake-layers add-layer ../meta-qcom-extras
|
||||
```
|
||||
|
||||
Change ```MACHINE``` variable into ```conf/local.conf``` to:
|
||||
@@ -68,22 +77,22 @@ Change ```MACHINE``` variable into ```conf/local.conf``` to:
|
||||
MACHINE ?= "qcom-armv8a"
|
||||
```
|
||||
|
||||
Finally, build your image:
|
||||
Finally, build your images:
|
||||
|
||||
```
|
||||
bitbake core-image-minimal
|
||||
bitbake core-image-minimal initramfs-firmware-lenovo-x13s-image
|
||||
```
|
||||
|
||||
## Contributing
|
||||
|
||||
If you want to contribute changes, you can send Github pull requests at
|
||||
https://github.com/Linaro/meta-qcom/pulls.
|
||||
https://github.com/linux-msm/meta-qcom-extras/pulls.
|
||||
|
||||
You can discuss about this layer, on `#linaro` on Libera Chat IRC network.
|
||||
You can discuss about this layer, on `#linux-msm` on OFTC IRC network.
|
||||
|
||||
## Reporting issues
|
||||
|
||||
Please report any issue on https://github.com/Linaro/meta-qcom/issues
|
||||
Please report any issue on https://github.com/linux-msm/meta-qcom-extras/issues
|
||||
|
||||
## Maintainer(s)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user