Yocto meta layer for PHYTEC phyCONTROL product line
- BitBake 100%
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> |
||
|---|---|---|
| conf | ||
| doc | ||
| kas | ||
| recipes-bsp/u-boot | ||
| recipes-connectivity/thingsboard-gateway | ||
| recipes-devtools | ||
| recipes-images | ||
| recipes-kernel/linux | ||
| recipes-webadmin/cockpit | ||
| LICENSE | ||
| README.md | ||
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-containerinstead of runningkasnatively: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.