Skip to content

phytec/meta-phycontrol

Repository files navigation

meta-phyCONTROL

This layer provides support for running PHYTEC's Yocto distribution "Ampliphy" on phyCONTROL hardware.

Building the BSP

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-container instead of running kas natively:

KAS_CONTAINER_IMAGE_DISTRO=debian-bookworm kas-container build meta-phycontrol/kas/ampliphy-vendor-phycontrol-nova-imx8mp-1.yaml

Reporting issues and contributing code

To report issues or contribute changes, please open issues or pull requests at the GitHub repository.

Maintainer

License

The metadata provided in this layer is licensed under MIT License. See the file LICENSE for detailed information.