We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The native recipes are not usable:
BBCLASSEXTEND = "native nativesdk"
/opt
SYSROOT_DIRS
SYSROOT_DIRS_NATIVE
So icpx and others are not installed into recipe-sysroot-native for a recipe where I would like to use the L0 compiler on the host.
icpx
recipe-sysroot-native
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The native recipes are not usable:
BBCLASSEXTEND = "native nativesdk"
set./opt
which is not inSYSROOT_DIRS
andSYSROOT_DIRS_NATIVE
by default.So
icpx
and others are not installed intorecipe-sysroot-native
for a recipe where I would like to use the L0 compiler on the host.The text was updated successfully, but these errors were encountered: