| Message ID | 20260630135447.174067-1-srinuvasan.a@siemens.com |
|---|---|
| State | New |
| Headers | show |
| Series | doc: replace IMAGE_TYPE with IMAGE_FSTYPES | expand |
On 30/06/2026 15:54, srinuvasan.a via isar-users wrote: > From: Srinuvasan A <srinuvasan.a@siemens.com> > > Update the documentation to use IMAGE_FSTYPES instead of IMAGE_TYPE. > Also update image type names to match the current convention, where > the `-img` suffix has been removed (for example, `wic-img` becomes `wic`) > > Signed-off-by: Srinuvasan A <srinuvasan.a@siemens.com> > --- > RECIPE-API-CHANGELOG.md | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md > index 5d2514c0..fc3ff440 100644 > --- a/RECIPE-API-CHANGELOG.md > +++ b/RECIPE-API-CHANGELOG.md > @@ -24,7 +24,7 @@ cross-building. > ### wic image type, removal of manual wic invocation > > Images that are described by wic files are now generated during the build by > -setting `IMAGE_TYPE = "wic-img"`. The manual invocation of wic after the > +setting `IMAGE_FSTYPES = "wic"`. The manual invocation of wic after the > bitbake run is no longer needed nor supported. > > ### Optional kernel installation There were no such a variable (IMAGE_FSTYPES) in v0.6 which this line was for. Rejected.
diff --git a/RECIPE-API-CHANGELOG.md b/RECIPE-API-CHANGELOG.md index 5d2514c0..fc3ff440 100644 --- a/RECIPE-API-CHANGELOG.md +++ b/RECIPE-API-CHANGELOG.md @@ -24,7 +24,7 @@ cross-building. ### wic image type, removal of manual wic invocation Images that are described by wic files are now generated during the build by -setting `IMAGE_TYPE = "wic-img"`. The manual invocation of wic after the +setting `IMAGE_FSTYPES = "wic"`. The manual invocation of wic after the bitbake run is no longer needed nor supported. ### Optional kernel installation