BSP Yocto layer for AAEON Boxer - Start here to create the Yocto build environment
To get the BSP you need to have repo
installed and use it as:
Install the repo
utility:
$ mkdir ~/bin
$ curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
Download the BSP source:
$ PATH=${PATH}:~/bin
$ mkdir ${HOME}/yocto-aaeon-dunfell
$ cd yocto-aaeon-dunfell
$ repo init -b dunfell -u https://github.com/koansoftware/koan-aaeon-bsp-repo
$ repo sync
At the end of the commands you have every metadata you need to start work with.
The build tree should be like the following (reduced list).
yocto-aaeon-dunfell
├── README.md -> sources/meta-aaeonboxer/README.md
├── setup-environment -> sources/meta-aaeonboxer/scripts/setup-environment
└── sources
├── meta-aaeon-nvidia
│ └── scripts
│ ├── deploy-aaeon.sh
│ └── setup-environment
├── meta-openembedded
├── meta-tegra
└── poky
Please continue reading the documentation in the meta-aaeon-nvidia README
Please use GitHub (https://github.com/koansoftware/koan-aaeon-bsp-repo) to submit issues or pull requests, or add to the documentation on the wiki. Contributions are welcome!
(C)2020 Copyright - KOAN sas - https://koansoftware.com