mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-09-19 03:49:30 +02:00
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:
@@ -48,7 +48,7 @@ do_menuconfig[nostamp] = "1"
|
||||
do_menuconfig[dirs] = "${B}"
|
||||
addtask menuconfig after do_configure
|
||||
|
||||
python do_devshell_prepend () {
|
||||
python do_devshell:prepend () {
|
||||
# Most likely we need to manually edit prj.conf...
|
||||
os.chdir(d.getVar('ZEPHYR_SRC_DIR', True))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user