You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and since DEVTOOL_DISABLE_MENUCONFIG is not set anywhere and the .config file does not seem to exist,
when you attempt to build, do_configure will fail with the error:
cp: cannot stat '${B}/.config': No such file or directory
Reproduce:
follow README setup instructions for qemu zephyr-philosophers
If you use devtool modify to check out or point to outside source code, then
poky/scripts/lib/devtool/standard.py executes the following code to add to do_configure():
and since DEVTOOL_DISABLE_MENUCONFIG is not set anywhere and the .config file does not seem to exist,
when you attempt to build, do_configure will fail with the error:
cp: cannot stat '${B}/.config': No such file or directory
Reproduce:
The text was updated successfully, but these errors were encountered: