diff options
| author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2023-01-31 16:00:07 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-02-01 09:11:49 -0800 |
| commit | 3a6dd415f1242484e9438190725e754de655185a (patch) | |
| tree | 927e66b5995fc4e33abf049c592ae330564a5979 | |
| parent | f05ea5c2e81b72549fa345815d2ae8835a8d7f2c (diff) | |
| download | meta-openembedded-3a6dd415f1242484e9438190725e754de655185a.tar.gz | |
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>
| -rw-r--r-- | meta-initramfs/recipes-core/images/initramfs-debug-image.bb | 2 | ||||
| -rw-r--r-- | meta-initramfs/recipes-core/images/initramfs-kexecboot-image.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-initramfs/recipes-core/images/initramfs-debug-image.bb b/meta-initramfs/recipes-core/images/initramfs-debug-image.bb index 601056b7e5..fc9e81e5de 100644 --- a/meta-initramfs/recipes-core/images/initramfs-debug-image.bb +++ b/meta-initramfs/recipes-core/images/initramfs-debug-image.bb | |||
| @@ -11,7 +11,7 @@ IMAGE_FEATURES = "" | |||
| 11 | export IMAGE_BASENAME = "initramfs-debug-image" | 11 | export IMAGE_BASENAME = "initramfs-debug-image" |
| 12 | IMAGE_LINGUAS = "" | 12 | IMAGE_LINGUAS = "" |
| 13 | 13 | ||
| 14 | # Some BSPs use IMAGE_FSTYPES_<machine override> which would override | 14 | # Some BSPs use IMAGE_FSTYPES:<machine override> which would override |
| 15 | # an assignment to IMAGE_FSTYPES so we need anon python | 15 | # an assignment to IMAGE_FSTYPES so we need anon python |
| 16 | python () { | 16 | python () { |
| 17 | d.setVar("IMAGE_FSTYPES", d.getVar("INITRAMFS_FSTYPES")) | 17 | d.setVar("IMAGE_FSTYPES", d.getVar("INITRAMFS_FSTYPES")) |
diff --git a/meta-initramfs/recipes-core/images/initramfs-kexecboot-image.bb b/meta-initramfs/recipes-core/images/initramfs-kexecboot-image.bb index dd082ba529..7e6e03d8e7 100644 --- a/meta-initramfs/recipes-core/images/initramfs-kexecboot-image.bb +++ b/meta-initramfs/recipes-core/images/initramfs-kexecboot-image.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | SUMMARY = "Initramfs image for kexecboot kernel" | 1 | SUMMARY = "Initramfs image for kexecboot kernel" |
| 2 | DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers." | 2 | DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers." |
| 3 | 3 | ||
| 4 | # Some BSPs use IMAGE_FSTYPES_<machine override> which would override | 4 | # Some BSPs use IMAGE_FSTYPES:<machine override> which would override |
| 5 | # an assignment to IMAGE_FSTYPES so we need anon python | 5 | # an assignment to IMAGE_FSTYPES so we need anon python |
| 6 | python () { | 6 | python () { |
| 7 | d.setVar("IMAGE_FSTYPES", d.getVar("INITRAMFS_FSTYPES")) | 7 | d.setVar("IMAGE_FSTYPES", d.getVar("INITRAMFS_FSTYPES")) |
