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-22 10:01:03 +0100
commitb8d87e1f00a43162c2cea36488ce41bc0689fdf3 (patch)
tree356c5af27c49ea7946472a371f0fc7ba3ddc58b3
parent54d253076c9f3809423c7b2904ee73c649027084 (diff)
downloadpoky-b8d87e1f00a43162c2cea36488ce41bc0689fdf3.tar.gz
image.bbclass: fix comment "pacackages" -> "packages"
(From OE-Core rev: 114bdccb2723f1479e68e9a0da39c87ef9c51be1) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> 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 353cc67175..67603d958d 100644
--- a/meta/classes/image.bbclass
+++ b/meta/classes/image.bbclass
@@ -38,7 +38,7 @@ IMAGE_FEATURES[validitems] += "debug-tweaks read-only-rootfs read-only-rootfs-de
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