blob: 6342f411f782c3725611a8eef7f6d345fbf926e9 (
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
|
header:
version: 11
machine: yerba-x86_64
distro: yerba
local_conf_header:
# some stuff in meta-oe is broken, im so angry
yerba-config: |
BBMULTICONFIG = ""
INHERIT:remove = "create-spdx"
BBMASK = "meta-oe/recipes-connectivity/usbmuxd/ meta-oe/recipes-support/freerdp/ meta-oe/recipes-extended/libimobiledevice/"
repos:
bitbake:
url: https://git.openembedded.org/bitbake
branch: "2.12"
path: sources/bitbake
layers:
.: "disabled"
openembedded-core:
url: https://git.openembedded.org/openembedded-core
branch: scarthgap
path: sources/openembedded-core
layers:
meta:
meta-openembedded:
url: https://git.openembedded.org/meta-openembedded
branch: scarthgap
path: sources/meta-openembedded
layers:
meta-oe:
meta-yerba:
path: ./meta-yerba
|