diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-08-04 20:21:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-14 12:04:23 +0100 |
commit | ed6482821c1cc04d3cd35f6b30631a4d09b594d1 (patch) | |
tree | 995f3e1b89cffe2db4456561e6c09bdeb11de956 /documentation/test-manual | |
parent | 134da15e223097d77ae2b357360fc079d3402cb8 (diff) | |
download | poky-ed6482821c1cc04d3cd35f6b30631a4d09b594d1.tar.gz |
test-manual: overrides syntax updates
Updated with openembedded-core/scripts/contrib/convert-overrides.py
(From yocto-docs rev: 4bb16d0d1a0b8a42f20f39d79c642d612074565a)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/test-manual')
-rw-r--r-- | documentation/test-manual/understand-autobuilder.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/test-manual/understand-autobuilder.rst b/documentation/test-manual/understand-autobuilder.rst index c158d9ce4d..b6809ce7bd 100644 --- a/documentation/test-manual/understand-autobuilder.rst +++ b/documentation/test-manual/understand-autobuilder.rst | |||
@@ -27,7 +27,7 @@ which looks like:: | |||
27 | "TEMPLATE" : "arch-qemu", | 27 | "TEMPLATE" : "arch-qemu", |
28 | "step1" : { | 28 | "step1" : { |
29 | "extravars" : [ | 29 | "extravars" : [ |
30 | "IMAGE_FSTYPES_append = ' wic wic.bmap'" | 30 | "IMAGE_FSTYPES:append = ' wic wic.bmap'" |
31 | ] | 31 | ] |
32 | } | 32 | } |
33 | }, | 33 | }, |