Convert to new override syntax

Use the convert-overrides.py to convert to new syntax and fixed
some additional changes manually.

Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
This commit is contained in:
Naveen Saini
2021-08-02 16:18:00 +08:00
parent 80276ffd01
commit de481c4b3b
41 changed files with 86 additions and 86 deletions

View File

@@ -14,6 +14,6 @@ do_install () {
}
PACKAGES = "${PN}"
FILES_${PN} = "/usr/src/zephyr"
FILES:${PN} = "/usr/src/zephyr"
SYSROOT_DIRS += "/usr/src/zephyr"