Yocto meta layer for PHYTEC phyCONTROL product line
Find a file
Martin Schwan 04ac0d5dc4 doc: Add basic installation instructions for Node-RED
Add a short documentation about which packages to install for fitting
Node-RED nodes supporting serial, CAN and GPIO at the 16 pol. connector
of the phyCONTROL.

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
2026-01-08 14:37:46 +01:00
conf layer.conf: Prefer libgpiod version 1 2026-01-08 14:37:46 +01:00
doc doc: Add basic installation instructions for Node-RED 2026-01-08 14:37:46 +01:00
kas kas: Add config for RAUC builds 2026-01-07 09:29:33 +01:00
recipes-bsp/u-boot recipes-bsp: u-boot: u-boot-phytec-imx: Load correct fitImage conf 2025-10-31 08:56:49 +01:00
recipes-connectivity/thingsboard-gateway thingsboard-gateway: Update to 3.8.0 2025-12-04 11:27:28 +01:00
recipes-devtools opkg-phytec-config: Remove recipe 2025-12-11 10:30:28 +01:00
recipes-images phycontrol-image: Install libgpiod-dev 2026-01-08 14:37:46 +01:00
recipes-kernel/linux recipes-kernel: linux-phytec-imx: Add PREEMPT_RT 2025-11-19 16:10:47 +01:00
recipes-webadmin/cockpit cockpit-podman: Add podman as runtime dependency 2025-11-14 15:38:00 +01:00
LICENSE LICENSE: Update copyright header 2025-10-16 10:24:41 +02:00
README.md README: Add build instructions 2025-11-13 10:51:12 +01:00

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

  • Martin Schwan m.schwan@phytec.de
  • Leonard Anderweit l.anderweit@phytec.de

License

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