summaryrefslogtreecommitdiffstats
path: root/bsp/meta-sancloud/kas/dev/bbe-poky.yml
blob: 0d8f7c5e7f60af931632b8eba35f0fcc9c05288b (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
header:
  version: 8

machine: bbe
distro: poky
target:
  - core-image-base

repos:
  meta-sancloud:
  poky:
    url: https://git.yoctoproject.org/git/poky
    path: layers/poky
    refspec: dunfell
    layers:
      meta:
      meta-poky:
  meta-openembedded:
    url: https://github.com/openembedded/meta-openembedded.git
    path: layers/meta-openembedded
    refspec: dunfell
    layers:
      meta-oe:
      meta-python:
  meta-arm:
    url: https://git.yoctoproject.org/git/meta-arm
    path: layers/meta-arm
    refspec: dunfell
    layers:
      meta-arm:
  meta-ti:
    url: https://git.yoctoproject.org/git/meta-ti
    path: layers/meta-ti
    refspec: dunfell
  meta-rtlwifi:
    url: https://github.com/EmbeddedAndroid/meta-rtlwifi.git
    path: layers/meta-rtlwifi
    refspec: master

bblayers_conf_header:
  base: |
    POKY_BBLAYERS_CONF_VERSION = "2"
    BBPATH = "${TOPDIR}"
    BBFILES ?= ""

local_conf_header:
  base: |
    PACKAGE_CLASSES ?= "package_rpm"
    SDKMACHINE ?= "x86_64"
    EXTRA_IMAGE_FEATURES ?= "debug-tweaks"
    USER_CLASSES ?= "buildstats image-mklibs image-prelink"
    PATCHRESOLVE = "noop"
    BB_DISKMON_DIRS ?= "\
        STOPTASKS,${TMPDIR},1G,100K \
        STOPTASKS,${DL_DIR},1G,100K \
        STOPTASKS,${SSTATE_DIR},1G,100K \
        STOPTASKS,/tmp,100M,100K \
        ABORT,${TMPDIR},100M,1K \
        ABORT,${DL_DIR},100M,1K \
        ABORT,${SSTATE_DIR},100M,1K \
        ABORT,/tmp,10M,1K"
    CONF_VERSION = "1"
    TCLIBCAPPEND = ""
    require conf/include/sancloud-mirrors.inc
  sstate: |
    require conf/include/sancloud-sstate-poky.inc
  archiver: |
    require conf/include/sancloud-enable-archiver.inc