OpenEmbedded/Yocto Project layer for Qualcomm based platforms.
This layers provides aditional recipes and machine configuration files for Qualcomm platform.
This layer depends on:
| URI | Branch |
|---|---|
| https://git.yoctoproject.org/meta-qcom | kirkstone |
| https://github.com/openembedded/meta-openembedded | kirkstone |
| https://git.yoctoproject.org/poky | kirkstone |
| https://git.yoctoproject.org/meta-security | kirkstone |
| https://git.yoctoproject.org/meta-virtualization | kirkstone |
| https://git.yoctoproject.org/meta-selinux | kirkstone |
| https://github.com/quic-yocto/meta-qcom-hwe | kirkstone |
| https://github.com/quic-yocto/meta-qcom-distro | kirkstone |
To add a new machine introduce a new machine configuration file at layers/meta-qcom-hwe/conf/machine/, for example, layers/meta-qcom-hwe/conf/machine/testboard.conf
#@TYPE: Machine
#@NAME: TestBoard
#@DESCRIPTION: Machine configuration for a development board, based on Qualcomm QCM6490
MACHINEOVERRIDES =. "qcm6490:"
require qcm6490.confAdding MACHINEOVERRIDES helps to re-use the configurations in recipes created for qcm6490.
MACHINE="testboard" DISTRO="qcom-wayland" source setup-environment
bitbake qcom-multimedia-image'qcom-wayland' DISTRO and 'qcom-multimedia-image' are defined in meta-qcom-distro layer.
Flash the images on the device using qdl tool as per the steps in the main documentation.
- Naveen Kumar [email protected]
- Sourabh Banerjee [email protected]
- Viswanath Kraleti [email protected]