summaryrefslogtreecommitdiffstats
path: root/meta/classes/bootimg.bbclass
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2011-10-02 17:20:38 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-10-04 23:11:11 +0100
commitb6b2ca051be32566df2c5289a2ab5ba4a6b03aa8 (patch)
tree2e7de4d8cfb4578a6b332041e22bd43583709603 /meta/classes/bootimg.bbclass
parent9d1502bccd983158db55f97e9f88a08a27be21ea (diff)
downloadpoky-b6b2ca051be32566df2c5289a2ab5ba4a6b03aa8.tar.gz
bootimg.bbclass: fix comment typo
(From OE-Core rev: 780685bbaf6d6f74aed77c412686592d6b9cf8e5) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/bootimg.bbclass')
-rw-r--r--meta/classes/bootimg.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/bootimg.bbclass b/meta/classes/bootimg.bbclass
index 49ee85ea72..a5ba3cf409 100644
--- a/meta/classes/bootimg.bbclass
+++ b/meta/classes/bootimg.bbclass
@@ -7,7 +7,7 @@
7# 7#
8# End result is two things: 8# End result is two things:
9# 9#
10# 1. A .hddimage file which is an msdos filesystem containing syslinux, a kernel, 10# 1. A .hddimg file which is an msdos filesystem containing syslinux, a kernel,
11# an initrd and a rootfs image. These can be written to harddisks directly and 11# an initrd and a rootfs image. These can be written to harddisks directly and
12# also booted on USB flash disks (write them there with dd). 12# also booted on USB flash disks (write them there with dd).
13# 13#