summaryrefslogtreecommitdiffstats
path: root/meta/classes/core-image.bbclass
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2012-08-01 05:57:46 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-01 23:11:17 +0100
commit5dc490cdb30e687a5f72da7d4dfac825049c262d (patch)
tree38914e2b639c8233b4926d559150654fe0e956f9 /meta/classes/core-image.bbclass
parentdfd86b645b239b1a935d6304bbd0e3f787a53003 (diff)
downloadpoky-5dc490cdb30e687a5f72da7d4dfac825049c262d.tar.gz
core-image.bbclass: Fix typo in comment, "IMAGE_FEAETURES"
(From OE-Core rev: af274b1b266b5aa661823bd702eacc62cc3aefff) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/core-image.bbclass')
-rw-r--r--meta/classes/core-image.bbclass2
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}"
46PACKAGE_GROUP_qt4-pkgs = "task-core-qt-demos" 46PACKAGE_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
51IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear" 51IMAGE_FEATURES_REPLACES_ssh-server-openssh = "ssh-server-dropbear"
52 52