mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3b9c61c587
commit
ed808ad2f3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user