Searched +full:sstate +full:- +full:cache +full:- +full:management (Results 1 – 15 of 15) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | sstate-cache-management.sh | 5 # SPDX-License-Identifier: GPL-2.0-only 18 Welcome to sstate cache management utilities. 19 sstate-cache-management.sh <OPTION> 22 -h, --help 25 --cache-dir=<sstate cache dir> 26 Specify sstate cache directory, will use the environment 29 --extra-archs=<arch1>,<arch2>...<archn> 35 --extra-layer=<layer1>,<layer2>...<layern> 37 it will search the meta and meta-* layers in the top dir by 38 default, and will search meta, meta-*, <layer1>, <layer2>, [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | sstatetests.py | 2 # SPDX-License-Identifier: MIT 12 from oeqa.selftest.cases.sstate import SStateBase 27 self.add_command_to_tearDown('bitbake-layers remove-layer %s' % tempdir) 29 runCmd('bitbake-layers add-layer %s' % tempdir) 31 # Use dbus-wait as a local git repo we can add a commit between two builds in 32 pn = 'dbus-wait' 34 url = 'git://git.yoctoproject.org/dbus-wait' 37 result = runCmd('git reset --hard %s' % srcrev, cwd=srcdir) 40 … recipefile = os.path.join(tempdir, "recipes-test", "dbus-wait-test", 'dbus-wait-test_git.bb') 43 result = runCmd(['recipetool', 'create', '-o', recipefile, srcuri]) [all …]
|
| /OK3568_Linux_fs/yocto/meta-clang/.github/workflows/ |
| H A D | yoe.yml | 8 - master 11 - master 15 runs-on: [self-hosted, Linux] 16 timeout-minutes: 720 18 - name: Fetch Repo Name 19 id: repo-name 20 … run: echo "::set-output name=value::$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" 21 - name: Checkout 24 fetch-depth: 0 26 - name: checkout yoe [all …]
|
| /OK3568_Linux_fs/yocto/build/conf/include/ |
| H A D | common.conf | 27 #MACHINE ?= "qemux86-64" 32 #MACHINE ?= "beaglebone-yocto" 34 #MACHINE ?= "genericx86-64" 37 # This sets the default machine to be qemux86-64 if no other machine is selected: 38 MACHINE ??= "qemux86-64" 54 # Where to place shared-state files 57 # This is done using "shared state" files which can be thought of as cache objects 65 # The default is a sstate-cache directory under TOPDIR. 67 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 94 # DISTRO ?= "poky-bleeding" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/ |
| H A D | local.conf.sample | 27 #MACHINE ?= "qemux86-64" 32 #MACHINE ?= "beaglebone-yocto" 34 #MACHINE ?= "genericx86-64" 37 # This sets the default machine to be qemux86-64 if no other machine is selected: 38 MACHINE ??= "qemux86-64" 54 # Where to place shared-state files 57 # This is done using "shared state" files which can be thought of as cache objects 65 # The default is a sstate-cache directory under TOPDIR. 67 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 94 # DISTRO ?= "poky-bleeding" [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/overview-manual/ |
| H A D | concepts.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 8 beyond the surface of "how-to" information and reference (or look-up) 11 cross-development toolchains, shared state cache, and so forth are 19 :term:`OpenEmbedded-Core (OE-Core)`. This section 26 - *Recipes:* Provides details about particular pieces of software. 28 - *Class Data:* Abstracts common build information (e.g. how to build a 31 - *Configuration Data:* Defines machine-specific settings, policy 37 ":ref:`dev-manual/common-tasks:understanding and creating layers`" 43 ":ref:`overview-manual/concepts:openembedded build system concepts`" 47 ------- [all …]
|
| H A D | yp-intro.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 11 developers create custom Linux-based systems that are designed for 20 archival and management benefits, and customizations used for speed, 26 .. image:: figures/key-dev-elements.png 31 …ticle <https://www.embedded.com/electronics-blogs/say-what-/4458600/Why-the-Yocto-Project-for-my-I… 39 -------- 43 - *Widely Adopted Across the Industry:* Many semiconductor, operating 50 - *Architecture Agnostic:* Yocto Project supports Intel, ARM, MIPS, 59 - *Images and Code Transfer Easily:* Yocto Project output can easily 68 - *Flexibility:* Corporations use the Yocto Project many different [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | classes.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 29 .. _ref-classes-allarch: 35 architecture-specific output. The class disables functionality that is 37 building the cross-compiler and a C library as pre-requisites, and 47 even if the recipes do not produce architecture-specific output. 55 By default, all recipes inherit the :ref:`base <ref-classes-base>` and 56 :ref:`package <ref-classes-package>` classes, which enable 62 .. _ref-classes-archiver: 71 ":ref:`dev-manual/common-tasks:maintaining open source license compliance during your product's lif… 76 .. _ref-classes-autotools: [all …]
|
| H A D | variables.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 10 :term:`A <ABIEXTENSION>` :term:`B` :term:`C <CACHE>` 27 ``meta/conf/machine/include/arm/arch-arm.inc`` file sets the 39 Like all package-controlling variables, you must always use them in 43 ALLOW_EMPTY:${PN}-dev = "1" 44 ALLOW_EMPTY:${PN}-staticdev = "1" 51 commands can co-exist. 60 ":ref:`ref-classes-update-alternatives`" 80 ":ref:`ref-classes-update-alternatives`" 96 ":ref:`ref-classes-update-alternatives`" [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | intro.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 23 release date. This manual is a work-in-progress and is being initially 27 - *yocto-autobuilder2:* This 28 :yocto_git:`README.md </yocto-autobuilder2/tree/README.md>` 30 Autobuilder. The ``yocto-autobuilder2`` repository represents the 35 - *yocto-autobuilder-helper:* This :yocto_git:`README </yocto-autobuilder-helper/tree/README/>` 37 configuration. The ``yocto-autobuilder-helper`` repository contains 58 drive its integration and testing. Buildbot Nine has a plug-in interface 60 ``yocto-autobuilder2`` repository, adding its own console UI plugin. The 61 resulting UI plug-in allows you to visualize builds in a way suited to [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 21 ":ref:`overview-manual/yp-intro:the yocto project layer model`" 25 ----------------------- 33 layer-creation tools, see the 34 ":ref:`bsp-guide/bsp:creating a new bsp layer using the \`\`bitbake-layers\`\` script`" 36 …Guide and the ":ref:`dev-manual/common-tasks:creating a general layer using the \`\`bitbake-layers… 54 the string "meta-". For example:: 56 meta-mylayer 57 meta-GUI_xyz 58 meta-mymachine [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.2.rst | 7 .. _migration-2.2-minimum-kernel-version: 10 ---------------------- 14 AArch64-based targets the version is 3.14. For Nios II-based targets, 22 .. _migration-2.2-staging-directories-in-sysroot-simplified: 25 -------------------------------------------------- 31 :oe_lists:`v2 patch series on the OE-Core Mailing List 32 </pipermail/openembedded-core/2016-May/121365.html>` 35 .. _migration-2.2-removal-of-old-images-from-tmp-deploy-now-enabled: 38 ------------------------------------------------------------------- 44 .. _migration-2.2-python-changes: [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/ |
| H A D | models.py | 6 # SPDX-License-Identifier: GPL-2.0-only 85 … r'(?:(?:[A-Z0-9](?:[A-Z0-9-]{0,61}[A-Z0-9])?\.)+(?:[A-Z]{2,6}\.?|[A-Z0-9-]{2,}\.?)|' # domain... 88 r'\[?[A-F0-9]*:[A-F0-9:]+\]?)' # ...or ipv6 220 return Build.objects.filter( project = self.id ).order_by('-completed_on')[0].id 222 return( -1 ) 226 if (-1 == build_id): 235 if (-1 == build_id): 244 if (-1 == build_id): 253 if (-1 == build_id): 270 if (-1 == build_id): [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | views.py | 6 # SPDX-License-Identifier: GPL-2.0-only 44 # setting this to False enables additional non-standard mimetypes 49 # or 'application/octet-stream' if the type couldn't be guessed 55 guessed_type = 'application/octet-stream' 68 # in build mode, we redirect to the command-line builds page 73 # we only redirect to projects page if there is a user-generated project 79 return redirect(reverse('all-projects'), permanent = False) 82 return redirect(reverse('all-builds'), permanent = False) 151 if (page.number - i) > 0: 152 page.page_range = [page.number -i] + page.page_range [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/sdk-manual/ |
| H A D | extensible.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 17 For a side-by-side comparison of main features supported for an 19 :ref:`sdk-manual/intro:introduction` section. 24 ":ref:`sdk-manual/working-projects:using the sdk toolchain directly`" chapter 30 The extensible SDK provides a cross-development toolchain and libraries 47 You can download a tarball installer, which includes the pre-built 50 :yocto_dl:`toolchain </releases/yocto/yocto-&DISTRO;/toolchain/>` directory within the Index of 51 Releases. Toolchains are available for several 32-bit and 64-bit 54 ``core-image-sato`` and ``core-image-minimal`` images and contain 60 An extensible SDK has the string "-ext" as part of the name. Following [all …]
|