diff options
author | Trevor Woerner <twoerner@gmail.com> | 2022-11-17 10:23:24 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-22 15:12:59 +0000 |
commit | ecc93c24b2a2c0341274e69837b0c8f9a3407626 (patch) | |
tree | 1670c0eaee8d543123ca1c836a6809daccb35235 /meta-poky | |
parent | 276e3af23a32d89f499e6a5390cf7a007bb2cccc (diff) | |
download | poky-ecc93c24b2a2c0341274e69837b0c8f9a3407626.tar.gz |
local.conf.sample: update bbclass locations
Update comments indicating where to find various bbclass files.
fixes: f5c1280083 (classes: Update classes to match new bitbake class scope
functionality, 2022-08-10)
(From OE-Core rev: 31eca4926b5f7237915dafcd205a0e4aaf75163e)
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-poky')
-rw-r--r-- | meta-poky/conf/templates/default/local.conf.sample | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-poky/conf/templates/default/local.conf.sample b/meta-poky/conf/templates/default/local.conf.sample index 7be423ffed..f9cb8aa77d 100644 --- a/meta-poky/conf/templates/default/local.conf.sample +++ b/meta-poky/conf/templates/default/local.conf.sample | |||
@@ -143,7 +143,8 @@ DISTRO ?= "poky" | |||
143 | # "debug-tweaks" - make an image suitable for development | 143 | # "debug-tweaks" - make an image suitable for development |
144 | # e.g. ssh root access has a blank password | 144 | # e.g. ssh root access has a blank password |
145 | # There are other application targets that can be used here too, see | 145 | # There are other application targets that can be used here too, see |
146 | # meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details. | 146 | # meta/classes-recipe/image.bbclass and |
147 | # meta/classes-recipe/core-image.bbclass for more details. | ||
147 | # We default to enabling the debugging tweaks. | 148 | # We default to enabling the debugging tweaks. |
148 | EXTRA_IMAGE_FEATURES ?= "debug-tweaks" | 149 | EXTRA_IMAGE_FEATURES ?= "debug-tweaks" |
149 | 150 | ||
@@ -162,7 +163,7 @@ USER_CLASSES ?= "buildstats" | |||
162 | # The build system can test booting virtual machine images under qemu (an emulator) | 163 | # The build system can test booting virtual machine images under qemu (an emulator) |
163 | # after any root filesystems are created and run tests against those images. It can also | 164 | # after any root filesystems are created and run tests against those images. It can also |
164 | # run tests against any SDK that are built. To enable this uncomment these lines. | 165 | # run tests against any SDK that are built. To enable this uncomment these lines. |
165 | # See classes/test{image,sdk}.bbclass for further details. | 166 | # See meta/classes-recipe/test{image,sdk}.bbclass for further details. |
166 | #IMAGE_CLASSES += "testimage testsdk" | 167 | #IMAGE_CLASSES += "testimage testsdk" |
167 | #TESTIMAGE_AUTO:qemuall = "1" | 168 | #TESTIMAGE_AUTO:qemuall = "1" |
168 | 169 | ||