-
Notifications
You must be signed in to change notification settings - Fork 91
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
bundle: RAUC_META_mysection[metadata] isn't expending variables anymore (kirkstone -> scarthgap) #335
Comments
It looks like it's been introduced here: When changing |
For It seems that the change to the metadata handling should be reverted. Do you want to make a PR? |
variables assigned to `RAUC_META_<section>[varflag]` are not expanded anymore. This is caused by `getVarFlags` not expanding variables by default, revert to using `getVarFlag` which does expand variables by default. fix rauc#335 partially revert changes introduced in ffba61f Signed-off-by: Ludovic Jozeau <ludovic.jozeau@scle.fr>
Sure |
Variables assigned to `RAUC_META_<section>[varflag]` are not expanded anymore. This is caused by `getVarFlags` not expanding variables by default, revert to using `getVarFlag` which does expand variables by default. Fixes: rauc#335 Fixes: ffba61f ("bundle.bbclass: simplify varflag usage") Signed-off-by: Ludovic Jozeau <ludovic.jozeau@scle.fr> Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Variables assigned to `RAUC_META_<section>[varflag]` are not expanded anymore. This is caused by `getVarFlags` not expanding variables by default, revert to using `getVarFlag` which does expand variables by default. Fixes: rauc#335 Fixes: ffba61f ("bundle.bbclass: simplify varflag usage") Signed-off-by: Ludovic Jozeau <ludovic.jozeau@scle.fr> Signed-off-by: Jan Luebbe <jlu@pengutronix.de> (cherry picked from commit 792b1cc) Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Variables assigned to `RAUC_META_<section>[varflag]` are not expanded anymore. This is caused by `getVarFlags` not expanding variables by default, revert to using `getVarFlag` which does expand variables by default. Fixes: #335 Fixes: ffba61f ("bundle.bbclass: simplify varflag usage") Signed-off-by: Ludovic Jozeau <ludovic.jozeau@scle.fr> Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
Variables assigned to `RAUC_META_<section>[varflag]` are not expanded anymore. This is caused by `getVarFlags` not expanding variables by default, revert to using `getVarFlag` which does expand variables by default. Fixes: rauc#335 Fixes: ffba61f ("bundle.bbclass: simplify varflag usage") Signed-off-by: Ludovic Jozeau <ludovic.jozeau@scle.fr> Signed-off-by: Jan Luebbe <jlu@pengutronix.de> (cherry picked from commit 8fd3907) Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
After the kirkstone -> scarthgap migration, meta varflags using yocto variables isn't working anymore
e.g:
will inject the
mysection: machine-name=${DISTRO}_${MACHINE}_${DISTRO_VERSION}
into the manifest as isThe text was updated successfully, but these errors were encountered: