From: Srinuvasan A <
srinuv...@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 <
srinuv...@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
--
2.34.1