initramfs-{debug,kexecboot}-image: fix override syntax in comment

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ulrich Ölmann 2023-01-31 16:00:07 +01:00 committed by Khem Raj
parent f05ea5c2e8
commit 3a6dd415f1
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ IMAGE_FEATURES = ""
export IMAGE_BASENAME = "initramfs-debug-image"
IMAGE_LINGUAS = ""
# Some BSPs use IMAGE_FSTYPES_<machine override> which would override
# Some BSPs use IMAGE_FSTYPES:<machine override> which would override
# an assignment to IMAGE_FSTYPES so we need anon python
python () {
d.setVar("IMAGE_FSTYPES", d.getVar("INITRAMFS_FSTYPES"))

View File

@ -1,7 +1,7 @@
SUMMARY = "Initramfs image for kexecboot kernel"
DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers."
# Some BSPs use IMAGE_FSTYPES_<machine override> which would override
# Some BSPs use IMAGE_FSTYPES:<machine override> which would override
# an assignment to IMAGE_FSTYPES so we need anon python
python () {
d.setVar("IMAGE_FSTYPES", d.getVar("INITRAMFS_FSTYPES"))