CI: use path to avoid warning

Warnings are being seen in gitlab of
 WARNING  - Falling back to file-relative addressing of local include "base.yml"
 WARNING  - Update your layer to repo-relative addressing to avoid this warning
 WARNING  - Falling back to file-relative addressing of local include "meta-openembedded.yml"
 WARNING  - Update your layer to repo-relative addressing to avoid this warning

Make the relevant changes to resolve this issue

Signed-off-by: Jon Mason <jon.mason@arm.com>
Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Jon Mason
2022-08-02 11:50:51 -04:00
committed by Naveen Saini
parent e053655480
commit d77f7ac987
9 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
header:
version: 9
includes:
- base.yml
- ci/base.yml
machine: 96b-avenger96

View File

@@ -1,6 +1,6 @@
header:
version: 9
includes:
- base.yml
- ci/base.yml
machine: 96b-nitrogen

View File

@@ -1,6 +1,6 @@
header:
version: 9
includes:
- base.yml
- ci/base.yml
machine: arduino-nano-33-ble

View File

@@ -1,7 +1,7 @@
header:
version: 11
includes:
- meta-openembedded.yml
- ci/meta-openembedded.yml
distro: zephyr

View File

@@ -1,6 +1,6 @@
header:
version: 9
includes:
- base.yml
- ci/base.yml
machine: intel-x86-64

View File

@@ -1,6 +1,6 @@
header:
version: 9
includes:
- base.yml
- ci/base.yml
machine: nrf52840dk-nrf52840

View File

@@ -1,7 +1,7 @@
header:
version: 9
includes:
- base.yml
- ci/base.yml
local_conf_header:
nonbuilding_tests: |

View File

@@ -1,7 +1,7 @@
header:
version: 9
includes:
- base.yml
- ci/base.yml
local_conf_header:
failing_tests: |

View File

@@ -1,6 +1,6 @@
header:
version: 9
includes:
- base.yml
- ci/base.yml
machine: stm32mp157c-dk2