/openbmc/openbmc/poky/scripts/ |
H A D | runqemu-export-rootfs | 46 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/esdk-tools/ |
H A D | runqemu-export-rootfs | 46 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 D | packagegroup-core-sdk.bb | 18 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 D | packagegroup-self-hosted.bb | 20 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 D | toolchain-shar-extract.sh | 118 tail -n +$payload_offset "$0" > sdk.zip 119 if unzip -l sdk.zip;then 120 rm sdk.zip 122 rm sdk.zip && exit 1 246 tail -n +$payload_offset "$0" > sdk.zip 247 if $SUDO_EXEC unzip $EXTRA_TAR_OPTIONS sdk.zip -d $target_sdk_dir;then 248 rm sdk.zip 250 rm sdk.zip && exit 1
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | populate_sdk_base.bbclass | 34 PACKAGE_ARCHS:append:task-populate-sdk = " sdk-provides-dummy-target" 35 SDK_PACKAGE_ARCHS += "sdk-provides-dummy-${SDKPKGSUFFIX}" 42 SDK_DIR = "${WORKDIR}/sdk" 44 SDK_DEPLOY = "${DEPLOY_DIR}/sdk" 48 B:task-populate-sdk = "${SDK_DIR}" 58 nativesdk-packagegroup-sdk-host \ 68 target-sdk-provides-dummy \ 121 from oe.sdk import sdk_list_installed_packages 145 from oe.sdk import sdk_list_installed_packages 163 from oe.sdk import populate_sdk [all …]
|
H A D | populate_sdk_ext.bbclass | 16 SDK_RELOCATE_AFTER_INSTALL:task-populate-sdk-ext = "0" 19 SDK_EXT:task-populate-sdk-ext = "-ext" 83 SDK_DIR:task-populate-sdk-ext = "${WORKDIR}/sdk-ext" 84 B:task-populate-sdk-ext = "${SDK_DIR}" 92 from oe.sdk import get_extra_sdkinfo 112 from oe.sdk import get_extra_sdkinfo 678 # the extensible sdk as root. 758 if [ -e $target_sdk_dir/ext-sdk-prepare.py ]; then 759 rm $target_sdk_dir/ext-sdk-prepare.py 850 # sdk(since the layers are put in the sdk) set the task to nostamp so it [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-test_ctypes.test_find-skip-without-tools-sdk.patch | 4 Subject: [PATCH] test_ctypes.test_find: skip without tools-sdk 8 'tools-sdk' in IMAGE_FEATURES. 26 + @unittest.skip("Needs IMAGE_FEATURE += \"tools-sdk\"") 31 + @unittest.skip("Needs IMAGE_FEATURE += \"tools-sdk\"")
|
/openbmc/openbmc/poky/documentation/sdk-manual/ |
H A D | appendix-obtain.rst | 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`. 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`" 229 core-image-sato-sdk-beaglebone-yocto.tar.bz2 239 ":ref:`sdk-manual/appendix-obtain:locating pre-built sdk installers`" section:: 252 … $ runqemu-extract-sdk ~/Downloads/core-image-sato-sdk-beaglebone-yocto.tar.bz2 ~/beaglebone-sato 263 .. image:: figures/sdk-installed-standard-sdk-directory.png [all …]
|
H A D | appendix-customizing.rst | 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: 186 ":ref:`sdk-manual/extensible:applying updates to an installed extensible sdk`" 194 $ oe-publish-sdk some_path/sdk-installer.sh path_to_shared_http_directory 203 ":ref:`sdk-manual/extensible:applying updates to an installed extensible sdk`" 214 :ref:`populate_sdk_base <ref-classes-populate-sdk-*>` 313 ``devtool sdk-install`` command. [all …]
|
H A D | using.rst | 15 ":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/meta-openembedded/meta-oe/recipes-devtools/packagegroups/ |
H A D | packagegroup-sdk-target.bb | 6 RPROVIDES:${PN} += "packagegroup-native-sdk" 7 RREPLACES:${PN} += "packagegroup-native-sdk" 8 RCONFLICTS:${PN} += "packagegroup-native-sdk"
|
/openbmc/openbmc/poky/documentation/profile-manual/ |
H A D | intro.rst | 34 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/meta-openembedded/meta-oe/recipes-devtools/perfetto/files/ |
H A D | 0001-meson-add-pc-file-for-lib_perfetto.patch | 27 if not fs.is_dir('sdk') 36 sources: 'sdk/perfetto.cc', 43 +install_headers('sdk/perfetto.h')
|
/openbmc/openbmc/meta-aspeed/conf/machine/include/ |
H A D | aspeed.inc | 3 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/openbmc/poky/meta/recipes-core/meta/ |
H A D | nativesdk-sdk-provides-dummy.bb | 1 DUMMYARCH = "sdk-provides-dummy-${SDKPKGSUFFIX}" 15 require dummy-sdk-package.inc
|
H A D | buildtools-tarball.bb | 9 nativesdk-sdk-provides-dummy \ 71 # Generate new (mini) sdk-environment-setup file 116 import oeqa.sdk.testsdk 117 testsdk = oeqa.sdk.testsdk.TestSDK() 119 …cases_path = os.path.join(os.path.abspath(os.path.dirname(oeqa.sdk.testsdk.__file__)), d.getVar("T…
|
/openbmc/inarp/ |
H A D | configure.ac | 28 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 D | crash-cross-canadian_8.0.4.bb | 32 # 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/meta-yadro/meta-vegman/conf/machine/include/ |
H A D | vegman.inc | 38 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/glslang/ |
H A D | glslang_1.3.280.0.bb | 7 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+)+)"
|
/openbmc/openbmc/poky/meta/recipes-graphics/vulkan/ |
H A D | vulkan-tools_1.3.280.0.bb | 9 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=vulkan-sdk-1.3.280;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 D | vulkan-loader_1.3.280.0.bb | 12 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=vulkan-sdk-1.3.280;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/phosphor-event/ |
H A D | configure.ac | 34 AC_ARG_ENABLE([oe-sdk], 35 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit… 41 AC_MSG_ERROR([OECORE_TARGET_SYSROOT must be set with --enable-oe-sdk])
|
/openbmc/openbmc/meta-inventec/meta-transformers/recipes-bsp/u-boot/ |
H A D | u-boot-fw-utils-aspeed-sdk_%.bbappend | 2 # In order to reuse and easily maintain, we use the same patch files among u-boot-aspeed-sdk 3 FILESEXTRAPATHS:append := "${THISDIR}/u-boot-aspeed-sdk:"
|