This layer provides support for running PHYTEC's Yocto distribution "Ampliphy" on phyCONTROL hardware.
The BSP can be built using kas.
Create a new workspace directory, which will contain all sources and build files:
mkdir phycontrol-workspace
cd phycontrol-workspace
Install kas in a virtual environment:
python3 -m venv env
source env/bin/activate
pip3 install kas
Clone the meta-phycontrol layer containing the kas manifest:
git clone https://github.com/phytec/meta-phycontrol
Use kas to checkout all required meta layers:
kas checkout meta-phycontrol/kas/ampliphy-vendor-phycontrol-nova-imx8mp-1.yaml
Then build the BSP:
kas build meta-phycontrol/kas/ampliphy-vendor-phycontrol-nova-imx8mp-1.yaml
Note
In case you don't have a supported distribution, use
kas-containerinstead of runningkasnatively:KAS_CONTAINER_IMAGE_DISTRO=debian-bookworm kas-container build meta-phycontrol/kas/ampliphy-vendor-phycontrol-nova-imx8mp-1.yaml
To report issues or contribute changes, please open issues or pull requests at the GitHub repository.
- Martin Schwan
[email protected] - Leonard Anderweit
[email protected]
The metadata provided in this layer is licensed under MIT License. See the file
LICENSE for detailed information.