mbox series

[0/2] This patch series has two goals.

Message ID 20250206110615.291324-1-pascal.weisser.ext@karlstorz.com
Headers show
Series This patch series has two goals. | expand

Message

Weisser, Pascal Feb. 6, 2025, 11:06 a.m. UTC
First, it sets a weak default value for IMAGE_ROOTFS_MAXSIZE.
This helps the recipe linter oelint-adv from meta-sca to be aware
of the existence of this variable.

See https://github.com/priv-kweihmann/oelint-adv/issues/695 for details.

Note: The chosen weak default value actually imposes no limit on the
size of the images as it equals the empty string.

Second, it adds some documentation for the variable IMAGE_ROOTFS_MAXSIZE.

Weisser, Pascal (2):
  bitbake.conf: Add weak default value for IMAGE_ROOTFS_MAXSIZE
  documentation.conf: Add description for IMAGE_ROOTFS_MAXSIZE variable

 meta/conf/bitbake.conf       | 4 ++++
 meta/conf/documentation.conf | 1 +
 2 files changed, 5 insertions(+)