Re: [poky] [PATCH 3/4] genericarm64.conf: add "testimage" and "testexport" to default IMAGE_CLASSES
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
On 29 Oct 2024, at 08:05, Mikko Rapeli via lists.yoctoproject.org <[email protected]> wrote: > +# Run oeqa runtime tests outside of the build environment > +IMAGE_CLASSES += "testimage testexport" Sorry, but this isn’t appropriate for the machine configuration. The build configuration or distro can add these classes as needed. Ross