-
Notifications
You must be signed in to change notification settings - Fork 5
GettingStarted
git clone https://github.com/pantavisor/meta-pantavisor
cd meta-pantavisor
kas menu
- Select 'singleconfig'
- Select 'kirkstone or scarthgap'
- Select 'pantavisor-remix'
- Select a Machine filter for your board (e.g. sunxi for allwinner boards)
- Select machine (e.g. sunxi orange pi r1)
- Save & Exit
This will save your selection in a file called .config.yaml.
To add or change the containers that get added to the pantavisor-remix you would go
to the 'containers->' subsection in the kas menu
Here you can choose which containers you want to add.
The first choice you have to make is if you want to make a 'root container' out of a yocto image target. The default is to use the 'core-image-minimal' target of poky to produce a container for you that gets automatically added to the remix.
For existing yocto developers its usually a good idea to start with making a container out of your previous userspace. In this way you can start transitioning to a world of containers on embedded in an iterative manner.
Its also possible to build a pantavisor-remix without baking the yocto userspace into a container.
Simply unselect the Make root container
option and select from the list of the other containers instead.
To build you would again use kas
kas build
The output can be found in the deploy
directory for your machine in the build/ hierarchy.
To update the locally checked out meta layers you can use kas
kas checkout --update
Once finished your image will be in build/ directory.
Next follow the Install Image Instructions instructions.
- Support: Use Pantavisor Forum
- Bugs: Use Pantavisor Forum and file Github Issues
- Contributions: Use Pantavisor Forum and submit PRs to components
- https://github.com/pantavisor/meta-pantavisor (for improvements to pantavisor yocto layer)
- https://github.com/pantavisor/pantavisor (for improvements to pantavisor itself)
- https://gitlab.com/pantacor/pvr (for improvements to pvr tool)
- Pantavisor Device Management: We recommend to use Pantacor Hub
- For anything else, email us: [email protected]