summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2021-05-13 05:30:24 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-20 12:36:42 +0100
commited808ad2f3dd6c81bb8159ee728e1a34f03a934a (patch)
tree406bffb36eee74f9863b9a130635719b6da06827
parent3b9c61c5878df208c57c3d61d8b8eaea35e49045 (diff)
downloadpoky-ed808ad2f3dd6c81bb8159ee728e1a34f03a934a.tar.gz
image.bbclass: fix comment "pacackages" -> "packages"
(From OE-Core rev: f0a53e39130d73eba774e97249e0fd472ca5b66d) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 5c5f0d21799c2bff6875ef9fdc22d11035ea3320) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/classes/image.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass
index 98513ddf08..1900eff412 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -38,7 +38,7 @@ IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs stateless-rootfs em
38# Generate companion debugfs? 38# Generate companion debugfs?
39IMAGE_GEN_DEBUGFS ?= "0" 39IMAGE_GEN_DEBUGFS ?= "0"
40 40
41# These pacackages will be installed as additional into debug rootfs 41# These packages will be installed as additional into debug rootfs
42IMAGE_INSTALL_DEBUGFS ?= "" 42IMAGE_INSTALL_DEBUGFS ?= ""
43 43
44# These packages will be removed from a read-only rootfs after all other 44# These packages will be removed from a read-only rootfs after all other