Lines Matching refs:sdk

10 SDK_RELOCATE_AFTER_INSTALL:task-populate-sdk-ext = "0"
13 SDK_EXT:task-populate-sdk-ext = "-ext"
68 # into the sdk. This allows someone to have their own setup scripts in
77 SDK_DIR:task-populate-sdk-ext = "${WORKDIR}/sdk-ext"
78 B:task-populate-sdk-ext = "${SDK_DIR}"
80 TOOLCHAIN_OUTPUTNAME:task-populate-sdk-ext = "${TOOLCHAINEXT_OUTPUTNAME}"
86 from oe.sdk import get_extra_sdkinfo
106 from oe.sdk import get_extra_sdkinfo
117 SDK_POSTPROCESS_COMMAND:append:task-populate-sdk-ext = " write_target_sdk_ext_manifest; write_host_…
119 SDK_TITLE:task-populate-sdk-ext = "${@d.getVar('DISTRO_NAME') or d.getVar('DISTRO')} Extensible SDK"
158 temp_sdkbasepath = d.getVar('SDK_OUTPUT') + '/tmp-renamed-sdk'
202 # Determine if we're building a derivative extensible SDK (from devtool build-sdk)
348 # this will be the case for the extensible sdk, so turn off the
378 # Allow additional config through sdk-extra.conf
379 fn = bb.cookerdata.findConfigFile('sdk-extra.conf', d)
386 # (Though this is awkward; sdk-extra.conf should probably be used instead)
570 manifest_file = os.path.join(baseoutpath, 'conf', 'sdk-conf-manifest')
646 install -m 0644 ${COREBASE}/meta/files/ext-sdk-prepare.py ${SDK_OUTPUT}/${SDKPATH}
648 do_populate_sdk_ext[file-checksums] += "${COREBASE}/meta/files/ext-sdk-prepare.py:True"
652 # the extensible sdk as root.
654 echo "ERROR: The extensible sdk cannot be installed as root."
687 SDK_PRE_INSTALL_COMMAND:task-populate-sdk-ext = "${sdk_ext_preinst}"
710 # Allow bitbake environment setup to be ran as part of this sdk.
730 …build_env_path} $target_sdk_dir >> $LOGFILE && python3 $target_sdk_dir/ext-sdk-prepare.py $LOGFILE…
732 if [ -e $target_sdk_dir/ext-sdk-prepare.py ]; then
733 rm $target_sdk_dir/ext-sdk-prepare.py
738 SDK_POST_INSTALL_COMMAND:task-populate-sdk-ext = "${sdk_ext_postinst}"
740 SDK_POSTPROCESS_COMMAND:prepend:task-populate-sdk-ext = "copy_buildsystem; install_tools; "
824 # sdk(since the layers are put in the sdk) set the task to nostamp so it
828 SDKEXTDEPLOYDIR = "${WORKDIR}/deploy-${PN}-populate-sdk-ext"
831 SSTATE_SKIP_CREATION:task-populate-sdk-ext = '1'