Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

After the download the resulting directory structure should look like this:

...

.
├── .conf
│   ├── .git -> ../.repo/projects/.conf.git

...


│   ├── .gitignore
│   ├── .gitlab-ci

...


│  

...

├──

...

.gitlab-ci.yml

...


│  

...

├──

...

.gitmodules

...


│  

...

├──

...

LICENSE.txt

...


│   ├── bblayers_seco-mx6.conf
│   ├── bblayers_seco-mx8.conf
│   ├── git-describe.inc
│   └── setup-environment
├── .repo
│   ├── .repo_fetchtimes.json
│   ├── TRACE_FILE
│   ├── copy-link-files.json

...


│   ├── manifest.xml
│   ├── manifests
│   ├── manifests.git

...


│  

...

├── project-objects
│   ├── project.list
│   ├── projects
│   └── repo
├── bitbake-cookerdaemon.log
├── build
│   ├── bitbake-cookerdaemon.log
│   ├── buildhistory
│   ├── cache
│   ├── conf
│   ├── sstate-cache
│   └── tmp
├── setup-environment -> .conf/setup-environment

...


├── sources
│   ├── meta-freescale

...


│   ├── meta-freescale-distro

...


│   ├── meta-gplv2
│   ├── meta-openembedded
│   ├── meta-python2
│   ├── meta-qt5
│   ├── meta-seconorth-distro
│   ├── meta-seconorth-machine
│   ├── meta-seconorth-nogplv3
│   └── poky

Build

To get the build environment ready run the environment needs to be set up.

...