summaryrefslogtreecommitdiffstats
path: root/meta/files/layers.example.json
blob: 3772404ec9a75f05e913651621585da89564832c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
    "sources": {
        "meta-alex": {
            "contains_this_file": true,
            "git-remote": {
                "branch": "master",
                "describe": "",
                "remotes": {
                    "remote-alex": {
                        "uri": "https://github.com/kanavin/meta-alex"
                    }
                },
                "rev": "05b25605fb8b2399e4706d7323828676bf0da0b5"
            },
            "layers": {
                "meta-alex": {
                    "subpath": ""
                }
            },
            "path": "meta-alex"
        },
        "meta-intel": {
            "git-remote": {
                "branch": "master",
                "describe": "15.0-hardknott-3.3-310-g0a96edae",
                "remotes": {
                    "origin": {
                        "uri": "git://git.yoctoproject.org/meta-intel"
                    }
                },
                "rev": "0a96edae609a3f48befac36af82cf1eed6786b4a"
            },
            "layers": {
                "meta-intel": {
                    "subpath": ""
                }
            },
            "path": "meta-intel"
        },
        "poky": {
            "git-remote": {
                "branch": "akanavin/setup-layers",
                "describe": "4.1_M1-374-g9dda719b2a",
                "remotes": {
                    "origin": {
                        "uri": "git://git.yoctoproject.org/poky"
                    },
                    "poky-contrib": {
                        "uri": "ssh://git@push.yoctoproject.org/poky-contrib"
                    }
                },
                "rev": "9dda719b2a4727a4d43a6ab8d9e23f8ca68790ec"
            },
            "layers": {
                "meta": {
                    "subpath": "meta"
                },
                "meta-poky": {
                    "subpath": "meta-poky"
                },
                "meta-selftest": {
                    "subpath": "meta-selftest"
                },
                "meta-yocto-bsp": {
                    "subpath": "meta-yocto-bsp"
                }
            },
            "path": "poky"
        }
    },
    "version": "1.0"
}