mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02: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:
parent
f05ea5c2e8
commit
3a6dd415f1
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue
Block a user