summaryrefslogtreecommitdiff
path: root/poky/documentation/dev-manual/upgrading-recipes.rst
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/dev-manual/upgrading-recipes.rst')
-rw-r--r--poky/documentation/dev-manual/upgrading-recipes.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/poky/documentation/dev-manual/upgrading-recipes.rst b/poky/documentation/dev-manual/upgrading-recipes.rst
index 947ef138ac..4fac78bdfb 100644
--- a/poky/documentation/dev-manual/upgrading-recipes.rst
+++ b/poky/documentation/dev-manual/upgrading-recipes.rst
@@ -117,7 +117,7 @@ The following steps describe how to set up the AUH utility:
class, which is optional, you need to have the following set in
your ``conf/local.conf`` file::
- INHERIT += "testimage"
+ IMAGE_CLASSES += "testimage"
.. note::