build_sysext: enable build of OEM images for releases

Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
This commit is contained in:
Thilo Fromm 2024-02-20 16:52:03 +01:00
parent 46cdc59813
commit ef92ea9c21

View File

@ -213,6 +213,7 @@ for package; do
--sysroot="/build/${FLAGS_board}" \
--root-deps=rdeps \
--usepkgonly \
--getbinpkg \
--verbose \
"${package}"
done