-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkas-coral-ai.yml
53 lines (53 loc) · 1.41 KB
/
kas-coral-ai.yml
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
header:
version: 11
machine: imx8mq-phanbell
distro: poky
target:
- edgetpu-demo-image
repos:
# This repo contains the kas-coral-ai.yml file - there is no need to fetch it again.
# It's current revision will be used to perform the build.
meta-coral:
poky:
url: "https://git.yoctoproject.org/git/poky"
branch: scarthgap
path: "layers"
layers:
meta:
meta-poky:
meta-yocto-bsp:
meta-openembedded:
url: "https://github.com/openembedded/meta-openembedded.git"
branch: scarthgap
path: "layers/meta-openembedded"
layers:
meta-oe:
meta-python:
meta-networking:
meta-perl:
meta-python:
meta-multimedia:
meta-filesystems:
meta-freescale:
url: "https://git.yoctoproject.org/git/meta-freescale.git"
branch: scarthgap
commit: 41b923e59e048b9b2942ff737a4ddac386954c62
path: "layers/meta-freescale"
meta-tensorflow:
url: "https://git.yoctoproject.org/git/meta-tensorflow.git"
branch: master
path: "layers/meta-tensorflow"
local_conf_header:
standard: |
CONF_VERSION = "2"
INHERIT += "rm_work"
PACKAGE_CLASSES = "package_deb"
DISTRO_FEATURES += "systemd usrmerge wifi"
VIRTUAL-RUNTIME_init_manager = "systemd"
DISTRO_FEATURES_BACKFILL_CONSIDERED += "sysvinit"
debug-tweaks: |
EXTRA_IMAGE_FEATURES = "debug-tweaks"
sdk: |
SDKMACHINE = "x86_64"
licenses: |
ACCEPT_FSL_EULA = "1"