Searched full:testsdk (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testsdk.bbclass | 5 # testsdk.bbclass enables testing for SDK and Extensible SDK 9 # $ bitbake <image-name> -c testsdk 17 TESTSDK_CLASS_NAME ?= "oeqa.sdk.testsdk.TestSDK" 18 TESTSDKEXT_CLASS_NAME ?= "oeqa.sdkext.testsdk.TestSDKExt" 37 addtask testsdk 50 bb.build.addtask("testsdk", None, "do_populate_sdk", d)
|
| H A D | testimage.bbclass | 505 inherit testsdk
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | buildtools-tarball.bb | 108 # Directory in testsdk that contains testcases 112 import oeqa.sdk.testsdk 113 testsdk = oeqa.sdk.testsdk.TestSDK() 115 …cases_path = os.path.join(os.path.abspath(os.path.dirname(oeqa.sdk.testsdk.__file__)), d.getVar("T… 116 testsdk.context_executor_class.default_cases = cases_path 118 testsdk.run(d) 120 addtask testsdk
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | intro.rst | 124 …The tests utilize the :ref:`testsdkext <ref-classes-testsdk>` class and the ``do_testsdkext`` task. 152 $ bitbake image -c testsdk 154 The tests utilize the :ref:`testsdk <ref-classes-testsdk>` class and 258 - *testsdk:* 267 $ bitbake image -c testsdk 450 ``testsdk``
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/buildtools-cases/ |
| H A D | README | 1 These test cases are used by buildtools-tarball, and are not used by the testsdk
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/buildtools-docs-cases/ |
| H A D | README | 1 These test cases are used by build-docs-tarball, and are not used by the testsdk
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.6.rst | 318 - Inheriting the ``testimage`` and ``testsdk`` Classes: Best 323 :ref:`testsdk <ref-classes-testsdk>` classes used for automatic
|
| /OK3568_Linux_fs/yocto/meta-clang/.github/workflows/ |
| H A D | yoe.yml | 46 echo IMAGE_CLASSES += \"testimage testsdk\" >> conf/local.conf
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/ |
| H A D | testsdk.py | 7 from oeqa.sdk.testsdk import TestSDKBase
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/ |
| H A D | testsdk.py | 37 class TestSDK(TestSDKBase): class
|
| /OK3568_Linux_fs/yocto/build/conf/include/ |
| H A D | common.conf | 161 #IMAGE_CLASSES += "testimage testsdk"
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/ |
| H A D | local.conf.sample | 161 #IMAGE_CLASSES += "testimage testsdk"
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | classes.rst | 2849 .. _ref-classes-testsdk: 2851 ``testsdk.bbclass`` 2855 kits (SDKs). The ``testsdk`` class runs tests on an SDK when called 2858 $ bitbake -c testsdk image 2863 :term:`INHERIT` to inherit the ``testsdk`` class for automated SDK
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/ |
| H A D | bitbake.conf | 530 …_CLASSES', 'testimage testsdk', True, False, d) or any(x in (d.getVar("BBINCLUDED") or "") for x i…
|