Skip to content

Commit

Permalink
README: Add build instructions
Browse files Browse the repository at this point in the history
Add instructions to build esp-qcom-image and core-image-minimal
images for supported boards.

Signed-off-by: Atul Dhudase <[email protected]>
  • Loading branch information
adhudase authored and ricardosalveti committed Oct 22, 2024
1 parent 778db0f commit 9df1c18
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,25 @@ revision: HEAD

See `conf/machine` for the complete list of supported devices.

## Quick build
Please refer to the [Yocto Project Reference Manual](https://docs.yoctoproject.org/ref-manual/system-requirements.html) to set up your Yocto Project build environment.

Please follow the instructions below for a KAS-based build. The KAS tool offers an easy way to setup bitbake based projects. For more details, visit the [KAS documentation](https://kas.readthedocs.io/en/latest/index.html).

1. Install kas tool
```
sudo pip3 install kas
```
2. Clone meta-qcom-hwe layer
```
git clone https://github.com/quic-yocto/meta-qcom-hwe.git -b main
```
3. Build using the KAS configuration for one of the supported boards
```
kas build meta-qcom-hwe/ci/qcs6490-rb3gen2-core-kit.yml
```
For a manual build without KAS, refer to the [Yocto Project Quick Build](https://docs.yoctoproject.org/brief-yoctoprojectqs/index.html).

## Contributing

Please submit any patches against the `meta-qcom-hwe` layer (branch **main**) by using the GitHub pull-request feature. Fork the repo, create a branch, do the work, rebase from upstream, and create the pull request.
Expand Down

0 comments on commit 9df1c18

Please sign in to comment.