mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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:
@@ -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"))
|
||||
|
||||
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user