...
After the download the resulting directory structure should look like this:.
├── .conf
│ ├── .git ->
Code Block |
---|
yocto-seco-ne$ tree -L 2 -a . ├── .conf │ ├── bblayers_imx6.conf │ ├── bblayers_imx8.conf │ ├── bblayers_imx8_dual-espresso.conf │ ├── .git -> ../.repo/projects/.conf. |
...
git │ ├── git-describe.inc │ ├── .gitignore │ ├── .gitlab-ci |
...
│ ├── .gitlab-ci.yml |
...
│ ├── .gitmodules |
...
│ ├── LICENSE.txt |
...
│ └── setup-environment |
...
├── .repo |
...
│ |
...
├── copy-link-files.json |
...
│ |
...
├── manifests │ ├── manifests.git |
...
│ |
...
├── manifest.xml │ ├── project.list |
...
│ |
...
├── project-objects │ ├── projects │ ├── repo │ └── .repo_fetchtimes.json ├── setup-environment -> .conf/setup-environment |
...
└── sources ├── meta-freescale |
...
├── meta-freescale-distro |
...
├── meta-guf-distro
├── meta-guf-machine
├── meta-openembedded
├── meta-python2
├── meta-qt5
├── meta-seconorth-nogplv3
└── poky
|
Build
To get the build environment ready run the environment needs to be set up.
...