Home
last modified time | relevance | path

Searched refs:workspace (Results 26 – 50 of 112) sorted by relevance

12345

/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dpackage.py17 def package(args, config, basepath, workspace): argument
19 check_workspace_recipe(workspace, args.recipename)
H A Dmenuconfig.py33 def menuconfig(args, config, basepath, workspace): argument
47 check_workspace_recipe(workspace, args.component)
H A Dupgrade.py93 def _write_append(rc, srctreebase, srctree, same_dir, no_same_dir, revs, copied, workspace, d): argument
98 appendpath = os.path.join(workspace, 'appends')
335 def _create_new_recipe(newpv, checksums, srcrev, srcbranch, srcsubdir_old, srcsubdir_new, workspace argument
339 path = os.path.join(workspace, 'recipes', bpn)
537 def upgrade(args, config, basepath, workspace): argument
540 if args.recipename in workspace:
556 if pn in workspace:
594 …extract_source(srctree, False, 'devtool-orig', False, config, basepath, workspace, args.fixed_setu…
612 update_unlockedsigs(basepath, workspace, args.fixed_setup, [pn])
625 def latest_version(args, config, basepath, workspace): argument
[all …]
H A Dide_sdk.py84 def _initialize(self, config, workspace, tinfoil): argument
95 def initialize(self, config, workspace, tinfoil): argument
97 self._initialize(config, workspace, tinfoil)
124 def initialize(self, config, workspace, tinfoil): argument
125 super()._initialize(config, workspace, tinfoil)
324 def initialize(self, config, workspace, tinfoil): argument
332 workspace, self.name, bbclassextend=True)
333 self.srctree = workspace[workspacepn]['srctree']
337 self.bbappend = workspace[workspacepn]['bbappend']
849 def ide_setup(args, config, basepath, workspace): argument
[all …]
H A D__init__.py145 def check_workspace_recipe(workspace, pn, checksrc=True, bbclassextend=False): argument
153 for recipe, value in workspace.items():
167 srctree = workspace[workspacepn]['srctree']
337 def update_unlockedsigs(basepath, workspace, fixed_setup, extra=None): argument
362 newunlocked = sorted(list(workspace.keys()) + extra)
/openbmc/linux/lib/
H A Ddecompress_inflate.c82 strm->workspace = malloc(flush ? zlib_inflate_workspacesize() : in __gunzip()
89 if (strm->workspace == NULL) { in __gunzip()
186 free(strm->workspace); in __gunzip()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcudbg_zlib.c45 compress_stream.workspace = pdbg_init->workspace; in cudbg_compress_buff()
H A Dcudbg_if.h84 void *workspace; /* Workspace for zlib */ member
/openbmc/openbmc/poky/scripts/
H A Ddevtool20 workspace = {} variable
90 global workspace
91 workspace = {}
133 workspace[pn] = pnvalues
135 def create_workspace(args, config, basepath, workspace): argument
337 ret = args.func(args, config, basepath, workspace)
/openbmc/openbmc/poky/scripts/esdk-tools/
H A Ddevtool20 workspace = {} variable
90 global workspace
91 workspace = {}
133 workspace[pn] = pnvalues
135 def create_workspace(args, config, basepath, workspace): argument
337 ret = args.func(args, config, basepath, workspace)
/openbmc/linux/drivers/net/ppp/
H A Dppp_deflate.c66 vfree(state->strm.workspace); in z_comp_free()
107 state->strm.workspace = vmalloc(zlib_deflate_workspacesize(-w_size, 8)); in z_comp_alloc()
108 if (state->strm.workspace == NULL) in z_comp_alloc()
282 vfree(state->strm.workspace); in z_decomp_free()
322 state->strm.workspace = vmalloc(zlib_inflate_workspacesize()); in z_decomp_alloc()
323 if (state->strm.workspace == NULL) in z_decomp_alloc()
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0006-apache2-fix-the-race-issue-of-parallel-installation.patch9 | mkdir: cannot create directory `/home/mypc/workspace/poky/build_p4080ds_release/tmp/work/ppce500m…
11 | mkdir: cannot create directory `/home/mypc/workspace/poky/build_p4080ds_release/tmp/work/ppce500m…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/canonical-multitouch/geis/
H A D0001-libgeis-Compare-the-first-character-of-string-to-nul.patch11 | ../../../../../../../workspace/sources/geis/libgeis/geis_v1.c: In function '_v1_subscribe_device':
12 | ../../../../../../../workspace/sources/geis/libgeis/geis_v1.c:613:20: error: comparison between p…
/openbmc/linux/lib/zstd/compress/
H A Dzstd_compress.c77 ZSTD_cwksp workspace; member
130 ZSTD_cwksp_move(&cctx->workspace, &ws); in ZSTD_initStaticCCtx()
196 return (cctx->workspace.workspace == cctx ? 0 : sizeof(*cctx)) in ZSTD_sizeof_CCtx()
197 + ZSTD_cwksp_sizeof(&cctx->workspace) in ZSTD_sizeof_CCtx()
1755 ZSTD_cwksp* const ws = &zc->workspace; in ZSTD_resetCCtx_internal()
2970 BYTE* const wkspStart = (BYTE*)workspace; in ZSTD_buildBlockEntropyStats_literals()
4364 void* workspace) in ZSTD_compress_insertDictionary() argument
4665 return (cdict->workspace.workspace == cdict ? 0 : sizeof(*cdict)) in ZSTD_sizeof_CDict()
4666 + ZSTD_cwksp_sizeof(&cdict->workspace); in ZSTD_sizeof_CDict()
4698 &cdict->workspace, in ZSTD_initCDict_internal()
[all …]
/openbmc/openbmc/poky/meta/recipes-support/gpgme/gpgme/
H A D0001-posix-io.c-Use-off_t-instead-of-off64_t.patch13 ../../../../../../../../workspace/sources/gpgme/src/posix-io.c:77:3: error: unknown type name 'ino6…
18 ../../../../../../../../workspace/sources/gpgme/src/posix-io.c:78:3: error: unknown type name 'off6…
/openbmc/linux/fs/erofs/
H A Ddecompressor_deflate.c37 vfree(strm->z.workspace); in z_erofs_deflate_exit()
79 strm->z.workspace = vmalloc(zlib_inflate_workspacesize()); in z_erofs_load_deflate_config()
80 if (!strm->z.workspace) { in z_erofs_load_deflate_config()
/openbmc/linux/lib/zstd/decompress/
H A Dzstd_decompress_internal.h85 U32 workspace[ZSTD_BUILD_FSE_TABLE_WKSP_SIZE_U32]; member
132 …U32 workspace[HUF_DECOMPRESS_WORKSPACE_SIZE_U32]; /* space needed when building huffman tables */ member
/openbmc/linux/lib/zlib_inflate/
H A Dinfutil.h37 #define WS(strm) ((struct inflate_workspace *)(strm->workspace))
/openbmc/openbmc/poky/meta-selftest/lib/devtool/
H A Dtest.py3 def selftest_reverse(args, config, basepath, workspace): argument
/openbmc/docs/testing/
H A Drun-test-docker.md10 1. Create a workspace directory.
14 2. Change directory to workspace created.
41 1. Change directory to HOME workspace.
/openbmc/openbmc/poky/documentation/sdk-manual/
H A Dextensible.rst268 :ref:`devtool-the-workspace-layer-structure`
336 ``devtool`` workspace.
348 new recipe is placed in the workspace.
406 from the workspace::
451 workspace.
505 workspace::
671 the recipe workspace::
715 the recipe's workspace. Example::
933 workspace.
969 workspace.
[all …]
/openbmc/linux/kernel/module/
H A Ddecompress.c103 s.workspace = kvmalloc(zlib_inflate_workspacesize(), GFP_KERNEL); in module_gzip_decompress()
104 if (!s.workspace) in module_gzip_decompress()
141 kvfree(s.workspace); in module_gzip_decompress()
/openbmc/qemu/roms/
H A Dedk2-build.py250 workspace = os.getcwd()
251 packages = [ workspace, ]
262 if coredir != workspace:
285 os.environ['WORKSPACE'] = workspace
/openbmc/linux/arch/arm/kernel/
H A Dhead-inflate-data.c44 strm->workspace = &state; in __inflate_kernel_data()
/openbmc/openbmc/poky/documentation/dev-manual/
H A Dupgrading-recipes.rst266 NOTE: Creating workspace layer in /home/scottrif/poky/build/workspace
278 NOTE: Upgraded source extracted to /home/scottrif/poky/build/workspace/sources/nano
279 NOTE: New recipe is /home/scottrif/poky/build/workspace/recipes/nano/nano_2.9.3.bb
301 NOTE: nano: compiling from external source tree /home/scottrif/poky/build/workspace/sources/nano
306 however, running ``devtool finish`` cleans up the workspace once the
307 source in your workspace is clean. This usually means using Git to stage
311 following command from the ``${BUILDDIR}/workspace/sources/nano``
324 …NOTE: Leaving source tree /home/scottrif/poky/build/workspace/sources/nano as-is; if you no longer…
327 Using the ``devtool finish`` command cleans up the workspace and creates a patch

12345