I'm following the instructions here:
which say that
$ cd $AGL_TOP
$ repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo
$ repo sync
Once you sync the repository, you have the AGL files in the form of “layers” (e.g. meta-* folders). You also have the poky repository in your AGL workspace.
Listing out the resulting directory structure appears as follows:
$ tree -L 1
.
├── build
├── meta-agl
├── meta-agl-demo
├── meta-agl-devel
├── meta-agl-extra
├── meta-altera
├── meta-boundary
├── meta-freescale
├── meta-freescale-3rdparty
├── meta-freescale-distro
├── meta-intel
├── meta-intel-iot-security
├── meta-oic
├── meta-openembedded
├── meta-qcom
├── meta-qt5
├── meta-raspberrypi
├── meta-renesas
├── meta-renesas-rcar-gen3
├── meta-rust
├── meta-sdl
├── meta-security-isafw
├── meta-ti
├── meta-updater
├── meta-virtualization
└── poky
However, the results that I see are much different:
sryan@odroid-h2:~/workspace_agl$ repo sync
Fetching projects: 100% (32/32), done.
repo sync has finished successfully.
sryan@odroid-h2:~/workspace_agl$ tree -L 1
.
├── bsp
├── external
├── meta-agl
├── meta-agl-cluster-demo
├── meta-agl-demo
├── meta-agl-devel
├── meta-agl-extra
└── meta-agl-telematics-demo
Am I doing something incorrect?
Links:
You receive all messages sent to this group.
View/Reply Online (#8656) | Reply To Group | Reply To Sender | Mute This Topic | New Topic
Your Subscription | Contact Group Owner | Unsubscribe [list-automotive-discussions82@xxxxxxxxxxx]