summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2025-07-25 05:16:52 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-07-28 17:37:02 +0100
commit13d6d57e43318b1cc03f5d9148613e054397388b (patch)
tree2b2b63212f50fc80db5685dc24b863fb10369803
parent5feae49392a13b7bbd1d8e42b067371b31590cf6 (diff)
downloadpoky-13d6d57e43318b1cc03f5d9148613e054397388b.tar.gz
documentation.conf: drop reference to tar IMAGE_PKGTYPE
tar packaging was removed some time ago. (From OE-Core rev: 137f75d7289169f835a9f522530d8abf050e060a) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/conf/documentation.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/documentation.conf b/meta/conf/documentation.conf
index 2710485227..741130a392 100644
--- a/meta/conf/documentation.conf
+++ b/meta/conf/documentation.conf
@@ -212,7 +212,7 @@ IMAGE_INSTALL[doc] = "Specifies the packages to install into an image. Image rec
212IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process." 212IMAGE_LINGUAS[doc] = "Specifies the list of locales to install into the image during the root filesystem construction process."
213IMAGE_NAME[doc] = "The name of the output image files minus the extension." 213IMAGE_NAME[doc] = "The name of the output image files minus the extension."
214IMAGE_OVERHEAD_FACTOR[doc] = "Defines a multiplier that the build system applies to the initial image size for cases when the multiplier times the returned disk usage value for the image is greater than the sum of IMAGE_ROOTFS_SIZE and IMAGE_ROOTFS_EXTRA_SPACE." 214IMAGE_OVERHEAD_FACTOR[doc] = "Defines a multiplier that the build system applies to the initial image size for cases when the multiplier times the returned disk usage value for the image is greater than the sum of IMAGE_ROOTFS_SIZE and IMAGE_ROOTFS_EXTRA_SPACE."
215IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM, IPK, or TAR) used by the OpenEmbedded build system." 215IMAGE_PKGTYPE[doc] = "Defines the package type (DEB, RPM or IPK) used by the OpenEmbedded build system."
216IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image." 216IMAGE_POSTPROCESS_COMMAND[doc] = "Added by classes to run post processing commands once the OpenEmbedded build system has created the image."
217IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)." 217IMAGE_ROOTFS[doc] = "The location of the root filesystem while it is under construction (i.e. during do_rootfs)."
218IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'." 218IMAGE_ROOTFS_EXTRA_SPACE[doc] = "Defines additional free disk space created in the image in Kbytes. By default, this variable is set to '0'."