| /OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/ |
| H A D | resultutils.py | 29 "sdk": ['TESTSERIES', 'TEST_TYPE', 'IMAGE_BASENAME', 'MACHINE', 'SDKMACHINE'], 30 "sdkext": ['TESTSERIES', 'TEST_TYPE', 'IMAGE_BASENAME', 'MACHINE', 'SDKMACHINE'], 36 "sdk": ['TEST_TYPE', 'MACHINE', 'SDKMACHINE', 'IMAGE_BASENAME'], 37 "sdkext": ['TEST_TYPE', 'MACHINE', 'SDKMACHINE', 'IMAGE_BASENAME'],
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdk/ |
| H A D | testsdk.py | 17 'SDKMACHINE': d.getVar("SDKMACHINE"), 35 …guration['TEST_TYPE'], configuration['IMAGE_BASENAME'], configuration['SDKMACHINE'], configuration…
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | appendix-obtain.rst | 121 the :term:`SDKMACHINE` variable 127 SDKMACHINE 130 SDKMACHINE 135 …set to i686 (likely via setting SDKMACHINE) which is different from the architecture of the build …
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/distro/ |
| H A D | poky.conf | 26 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/ |
| H A D | testexport-tarball.bb | 58 if [ "${SDKMACHINE}" = "i686" ]; then
|
| H A D | buildtools-tarball.bb | 95 if [ "${SDKMACHINE}" = "i686" ]; then
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | sanity.bbclass | 820 # Check that the SDKMACHINE is valid, if it is set 821 if d.getVar('SDKMACHINE'): 822 if not check_conf_exists("conf/machine-sdk/${SDKMACHINE}.conf", d): 823 status.addresult('Specified SDKMACHINE value is not valid\n') 825 …status.addresult('SDKMACHINE is set, but SDK_ARCH has not been changed as a result - SDKMACHINE ma…
|
| H A D | populate_sdk_base.bbclass | 40 SDKDEPLOYDIR = "${WORKDIR}/${SDKMACHINE}-deploy-${PN}-populate-sdk" 190 do_populate_sdk[stamp-extra-info] = "${MACHINE_ARCH}${SDKMACHINE}"
|
| H A D | toaster.bbclass | 352 d2.setVar('SSTATE_MANMACH', d2.expand("${MACHINE}${SDKMACHINE}"))
|
| H A D | populate_sdk_ext.bbclass | 747 …the machine being built on - SDK_ARCH is set to %s (likely via setting SDKMACHINE) which is differ…
|
| H A D | buildhistory.bbclass | 792 …sdkvars = "DISTRO DISTRO_VERSION SDK_NAME SDK_VERSION SDKMACHINE SDKIMAGE_FEATURES TOOLCHAIN_HOST_…
|
| H A D | sstate.bbclass | 56 # sdk-provides-dummy-nativesdk and nativesdk-buildtools-perl-dummy overlap for different SDKMACHINE
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | understand-autobuilder.rst | 46 "SDKMACHINE" : "x86_64", 59 ``MACHINE="qemx86-64"`` but with differing SDKMACHINE settings. In step
|
| /OK3568_Linux_fs/yocto/meta-clang/.github/workflows/ |
| H A D | yoe.yml | 58 echo SDKMACHINE = \"aarch64\" >> conf/local.conf
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-buildenv-internal | 112 SDKMACHINE BB_NUMBER_THREADS BB_NO_NETWORK PARALLEL_MAKE GIT_PROXY_COMMAND \
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | sstatetests.py | 259 SDKMACHINE = "x86_64" 271 SDKMACHINE = "i686" 282 # SDKMACHINE changing will change
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/ |
| H A D | bitbake.conf | 170 SDKMACHINE ??= "${BUILD_ARCH}" 393 …[bool(d.getVar('MACHINE'))]}${@['', '/' + str(d.getVar('SDKMACHINE'))][bool(d.getVar('SDKMACHINE')… 819 include conf/machine-sdk/${SDKMACHINE}.conf
|
| H A D | documentation.conf | 376 SDKMACHINE[doc] = "Specifies the architecture (i.e. i686 or x86_64) for which to build SDK and ADT …
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-cross-canadian.inc | 120 # ${D}${libdir}/../lib only seems to appear with SDKMACHINE=i686
|
| /OK3568_Linux_fs/yocto/poky/documentation/overview-manual/ |
| H A D | concepts.rst | 295 :term:`SDKMACHINE` variable. 1115 :term:`SDKMACHINE`. 1393 - :term:`SDKMACHINE`: Specifies 1402 that runs on the :term:`SDKMACHINE`). When you use 1500 :term:`SDKMACHINE`, which might or 1541 run on the :term:`SDKMACHINE`,
|
| /OK3568_Linux_fs/yocto/build/conf/include/ |
| H A D | common.conf | 117 #SDKMACHINE ?= "i686"
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/ |
| H A D | local.conf.sample | 117 #SDKMACHINE ?= "i686"
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | system-requirements.rst | 387 The :term:`SDKMACHINE` variable in your ``local.conf`` file determines
|
| H A D | structure.rst | 725 :term:`SDKMACHINE`. By default, 32-bit and 64-bit x86
|
| H A D | variables.rst | 6599 set this variable. Instead, use :term:`SDKMACHINE`. 6842 :term:`SDKMACHINE` 6844 such that it runs on the target you specify with the :term:`SDKMACHINE` 6855 You cannot set the :term:`SDKMACHINE` 8276 that runs on the :term:`SDKMACHINE`, and each
|