diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-07 13:55:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-09 14:06:50 +0100 |
commit | 00052fe69582f238166511e733d3ba875cbe0ad2 (patch) | |
tree | 8fa6e3bedf922d0501028c8d4b52ce1b68c6a0c6 /meta | |
parent | 814d89bcbacb559775ad1b46f2163eaa7fae7f34 (diff) | |
download | poky-00052fe69582f238166511e733d3ba875cbe0ad2.tar.gz |
core-image-minimal-initramfs: Remove odd quote characters
The quote characters present trigger python 3 characters type warnings,
we don't need them so replace them with normal quote characters.
(From OE-Core rev: 3c104443506cb89d72944e46096a94a80838a707)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/images/core-image-minimal-initramfs.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/images/core-image-minimal-initramfs.bb b/meta/recipes-core/images/core-image-minimal-initramfs.bb index 6de24b3211..46a9dc41c2 100644 --- a/meta/recipes-core/images/core-image-minimal-initramfs.bb +++ b/meta/recipes-core/images/core-image-minimal-initramfs.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | # Simple initramfs image. Mostly used for live images. | 1 | # Simple initramfs image. Mostly used for live images. |
2 | DESCRIPTION = "Small image capable of booting a device. The kernel includes \ | 2 | DESCRIPTION = "Small image capable of booting a device. The kernel includes \ |
3 | the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \ | 3 | the Minimal RAM-based Initial Root Filesystem (initramfs), which finds the \ |
4 | first “init” program more efficiently." | 4 | first 'init' program more efficiently." |
5 | 5 | ||
6 | IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install initramfs-live-install-efi busybox udev base-passwd" | 6 | IMAGE_INSTALL = "initramfs-live-boot initramfs-live-install initramfs-live-install-efi busybox udev base-passwd" |
7 | 7 | ||