From: Robert P. J. Day Date: Thu, 13 May 2021 09:30:24 +0000 (-0400) Subject: image.bbclass: fix comment "pacackages" -> "packages" X-Git-Tag: 2020-04.8-dunfell~5 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=f0a53e39130d73eba774e97249e0fd472ca5b66d;p=openembedded-core.git image.bbclass: fix comment "pacackages" -> "packages" Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie (cherry picked from commit 5c5f0d21799c2bff6875ef9fdc22d11035ea3320) Signed-off-by: Steve Sakoman --- 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 # Generate companion debugfs? IMAGE_GEN_DEBUGFS ?= "0" -# These pacackages will be installed as additional into debug rootfs +# These packages will be installed as additional into debug rootfs IMAGE_INSTALL_DEBUGFS ?= "" # These packages will be removed from a read-only rootfs after all other