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
Unable to pass variable like
EXT_MODULES=" AAA BBB CCC DDD " to underneath build system
The text was updated successfully, but these errors were encountered:
Example: let's imagine that we are using android kernel builder like: https://github.com/xen-troops/meta-xt-prod-cockpit-rcar/blob/master/prod-cockpit-rcar.yaml#L254
there is possibility to pass env variables to android kernel build system like : https://github.com/xen-troops/meta-xt-prod-cockpit-rcar/blob/master/prod-cockpit-rcar.yaml#L267
It is impossible to pass env variable like: https://github.com/xen-troops/linux/blob/common-android13-5.10-xt-cr7/build.config.xenvm.no_graphics#L11C1-L16C2
i.e.
EXT_MODULES=" modules/vspm modules/vspmif modules/mmngr modules/uvcs "
Sorry, something went wrong.
Fixed with #83
No branches or pull requests
Unable to pass variable like
EXT_MODULES="
AAA
BBB
CCC
DDD
"
to underneath build system
The text was updated successfully, but these errors were encountered: