/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/ |
H A D | gomod.py | 4 The gomod/gomodgit fetchers are used to download Go modules to the module cache 14 - version 19 - mod 21 The go command may need to download go.mod files for many different modules 26 - sha256sum 31 - protocol 33 The default is "https" for git. 35 - repo 39 - srcrev 43 - subdir [all …]
|
H A D | gitsm.py | 2 BitBake 'Fetch' git submodules implementation 4 Inherits from and extends the Git fetcher to retrieve submodules of a git repository 7 SRC_URI = "gitsm://<see Git fetcher for syntax>" 9 See the Git fetcher, git://, for usage documentation. 11 NOTE: Switching a SRC_URI from "git://" to "gitsm://" requires a clean of your recipe. 17 # SPDX-License-Identifier: GPL-2.0-only 25 from bb.fetch2.git import Git 30 class GitSM(Git): 33 Check to see if a given url can be fetched with git. 74 …module_hash = runfetchcmd("%s ls-tree -z -d %s %s" % (ud.basecmd, ud.revisions[name], md['path']),… [all …]
|
H A D | __init__.py | 11 # SPDX-License-Identifier: GPL-2.0-only 19 if 'git' not in urllib.parse.uses_netloc: 20 urllib.parse.uses_netloc.append('git') 192 git:relative/path.git (IETF compliant) 193 git:///absolute/path.git (IETF compliant) 207 _relative_schemes = ['file', 'git'] 239 # file://foo.diff -> file:foo.diff 368 if locidx != -1 and type.lower() != 'file': 434 # 0 - type, 1 - host, 2 - path, 3 - user, 4- pswd, 5 - params 482 result_decoded[loc] = path[1:-len(uri_basename)] + basename [all …]
|
H A D | repo.py | 2 BitBake "Fetch" repo (git) implementation 8 # Based on git.py which is: 11 # SPDX-License-Identifier: GPL-2.0-only 21 """Class to fetch a module or modules from repo (git) repositories""" 30 We don"t care about the git rev of the manifests repository, but 38 ud.proto = ud.parm.get('protocol', 'git') 46 def download(self, ud, d): member in Repo 65 …bb.fetch2.check_network_access(d, "%s init -m %s -b %s -u %s://%s%s%s" % (ud.basecmd, ud.manifest,… 66 …runfetchcmd("%s init -m %s -b %s -u %s://%s%s%s" % (ud.basecmd, ud.manifest, ud.branch, ud.proto, … 75 tar_flags = "--exclude='.repo' --exclude='.git'" [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | fetch.py | 6 # SPDX-License-Identifier: GPL-2.0-only 161 "cvs://anoncvs:anonymous@cvs.handhelds.org/cvs;tag=V0-99-81;module=familiar/dist/ipkg": { 162 … 'uri': 'cvs://anoncvs:anonymous@cvs.handhelds.org/cvs;tag=V0-99-81;module=familiar/dist/ipkg', 172 ('tag', 'V0-99-81'), 222 "git:///path/example.git": { 223 'uri': 'git:///path/example.git', 224 'scheme': 'git', 228 'path': '/path/example.git', 237 "git:path/example.git": { 238 'uri': 'git:path/example.git', [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
H A D | download.patch | 4 Subject: [PATCH] opencv: abort configure if we need to download 6 This CMake module will download files during do_configure. This is bad as it 11 Upstream-Status: Pending 12 Signed-off-by: Ross Burton <ross.burton@intel.com> 14 --- 18 diff --git a/cmake/OpenCVDownload.cmake b/cmake/OpenCVDownload.cmake 20 --- a/cmake/OpenCVDownload.cmake 22 @@ -14,6 +14,7 @@ 23 # RELATIVE_URL - if set, then URL is treated as a base, and FILENAME will be appended to it 24 # Note: uses OPENCV_DOWNLOAD_PATH folder as cache, default is <opencv>/.cache [all …]
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | gitlab-ci.yml | 2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa 3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha edfbf74df1d4d6ce54ffe24566108be0e1a98c3d 5 UPSTREAM_REPO: git://anongit.freedesktop.org/drm/drm 6 TARGET_BRANCH: drm-next 10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/anholt/deqp-runner.git 13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs 14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb 16 CI_PRE_CLONE_SCRIPT: |- 17 set -o xtrace 18 …-L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${DRM_CI_PROJECT_URL}/-/raw/${DRM_CI_COMMIT… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/opencv/ |
H A D | opencv_4.10.0.bb | 5 LICENSE = "Apache-2.0" 11 DEPENDS = "libtool swig-native bzip2 zlib glib-2.0 libwebp" 18 SRCREV_wechat-qrcode = "a8b69ccc738421293254aec5ddb38bd523503252" 22 SRC_URI = "git://github.com/opencv/opencv.git;name=opencv;branch=4.x;protocol=https \ 23 …git://github.com/opencv/opencv_contrib.git;destsuffix=git/contrib;name=contrib;branch=4.x;protocol… 24 …git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_boostdesc_20161012;destsuff… 25 …git://github.com/opencv/opencv_3rdparty.git;branch=contrib_xfeatures2d_vgg_20160317;destsuffix=git… 26 …git://github.com/opencv/opencv_3rdparty.git;branch=contrib_face_alignment_20170818;destsuffix=git/… 27 …git://github.com/WeChatCV/opencv_3rdparty.git;branch=wechat_qrcode;destsuffix=git/wechat_qrcode;na… 28 file://0003-To-fix-errors-as-following.patch \ [all …]
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | windows.yml | 1 msys2-64bit: 4 - saas-windows-medium-amd64 5 cache: 8 - msys64/var/cache 9 - ccache 20 CONFIGURE_ARGS: --disable-system --enable-tools -Ddebug=false -Doptimization=0 21 # The Windows git is a bit older so override the default 22 GIT_FETCH_EXTRA_FLAGS: --no-tags --prune --quiet 24 name: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" 27 - build/meson-logs/testlog.txt [all …]
|
H A D | buildtest-template.yml | 5 cache: 7 - ccache 11 - source scripts/ci/gitlab-ci-section 12 - section_start setup "Pre-script setup" 13 - JOBS=$(expr $(nproc) + 1) 14 - cat /packages.txt 15 - section_end setup 17 - export CCACHE_BASEDIR="$(pwd)" 18 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache" 19 - export CCACHE_MAXSIZE="500M" [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.4.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.0.4 (Kirkstone) 4 ----------------------------------------- 6 Security Fixes in Yocto-4.0.4 9 - binutils : fix :cve_nist:`2022-38533` 10 - curl: fix :cve_nist:`2022-35252` 11 - sqlite: fix :cve_nist:`2022-35737` 12 - grub2: fix :cve_nist:`2021-3695`, :cve_nist:`2021-3696`, :cve_nist:`2021-3697`, :cve_nist:`2022-… 13 - u-boot: fix :cve_nist:`2022-30552` and :cve_nist:`2022-33967` 14 - libxml2: Ignore :cve_nist:`2016-3709` [all …]
|
H A D | release-notes-4.0.7.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.0.7 (Kirkstone) 4 ----------------------------------------- 6 Security Fixes in Yocto-4.0.7 9 - binutils: Fix :cve_nist:`2022-4285` 10 - curl: Fix :cve_nist:`2022-43551` and :cve_mitre:`2022-43552` 11 - ffmpeg: Fix :cve_nist:`2022-3109` and :cve_nist:`2022-3341` 12 - go: Fix :cve_nist:`2022-41715` and :cve_nist:`2022-41717` 13 - libX11: Fix :cve_nist:`2022-3554` and :cve_nist:`2022-3555` 14 - libarchive: Fix :cve_nist:`2022-36227` [all …]
|
H A D | release-notes-5.0.2.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-5.0.2 (Scarthgap) 4 ----------------------------------------- 6 Security Fixes in Yocto-5.0.2 9 - cups: Fix :cve_nist:`2024-35235` 10 - gcc: Fix :cve_nist:`2024-0151` 11 - gdk-pixbuf: Fix :cve_nist:`2022-48622` 12 - ghostscript: fix :cve_mitre:`2024-29510`, :cve_mitre:`2024-33869`, :cve_mitre:`2024-33870` and :… 13 - git: Fix :cve_nist:`2024-32002`, :cve_nist:`2024-32004`, :cve_nist:`2024-32020`, :cve_nist:`2024… 14 - glib-2.0: Fix :cve_nist:`2024-34397` [all …]
|
H A D | release-notes-4.0.3.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.0.3 (Kirkstone) 4 ----------------------------------------- 6 Security Fixes in Yocto-4.0.3 9 - binutils: fix :cve_nist:`2019-1010204` 10 - busybox: fix :cve_nist:`2022-30065` 11 - cups: ignore :cve_nist:`2022-26691` 12 - curl: Fix :cve_nist:`2022-32205`, :cve_nist:`2022-32206`, :cve_nist:`2022-32207` and :cve_nist:`… 13 - dpkg: fix :cve_nist:`2022-1664` 14 - ghostscript: fix :cve_nist:`2022-2085` [all …]
|
H A D | release-notes-4.0.2.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.0.2 (Kirkstone) 4 ----------------------------------------- 6 Security Fixes in Yocto-4.0.2 9 - libxslt: Mark :cve_nist:`2022-29824` as not applying 10 - tiff: Add jbig :term:`PACKAGECONFIG` and clarify IGNORE :cve_nist:`2022-1210` 11 - tiff: mark :cve_nist:`2022-1622` and :cve_nist:`2022-1623` as invalid 12 - pcre2:fix :cve_nist:`2022-1586` Out-of-bounds read 13 - curl: fix :cve_nist:`2022-22576`, :cve_nist:`2022-27775`, :cve_nist:`2022-27776`, :cve_nist:`202… 14 - qemu: fix :cve_nist:`2021-4206` and :cve_nist:`2021-4207` [all …]
|
H A D | release-notes-5.1.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 --------------------------------- 9 - Linux kernel 6.10, gcc 14.2, glibc 2.40, LLVM 18.1.18, and over 300 other 12 - New variables: 14 - :term:`CVE_CHECK_MANIFEST_JSON_SUFFIX`: suffix for the CVE JSON manifest file. 16 - :term:`PRSERV_UPSTREAM`: Upstream PR service (``host:port``) for the local 19 - :term:`RECIPE_UPGRADE_EXTRA_TASKS`: space-delimited list of tasks to run 23 - :term:`UNPACKDIR`: allow change of the :ref:`ref-tasks-unpack` task 26 - Kernel-related changes: 28 - The default kernel is the current stable (6.10), and there is also support [all …]
|
/openbmc/u-boot/doc/ |
H A D | README.boston | 3 --------- 5 --------- 13 -------- 15 -------- 17 U-Boot can be run on a currently out-of-tree branch of QEMU with support for 19 branch of git://git.linux-mips.org/pub/scm/paul/qemu.git and used like so: 21 $ git clone git://git.linux-mips.org/pub/scm/paul/qemu.git -b boston 23 $ ./configure --target-list=mips64el-softmmu 25 $ ./mips64el-softmmu/qemu-system-mips64el -M boston -m 2G \ 26 -bios u-boot.bin -serial stdio [all …]
|
/openbmc/openbmc/poky/documentation/dev-manual/ |
H A D | start.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 10 host <dev-manual/start:preparing the build host>`, how to locate 11 Yocto Project source repositories, and how to create local Git 25 you get the results you want. The procedure is high-level and presents 41 - *Application Developer:* This type of developer does application 44 - *Core System Developer:* This type of developer works on the 47 - *Build Engineer:* This type of developer manages Autobuilders and 51 - *Test Engineer:* This type of developer creates and manages 55 #. *Gather the Hardware:* Based on the size and make-up of the team, 59 six-core Xeons with 24 Gbytes of RAM and plenty of disk space). You [all …]
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-fetching.rst | 1 .. SPDX-License-Identifier: CC-BY-2.5 4 File Download Support 19 The Download (Fetch) 34 fetcher.download() 37 space-separated list of URLs from the :term:`SRC_URI` 38 variable and then calls the ``download`` method to download the files. 59 When the ``download()`` method is called, BitBake tries to resolve the 62 - *Pre-mirror Sites:* BitBake first uses pre-mirrors to try and find 66 - *Source URI:* If pre-mirrors fail, BitBake uses the original URL (e.g 69 - *Mirror Sites:* If fetch failures occur, BitBake next uses mirror [all …]
|
H A D | bitbake-user-manual-ref-variables.rst | 1 .. SPDX-License-Identifier: CC-BY-2.5 17 - The variables listed in this glossary are specific to BitBake. 20 - Also, variables exist in other systems that use BitBake (e.g. The 34 In OpenEmbedded-Core, :term:`ASSUME_PROVIDED` mostly specifies native 35 tools that should not be built. An example is ``git-native``, which 36 when specified allows for the Git binary from the host to be used 37 rather than building ``git-native``. 41 :ref:`Azure Storage fetcher <bitbake-user-manual/bitbake-user-manual-fetching:fetchers>` 43 and gain access to non-public artifacts:: 45 AZ_SAS = ""se=2021-01-01&sp=r&sv=2018-11-09&sr=c&skoid=<skoid>&sig=<signature>"" [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | bbtests.py | 4 # SPDX-License-Identifier: MIT 25 self.assertEqual(bitbake('-e').status, 0, msg = "bitbake couldn't run from \"conf\" dir") 32 …self.assertEqual(bitbake('-e', env=my_env).status, 0, msg = "bitbake couldn't run from builddir's … 39 … self.assertEqual(bitbake('-e', env=my_env).status, 0, msg = "bitbake couldn't run from /tmp/") 44 result = bitbake('selftest-hello-native') 52 bitbake('selftest-hello-native') 53 bitbake('selftest-hello-native -cclean') 54 result = bitbake('selftest-hello-native') 55 find_setscene = re.search("selftest-hello-native.*do_.*_setscene", result.output) 56 …ue(find_setscene, msg = "No \"selftest-hello-native.*do_.*_setscene\" message found during bitbake… [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/libts/ |
H A D | 0001-Remove-TEE-driver-external-component.patch | 7 out-of-tree version deprecated. Remove the external component that was 8 downloading it. Also, the in-tree version doesn't have a module version 9 field defined, so the sanity check for reading the out-of-tree module's 12 Signed-off-by: Balint Dobszay <balint.dobszay@arm.com> 13 Change-Id: I57ee44293c5e940ee7fa944d1420ebcba624fc56 14 Upstream-Status: Backport 15 --- 16 .../rpc/ts_rpc/caller/linux/component.cmake | 6 -- 17 .../ts_rpc/caller/linux/ts_rpc_caller_linux.c | 56 +++---------------- 18 .../spm/optee/userspace-programs-on-fvp.rst | 3 +- [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
H A D | recipe.html | 5 ….name}}_{{object.version}} - {{build.target_set.all|dictsort:"target"|join:", "}} {{build.machine}… 13 <!-- Begin container --> 16 <div class="col-md-12"> 17 <div class="page-header build-data"> 24 <div class="col-md-8 tabbable"> 25 <ul class="nav nav-tabs"> 27 <a href="#information" data-toggle="tab"> 28 <span class="glyphicon glyphicon-question-sign get-help" title="Build-related 35 <span class="glyphicon glyphicon-question-sign get-help" title="The packaged 41 <a href="#dependencies" data-toggle="tab"> [all …]
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | system-requirements.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 18 ":ref:`overview-manual/development-environment:the yocto project development environment`" 23 :doc:`/brief-yoctoprojectqs/index` document. You can find "how-to" 24 information in the :doc:`/dev-manual/index`. You can find Yocto Project overview 25 and conceptual information in the :doc:`/overview-manual/index`. 30 the :ref:`ref-manual/resources:links and related documentation` section. 35 To build an image such as ``core-image-sato`` for the ``qemux86-64`` machine, 38 to run multiple builds and to cache build artifacts, improving build efficiency. 40 If you have a shortage of disk space, see the ":doc:`/dev-manual/disk-space`" 43 .. _system-requirements-minimum-ram: [all …]
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | build-unit-test-docker | 7 # default is openbmc/ubuntu-unit-test 9 # FORCE_DOCKER_BUILD: <optional, a non-zero value with force all Docker 35 # typing.Dict is used for type-hints. 38 from sh import git, nproc # type: ignore 61 def __init_subclass__(cls, **kwargs: Any) -> None: 75 # url [optional]: lambda function to create URL: (package, rev) -> url. 88 # custom_post_dl [optional]: List of steps to run after download, but 105 lambda pkg, rev: f"https://github.com/boostorg/{pkg}/releases/download/{pkg}-{re [all...] |