File: diff2.yml

package info (click to toggle)
kas 5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,268 kB
  • sloc: python: 5,745; sh: 1,095; makefile: 210
file content (26 lines) | stat: -rw-r--r-- 522 bytes parent folder | download | duplicates (2)
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
header:
  version: 15
  includes:
   - subdir/sub.yml

distro: distro2
target: target2
machine: machine2
defaults:
    repos:
        patches:
            repo: meta-iot2050
repos:
    meta-iot2050:
        layers:
            .:
    isar:
        url: https://github.com/ilbers/isar
        tag: v0.10-rc1
local_conf_header:
  wic-swu: |
    IMAGE_CLASSES += "squashfs"
    IMAGE_TYPEDEP:wic += "squashfs"
  swu_hw_compat: |
    # Set hardware compatibility versions here
    SWU_HW_COMPAT = "sdc-compatible-machine-2.0"