Home
last modified time | relevance | path

Searched refs:sdk (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/openbmc/openbmc/poky/scripts/esdk-tools/
H A Drunqemu-export-rootfs46 if [ ! -d ~/.runqemu-sdk ]; then
47 mkdir -p ~/.runqemu-sdk
51 EXPORTS=~/.runqemu-sdk/exports$NFS_INSTANCE
52 RMTAB=~/.runqemu-sdk/rmtab$NFS_INSTANCE
53 NFSPID=~/.runqemu-sdk/nfs$NFS_INSTANCE.pid
54 MOUNTPID=~/.runqemu-sdk/mount$NFS_INSTANCE.pid
/openbmc/openbmc/poky/scripts/
H A Drunqemu-export-rootfs46 if [ ! -d ~/.runqemu-sdk ]; then
47 mkdir -p ~/.runqemu-sdk
51 EXPORTS=~/.runqemu-sdk/exports$NFS_INSTANCE
52 RMTAB=~/.runqemu-sdk/rmtab$NFS_INSTANCE
53 NFSPID=~/.runqemu-sdk/nfs$NFS_INSTANCE.pid
54 MOUNTPID=~/.runqemu-sdk/mount$NFS_INSTANCE.pid
/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-sdk.bb18 RDEPENDS:packagegroup-core-sdk = "\
31 ${@bb.utils.contains('TARGET_TOOLCHAIN_LANGS', 'go', 'packagegroup-go-sdk-target', '', d)} \
32 ${@bb.utils.contains('TARGET_TOOLCHAIN_LANGS', 'rust', 'packagegroup-rust-sdk-target', '', d)} \
44 RRECOMMENDS:packagegroup-core-sdk = "\
53 # newpkg = pkg.replace('packagegroup-core', 'packagegroup-core-sdk')
55 # # for each of the task packages, add a corresponding sdk task
58 # # for each sdk task, take the rdepends of the non-sdk task, and turn
88 #PACKAGES_DYNAMIC += "^packagegroup-core-sdk-.*"
H A Dpackagegroup-self-hosted.bb20 packagegroup-self-hosted-sdk \
28 packagegroup-self-hosted-sdk \
61 RDEPENDS:packagegroup-self-hosted-sdk = "\
89 RDEPENDS:packagegroup-self-hosted-sdk:append:mingw32 = "\
95 RDEPENDS:packagegroup-self-hosted-sdk:append:libc-glibc = "\
/openbmc/openbmc/poky/meta/files/
H A Dtoolchain-shar-extract.sh118 tail -n +$payload_offset "$0" > sdk.zip
119 if unzip -l sdk.zip;then
120 rm sdk.zip
122 rm sdk.zip && exit 1
252 tail -n +$payload_offset "$0" > sdk.zip
253 if $SUDO_EXEC unzip $EXTRA_TAR_OPTIONS sdk.zip -d $target_sdk_dir;then
254 rm sdk.zip
256 rm sdk.zip && exit 1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/files/
H A D0001-fix-musl-build.patch10 sdk/perfetto.cc | 1 -
14 diff --git a/sdk/perfetto.cc b/sdk/perfetto.cc
16 --- a/sdk/perfetto.cc
17 +++ b/sdk/perfetto.cc
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dappendix-obtain.rst11 ":ref:`sdk-manual/extensible:Setting up the Extensible SDK environment directly in a Yocto build`"
76 ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`"
78 ":ref:`sdk-manual/appendix-obtain:installed extensible sdk directory structure`"
156 ``tmp/deploy/sdk`` in the :term:`Build Directory`.
173 ``tmp/deploy/sdk`` in the :term:`Build Directory`. Here is an example::
175 $ cd poky/build/tmp/deploy/sdk
180 ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`"
182 ":ref:`sdk-manual/appendix-obtain:installed extensible sdk directory structure`"
226 hardware and your image is a ``core-image-sato-sdk`` image, you can
229 core-image-sato-sdk-beaglebone-yocto.tar.bz2
[all …]
H A Dappendix-customizing.rst14 ":ref:`sdk-manual/extensible:Installing the Extensible SDK`"
54 Additionally, the contents of ``conf/sdk-extra.conf``, when present, are
56 without any filtering. The ``sdk-extra.conf`` file is particularly
104 ":ref:`sdk-manual/appendix-customizing:providing additional installable extensible sdk content`"
111 …":ref:`sdk-manual/appendix-customizing:providing updates to the extensible sdk after installation`"
139 installer, see the ":ref:`sdk-manual/appendix-obtain:building an sdk installer`"
148 :ref:`populate_sdk_base <ref-classes-populate-sdk-*>`
173 ``devtool sdk-update`` command:
184 the user does not have to pass the URL to the ``devtool sdk-update``
186 ":ref:`sdk-manual/extensible:applying updates to an installed extensible sdk`"
[all …]
H A Dusing.rst15 ":ref:`sdk-manual/intro:introduction`" section.
19 ":ref:`sdk-manual/working-projects:using the sdk toolchain directly`" chapter
35 ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`"
86 ":ref:`sdk-manual/appendix-obtain:building an sdk installer`"
120 ":ref:`sdk-manual/appendix-obtain:installed standard sdk directory structure`"
146 ":ref:`sdk-manual/appendix-obtain:installed extensible sdk directory structure`"
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dpopulate_sdk_base.bbclass41 PACKAGE_ARCHS:append:task-populate-sdk = " sdk-provides-dummy-target"
42 SDK_PACKAGE_ARCHS += "sdk-provides-dummy-${SDKPKGSUFFIX}"
49 SDK_DIR = "${WORKDIR}/sdk"
51 SDK_DEPLOY = "${DEPLOY_DIR}/sdk"
53 SDKDEPLOYDIR = "${WORKDIR}/${SDKMACHINE}-deploy-${PN}-populate-sdk"
55 B:task-populate-sdk = "${SDK_DIR}"
65 nativesdk-packagegroup-sdk-host \
72 ${@multilib_pkg_extend(d, 'packagegroup-core-standalone-sdk-target')} \
73 …${@bb.utils.contains('SDK_TOOLCHAIN_LANGS', 'go', multilib_pkg_extend(d, 'packagegroup-go-sdk-targ…
75 target-sdk-provides-dummy \
[all …]
H A Dcreate-spdx-sdk-3.0.bbclass12 POPULATE_SDK_POST_HOST_COMMAND:append:task-populate-sdk = " sdk_host_create_spdx"
13 POPULATE_SDK_POST_TARGET_COMMAND:append:task-populate-sdk = " sdk_target_create_spdx"
19 POPULATE_SDK_POST_HOST_COMMAND:append:task-populate-sdk-ext = " sdk_ext_host_create_spdx"
20 POPULATE_SDK_POST_TARGET_COMMAND:append:task-populate-sdk-ext = " sdk_ext_target_create_spdx"
H A Dpopulate_sdk_ext.bbclass16 SDK_RELOCATE_AFTER_INSTALL:task-populate-sdk-ext = "0"
19 SDK_EXT:task-populate-sdk-ext = "-ext"
74 # into the sdk. This allows someone to have their own setup scripts in
83 SDK_DIR:task-populate-sdk-ext = "${WORKDIR}/sdk-ext"
84 B:task-populate-sdk-ext = "${SDK_DIR}"
86 TOOLCHAIN_OUTPUTNAME:task-populate-sdk-ext = "${TOOLCHAINEXT_OUTPUTNAME}"
92 from oe.sdk import get_extra_sdkinfo
112 from oe.sdk import get_extra_sdkinfo
123 SDK_POSTPROCESS_COMMAND:append:task-populate-sdk-ext = " write_target_sdk_ext_manifest write_host_s…
125 SDK_TITLE:task-populate-sdk-ext = "${@d.getVar('DISTRO_NAME') or d.getVar('DISTRO')} Extensible SDK"
[all …]
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dintro.rst34 Most of the tools are available only in ``sdk`` images or in images built
37 an ``sdk`` image, perhaps one of::
39 $ bitbake core-image-sato-sdk
40 $ bitbake core-image-weston-sdk
41 $ bitbake core-image-rt-sdk
48 If you use the ``tools-profile`` method, you don't need to build an sdk image ---
49 the tracing and profiling tools will be included in non-sdk images as well e.g.::
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-test_ctypes.test_find-skip-without-tools-sdk.patch4 Subject: [PATCH] test_ctypes.test_find: skip without tools-sdk
8 'tools-sdk' in IMAGE_FEATURES.
25 + @unittest.skip("Needs IMAGE_FEATURE += \"tools-sdk\"")
30 + @unittest.skip("Needs IMAGE_FEATURE += \"tools-sdk\"")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/packagegroups/
H A Dpackagegroup-sdk-target.bb6 RPROVIDES:${PN} += "packagegroup-native-sdk"
7 RREPLACES:${PN} += "packagegroup-native-sdk"
8 RCONFLICTS:${PN} += "packagegroup-native-sdk"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/perfetto/libperfetto/
H A D0001-meson-add-pc-file-for-lib_perfetto.patch28 if not fs.is_dir('sdk')
37 sources: 'sdk/perfetto.cc',
44 +install_headers('sdk/perfetto.h')
/openbmc/openbmc/meta-aspeed/conf/machine/include/
H A Daspeed.inc3 PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-aspeed-sdk"
4 PREFERRED_PROVIDER_u-boot ?= "u-boot-aspeed-sdk"
5 PREFERRED_PROVIDER_u-boot-fw-utils ?= "u-boot-fw-utils-aspeed-sdk"
/openbmc/inarp/
H A Dconfigure.ac28 AC_ARG_ENABLE([oe-sdk],
29 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
35 AC_MSG_ERROR([OECORE_TARGET_SYSROOT must be set with --enable-oe-sdk])
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/
H A Dcrash-cross-canadian_8.0.5.bb32 # To ship crash into your sdk, you should create/update a packagegroup-cross-canadian.bbappend and
37 # You should also add some kernel packages in your sdk, add the followng in your conf/local.conf:
45 # After sourcing the sdk environment script, you can analyze a kernel panic dump with
/openbmc/openbmc/poky/meta/recipes-core/meta/
H A Dnativesdk-sdk-provides-dummy.bb1 DUMMYARCH = "sdk-provides-dummy-${SDKPKGSUFFIX}"
15 require dummy-sdk-package.inc
H A Dbuildtools-tarball.bb9 nativesdk-sdk-provides-dummy \
71 # Generate new (mini) sdk-environment-setup file
119 import oeqa.sdk.testsdk
120 testsdk = oeqa.sdk.testsdk.TestSDK()
122 …cases_path = os.path.join(os.path.abspath(os.path.dirname(oeqa.sdk.testsdk.__file__)), d.getVar("T…
/openbmc/openbmc/meta-yadro/meta-vegman/conf/machine/include/
H A Dvegman.inc38 PREFERRED_PROVIDER_virtual/bootloader = "u-boot-aspeed-sdk"
39 PREFERRED_PROVIDER_u-boot = "u-boot-aspeed-sdk"
40 PREFERRED_PROVIDER_u-boot-fw-utils = "u-boot-fw-utils-aspeed-sdk"
/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/
H A Dvulkan-tools_1.3.296.0.bb9 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=vulkan-sdk-1.3.296;protocol=https"
35 # The tags versions should always be sdk-x.y.z, as this is what
37 UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
H A Dvulkan-loader_1.3.296.0.bb12 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=vulkan-sdk-1.3.296;protocol=https"
41 # The tags versions should always be sdk-x.y.z, as this is what
43 UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"
/openbmc/openbmc/poky/meta/recipes-graphics/glslang/
H A Dglslang_1.3.296.0.bb7 HOMEPAGE = "https://www.khronos.org/opengles/sdk/tools/Reference-Compiler"
19 # The tags versions should always be sdk-x.y.z, as this is what
21 UPSTREAM_CHECK_GITTAGREGEX = "sdk-(?P<pver>\d+(\.\d+)+)"

12345678910>>...12