Skip to content
New issue

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

It is impossible to pass a BASH variable with "" to the underneath build systems #80

Closed
arminn opened this issue Jun 20, 2023 · 2 comments

Comments

@arminn
Copy link

arminn commented Jun 20, 2023

Unable to pass variable like

EXT_MODULES="
AAA
BBB
CCC
DDD
"
to underneath build system

@arminn
Copy link
Author

arminn commented Oct 4, 2023

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
"

@lorc
Copy link
Collaborator

lorc commented Oct 31, 2023

Fixed with #83

@lorc lorc closed this as completed Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants