Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bundle.bbclass: fix variable expansion of RAUC_META_* varflags
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> (cherry picked from commit 8fd3907) Signed-off-by: Enrico Jörns <ejo@pengutronix.de>
- Loading branch information