Home
last modified time | relevance | path

Searched full:sdkmachine (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/scripts/lib/resulttool/
H A Dresultutils.py29 "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 Dtestsdk.py17 'SDKMACHINE': d.getVar("SDKMACHINE"),
35 …guration['TEST_TYPE'], configuration['IMAGE_BASENAME'], configuration['SDKMACHINE'], configuration…
/OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/
H A Dappendix-obtain.rst121 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 Dpoky.conf26 SDK_NAME = "${DISTRO}-${TCLIBC}-${SDKMACHINE}-${IMAGE_BASENAME}-${TUNE_PKGARCH}-${MACHINE}"
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/meta/
H A Dtestexport-tarball.bb58 if [ "${SDKMACHINE}" = "i686" ]; then
H A Dbuildtools-tarball.bb95 if [ "${SDKMACHINE}" = "i686" ]; then
/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dsanity.bbclass820 # 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 Dpopulate_sdk_base.bbclass40 SDKDEPLOYDIR = "${WORKDIR}/${SDKMACHINE}-deploy-${PN}-populate-sdk"
190 do_populate_sdk[stamp-extra-info] = "${MACHINE_ARCH}${SDKMACHINE}"
H A Dtoaster.bbclass352 d2.setVar('SSTATE_MANMACH', d2.expand("${MACHINE}${SDKMACHINE}"))
H A Dpopulate_sdk_ext.bbclass747 …the machine being built on - SDK_ARCH is set to %s (likely via setting SDKMACHINE) which is differ…
H A Dbuildhistory.bbclass792 …sdkvars = "DISTRO DISTRO_VERSION SDK_NAME SDK_VERSION SDKMACHINE SDKIMAGE_FEATURES TOOLCHAIN_HOST_…
H A Dsstate.bbclass56 # sdk-provides-dummy-nativesdk and nativesdk-buildtools-perl-dummy overlap for different SDKMACHINE
/OK3568_Linux_fs/yocto/poky/documentation/test-manual/
H A Dunderstand-autobuilder.rst46 "SDKMACHINE" : "x86_64",
59 ``MACHINE="qemx86-64"`` but with differing SDKMACHINE settings. In step
/OK3568_Linux_fs/yocto/meta-clang/.github/workflows/
H A Dyoe.yml58 echo SDKMACHINE = \"aarch64\" >> conf/local.conf
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-buildenv-internal112 SDKMACHINE BB_NUMBER_THREADS BB_NO_NETWORK PARALLEL_MAKE GIT_PROXY_COMMAND \
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dsstatetests.py259 SDKMACHINE = "x86_64"
271 SDKMACHINE = "i686"
282 # SDKMACHINE changing will change
/OK3568_Linux_fs/yocto/poky/meta/conf/
H A Dbitbake.conf170 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 Ddocumentation.conf376 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 Dgcc-cross-canadian.inc120 # ${D}${libdir}/../lib only seems to appear with SDKMACHINE=i686
/OK3568_Linux_fs/yocto/poky/documentation/overview-manual/
H A Dconcepts.rst295 :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 Dcommon.conf117 #SDKMACHINE ?= "i686"
/OK3568_Linux_fs/yocto/poky/meta-poky/conf/
H A Dlocal.conf.sample117 #SDKMACHINE ?= "i686"
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dsystem-requirements.rst387 The :term:`SDKMACHINE` variable in your ``local.conf`` file determines
H A Dstructure.rst725 :term:`SDKMACHINE`. By default, 32-bit and 64-bit x86
H A Dvariables.rst6599 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

12