diff options
Diffstat (limited to 'meta/classes/core-image.bbclass')
-rw-r--r-- | meta/classes/core-image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/core-image.bbclass b/meta/classes/core-image.bbclass index 13e45aa23f..b2815b952b 100644 --- a/meta/classes/core-image.bbclass +++ b/meta/classes/core-image.bbclass | |||
@@ -46,7 +46,7 @@ PACKAGE_GROUP_package-management = "${ROOTFS_PKGMANAGE}" | |||
46 | PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos" | 46 | PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos" |
47 | 47 | ||
48 | 48 | ||
49 | # IMAGE_FEAETURES_REPLACES_foo = 'bar1 bar2' | 49 | # IMAGE_FEATURES_REPLACES_foo = 'bar1 bar2' |
50 | # Including image feature foo would replace the image features bar1 and bar2 | 50 | # Including image feature foo would replace the image features bar1 and bar2 |
51 | IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear" | 51 | IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear" |
52 | 52 | ||