From b8d87e1f00a43162c2cea36488ce41bc0689fdf3 Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Thu, 13 May 2021 05:30:24 -0400 Subject: image.bbclass: fix comment "pacackages" -> "packages" (From OE-Core rev: 114bdccb2723f1479e68e9a0da39c87ef9c51be1) Signed-off-by: Robert P. J. Day Signed-off-by: Richard Purdie --- meta/classes/image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # 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 -- cgit v1.2.3-54-g00ecf