File: test_env.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 (25 lines) | stat: -rw-r--r-- 498 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
header:
  version: 14

env:
  TESTVAR_DEFAULT_VAL: "BAR"
  TESTVAR_WHITELIST:

repos:
  this:
    layers:
     meta-dummy:

  # Testing new BB_ENV_PASSTHROUGH_ADDITIONS
  bitbake_new:
    url: https://git.openembedded.org/bitbake
    commit: 87104b6a167188921da157c7dba45938849fb22a
    layers:
      .: excluded

  # Testing deprecated BB_ENV_WHITELIST
  bitbake_old:
    url: https://git.openembedded.org/bitbake
    commit: efaafc9ec2e8c0475e3fb27e877a1c0a5532a0e5
    layers:
      .: excluded