| /openbmc/openbmc/poky/scripts/contrib/ |
| H A D | patchtest.sh | 25 function clone() { function 29 git clone $REPOREMOTE $REPODIR --quiet 78 clone git://git.yoctoproject.org/patchtest $PT 79 clone git://git.yoctoproject.org/patchtest-oe $PTOE
|
| /openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0021-fix-create-thread-failed-in-unprivileged-process-BZ-.patch | 6 Since commit [d8ea0d0168 Add an internal wrapper for clone, clone2 and clone3] 11 __clone3 returns -1 with ENOSYS, fall back to clone or clone2. 19 So if __clone3 returns -1 with EPERM, fall back to clone or clone2 could 71 sysdeps/unix/sysv/linux/clone-internal.c | 2 +- 74 diff --git a/sysdeps/unix/sysv/linux/clone-internal.c b/sysdeps/unix/sysv/linux/clone-internal.c 76 --- a/sysdeps/unix/sysv/linux/clone-internal.c 77 +++ b/sysdeps/unix/sysv/linux/clone-internal.c
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | patchtest-setup-sharedir | 72 git clone "${POKY_REPO}" "${SHAREDIR}/${BASENAME}" 80 git clone "${PATCHTEST_REPO}" "${SHAREDIR}/${BASENAME}"
|
| /openbmc/openbmc-build-scripts/jenkins/ |
| H A D | run-meta-ci | 21 git clone https://github.com/openbmc/openbmc-test-automation.git --branch master --single-branch 33 git clone https://github.com/openbmc/openbmc.git --branch "${GERRIT_BRANCH}" --single-branch
|
| H A D | run-build-script-ci | 25 git clone https://github.com/openbmc/sdbusplus
|
| H A D | build-seed | 20 git clone https://github.com/openbmc/openbmc.git
|
| /openbmc/openbmc-build-scripts/ |
| H A D | run-rootfs-size-docker.sh | 47 …git clone https://gerrit.openbmc.org/openbmc/${OBMC_BUILD_SCRIPTS} "${WORKSPACE}"/${OBMC_BUILD_SCR… 52 git clone https://gerrit.openbmc.org/openbmc/${OBMC_TOOLS} "${WORKSPACE}"/${OBMC_TOOLS}
|
| /openbmc/u-boot/board/rockchip/evb_rk3328/ |
| H A D | README | 31 > git clone https://github.com/ARM-software/arm-trusted-firmware.git 32 > git clone https://github.com/rockchip-linux/rkbin 33 > git clone https://github.com/rockchip-linux/rkflashtool
|
| /openbmc/openbmc-test-automation/bin/ |
| H A D | jenkins_funcs.sh | 47 git clone https://gerrit.openbmc-project.xyz/openbmc/openbmc-build-scripts\ 49 git clone https://github.com/openbmc/openbmc-test-automation.git || return 1
|
| /openbmc/u-boot/board/theobroma-systems/puma_rk3399/ |
| H A D | README | 32 > git clone git://git.theobroma-systems.com/arm-trusted-firmware.git 33 > git clone git://git.theobroma-systems.com/rk3399-cortex-m0.git 83 > git clone https://github.com/rockchip-linux/rkdeveloptool 86 > git clone https://github.com/rockchip-linux/rkbin.git
|
| /openbmc/u-boot/board/theobroma-systems/lion_rk3368/ |
| H A D | README | 6 > git clone git://git.theobroma-systems.com/arm-trusted-firmware.git 47 > git clone https://github.com/rockchip-linux/rkdeveloptool 50 > git clone https://github.com/rockchip-linux/rkbin.git
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pydantic-core/ |
| H A D | 0001-cargo.toml-Update-bitvec-to-use-radium-1.x.patch | 22 # TODO it would be very nice to remove the "py-clone" feature as it can panic, 24 pyo3 = { version = "0.24", features = ["generate-import-lib", "num-bigint", "py-clone"] }
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | cell.rs | 265 fn clone(&self) -> BqlCell<T> { in clone() method 703 fn clone(&self) -> BqlRefCell<T> { in clone() method 704 BqlRefCell::new(self.borrow().clone()) in clone() 809 fn clone(&self) -> Self { in clone() method 848 pub fn clone(orig: &BqlRef<'b, T>) -> BqlRef<'b, T> { in clone() method 851 borrow: orig.borrow.clone(), in clone()
|
| /openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/rxvt-unicode/ |
| H A D | rxvt.desktop | 4 Comment=A unicode capable rxvt clone
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | dmtf_tools_utils.robot | 15 [Documentation] Git clone tool. 24 ... git clone --branch ${branch_name} ${rsv_github_url} ${rsv_dir_path}
|
| /openbmc/openbmc/poky/meta/recipes-devtools/rust/files/ |
| H A D | rust-oe-selftest.patch | 57 let arc2 = arc.clone(); 73 let arc2 = arc.clone(); 81 let arc2 = arc.clone(); 89 let arc2 = arc.clone(); 149 let arc2 = arc.clone(); 157 let arc2 = arc.clone();
|
| /openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/yocto-builder/ |
| H A D | entrypoint-yocto-check-layer.sh | 27 git clone --depth 1 --branch "$BASE_REF" "$repo"
|
| H A D | entrypoint-build.sh | 31 git clone --depth 1 --branch "$BASE_REF" "$repo"
|
| /openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
| H A D | 3005-modules-remove-glspectrum-usage.patch | 47 video_splitter/$(DEPDIR)/clone.Plo \ 103 …@AMDEP_TRUE@@am__include@ @am__quote@video_splitter/$(DEPDIR)/clone.Plo@am__quote@ # am--include-m… 111 -rm -f video_splitter/$(DEPDIR)/clone.Plo 119 -rm -f video_splitter/$(DEPDIR)/clone.Plo
|
| /openbmc/openbmc-build-scripts/scripts/ |
| H A D | run-robot.sh | 32 git clone https://github.com/openbmc/openbmc-test-automation.git \
|
| /openbmc/u-boot/board/timll/devkit8000/ |
| H A D | README | 4 The OMAP3 DevKit8000 from Embest/Timll is a clone of the OMAP3 beagle board
|
| /openbmc/openbmc/poky/meta/recipes-sato/rxvt-unicode/ |
| H A D | rxvt-unicode.inc | 2 SUMMARY = "rxvt terminal clone supporting unicode" 3 DESCRIPTION = "rxvt-unicode is a clone of the well known \
|
| /openbmc/u-boot/board/rockchip/evb_rk3399/ |
| H A D | README | 34 > git clone https://github.com/ARM-software/arm-trusted-firmware.git 35 > git clone https://github.com/rockchip-linux/rkbin.git 36 > git clone https://github.com/rockchip-linux/rkdeveloptool.git
|
| /openbmc/qemu/scripts/ |
| H A D | make-release | 53 git clone --single-branch -b "v${version}" -c advice.detachedHead=false \
|
| /openbmc/qemu/system/ |
| H A D | async-teardown.c | 106 clone(async_teardown_fn, new_stack_for_clone(), CLONE_VM, NULL); in init_async_teardown()
|