summaryrefslogtreecommitdiffstats
path: root/meta-initramfs
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2023-01-31 16:00:07 +0100
committerKhem Raj <raj.khem@gmail.com>2023-02-01 09:11:49 -0800
commit3a6dd415f1242484e9438190725e754de655185a (patch)
tree927e66b5995fc4e33abf049c592ae330564a5979 /meta-initramfs
parentf05ea5c2e81b72549fa345815d2ae8835a8d7f2c (diff)
downloadmeta-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>
Diffstat (limited to 'meta-initramfs')
-rw-r--r--meta-initramfs/recipes-core/images/initramfs-debug-image.bb2
-rw-r--r--meta-initramfs/recipes-core/images/initramfs-kexecboot-image.bb2
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 601056b7e..fc9e81e5d 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 = ""
11export IMAGE_BASENAME = "initramfs-debug-image" 11export IMAGE_BASENAME = "initramfs-debug-image"
12IMAGE_LINGUAS = "" 12IMAGE_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
16python () { 16python () {
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 dd082ba52..7e6e03d8e 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 @@
1SUMMARY = "Initramfs image for kexecboot kernel" 1SUMMARY = "Initramfs image for kexecboot kernel"
2DESCRIPTION = "This image provides kexecboot (linux as bootloader) and helpers." 2DESCRIPTION = "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
6python () { 6python () {
7 d.setVar("IMAGE_FSTYPES", d.getVar("INITRAMFS_FSTYPES")) 7 d.setVar("IMAGE_FSTYPES", d.getVar("INITRAMFS_FSTYPES"))