extra-build-config.md: Remove outdated kernel_configure_variable references

The referenced `kernel_configure_variable` statements were removed in PR #227.

Signed-off-by: Trevor M <45127883+tream2001@users.noreply.github.com>
This commit is contained in:
Trevor M 2026-03-27 20:48:20 -04:00 committed by Khem Raj
parent 6de8362f59
commit 4cb76d18d0

View File

@ -186,12 +186,6 @@ It means that, for those boards, `RPI_USE_U_BOOT = "1"` is not compatible with
To build an initramfs image: To build an initramfs image:
* Set this 3 kernel variables (in kernel's do_configure:prepend in linux-raspberrypi.inc after the line kernel_configure_variable LOCALVERSION "\"\""
)
- kernel_configure_variable BLK_DEV_INITRD y
- kernel_configure_variable INITRAMFS_SOURCE ""
- kernel_configure_variable RD_GZIP y
* Set the yocto variables (e.g. in local.conf) * Set the yocto variables (e.g. in local.conf)
- `INITRAMFS_IMAGE = "<name for your initramfs image>"` - `INITRAMFS_IMAGE = "<name for your initramfs image>"`
- `INITRAMFS_IMAGE_BUNDLE = "1"` - `INITRAMFS_IMAGE_BUNDLE = "1"`