Home
last modified time | relevance | path

Searched full:wget (Results 1 – 25 of 143) sorted by relevance

123456

/openbmc/openbmc/poky/meta/recipes-core/busybox/busybox/
H A D0001-testsuite-use-www.example.org-for-wget-test-cases.patch4 Subject: [PATCH] testsuite: use www.example.org for wget test cases
13 testsuite/wget/wget--O-overrides--P | 2 +-
14 testsuite/wget/wget-handles-empty-path | 2 +-
15 testsuite/wget/wget-retrieves-google-index | 2 +-
16 testsuite/wget/wget-supports--P | 2 +-
19 diff --git a/testsuite/wget/wget--O-overrides--P b/testsuite/wget/wget--O-overrides--P
21 --- a/testsuite/wget/wget--O-overrides--P
22 +++ b/testsuite/wget/wget--O-overrides--P
27 -busybox wget -q -O index.html -P foo http://www.google.com/
28 +busybox wget -q -O index.html -P foo http://www.example.org/
[all …]
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Daz.py8 # Based on bb.fetch2.wget:
20 from bb.fetch2.wget import Wget
23 class Az(Wget):
41 return Wget.checkstatus(self, fetch, ud, d, try_again)
51 # We need to provide a localpath to avoid wget using the SAS
78 # Azure fails on handshake sometimes when using wget after some stress, producing a
84 # Sanity check since wget can pretend it succeed when it didn't
H A Dcrate.py19 from bb.fetch2.wget import Wget
22 class Crate(Wget):
24 """Class to fetch crates via wget"""
H A Dgomod.py75 from bb.fetch2.wget import Wget
83 class GoMod(Wget):
84 """Class to fetch Go modules from a Go module proxy via wget"""
111 # Set URL and filename for wget download
H A Dwget.py34 Extract progress information from wget output.
36 specified on the wget command line.
53 class Wget(FetchMethod): class
54 """Class to fetch urls via 'wget'"""
64 Check to see if a given url can be fetched with wget.
85 self.basecmd = d.getVar("FETCHCMD_wget") or "/usr/bin/env wget -t 2 -T 100"
114 # An undocumented feature of wget is that if the
115 # username/password are specified on the URI, wget will only
133 # Sanity check since wget can pretend it succeed when it didn't
491 … tempfile.TemporaryDirectory(prefix="wget-index-") as workdir, tempfile.NamedTemporaryFile(dir=wor…
/openbmc/openbmc/poky/meta/recipes-extended/wget/
H A Dwget_1.25.0.bb1 SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
7 require wget.inc
H A Dwget.inc2 DESCRIPTION = "Wget is a network utility to retrieve files from the web using \
7 HOMEPAGE = "https://www.gnu.org/software/wget/"
22 ALTERNATIVE:${PN} = "wget"
/openbmc/qemu/tests/docker/dockerfiles/debian-microblaze-cross.d/
H A Dbuild-toolchain.sh21 wget https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz
22 wget https://ftp.gnu.org/gnu/gcc/gcc-11.2.0/gcc-11.2.0.tar.xz
23 wget https://www.musl-libc.org/releases/musl-1.2.2.tar.gz
24 wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.70.tar.xz
40 wget -O - ${GCC_PATCH0_URL} | patch -d src-gcc -p1
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/
H A Ddonnot-extract-gdb-during-do-compile.patch34 - @if [ ! -f ${GDB}.tar.gz ] && [ ! -f /usr/bin/wget ]; then \
35 - echo /usr/bin/wget is required to download ${GDB}.tar.gz; echo; exit 1; fi
36 - @if [ ! -f ${GDB}.tar.gz ] && [ -f /usr/bin/wget ]; then \
38 - wget $$WGET_OPTS http://ftp.gnu.org/gnu/gdb/${GDB}.tar.gz; fi
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst100 As a simple test case, we'll profile the ``wget`` of a fairly large file,
108 wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2
115 root@crownbay:~# perf stat wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2
119 Performance counter stats for 'wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2':
144 …root@crownbay:~# perf stat -e kmem:* -e cache-references -e cache-misses wget &YOCTO_DL_URL;/mirro…
148 Performance counter stats for 'wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2':
184 root@crownbay:~# perf record wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2
198 .. image:: figures/perf-wget-flat-stripped.png
213 the executable that implements ``wget`` in Yocto, but that instead of a
223 root@crownbay:~# perf record -g wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2
[all …]
/openbmc/qemu/.gitlab-ci.d/opensbi/
H A DDockerfile19 wget \
25 RUN wget -O - \
28 RUN wget -O - \
/openbmc/openbmc/poky/documentation/
H A Dpoky.yaml.in58 wget
124 wget
176 wget
238 wget
/openbmc/openbmc/poky/meta/recipes-extended/wget/wget/
H A D0002-improve-reproducibility.patch10 only used as part of the `wget --version' which do not have
14 $ wget --version
15 GNU Wget 1.14 built on linux-gnu.
/openbmc/openbmc/poky/scripts/
H A Dautobuilder-worker-prereq-tests74wget http://downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/core-imag…
77wget http://downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/core-imag…
80wget http://downloads.yoctoproject.org/releases/yocto/yocto-4.0/machines/qemu/qemux86-64/bzImage-q…
/openbmc/openbmc/poky/meta/lib/oeqa/sdk/buildtools-cases/
H A Dsanity.py14 Test that wget and tar come from the buildtools, not the host. This
18 for command in ("tar", "wget"):
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dfetch.py82 self.assertIn("wget-native", d.getVarFlag("do_fetch", "depends"))
92 self.assertIn("wget-native", d.getVarFlag("do_fetch", "depends"))
101 self.assertIn("wget-native", d.getVarFlag("do_fetch", "depends"))
/openbmc/openbmc-tools/ipkdbg/
H A Dbuild-opkg20 [ -f libarchive-3.5.2.tar.gz ] || wget http://libarchive.org/downloads/libarchive-3.5.2.tar.gz
48 [ -f curl-7.79.1.tar.bz2 ] || wget https://curl.haxx.se/download/curl-7.79.1.tar.bz2
58 [ -f opkg-0.6.3.tar.gz ] || wget http://downloads.yoctoproject.org/releases/opkg/opkg-0.6.3.tar.gz
H A DREADME.md114 5. `wget`
165 environment. The `IPKDBG_CONF_*` variables help describe a `wget`-compatible URL
192 using `wget` and that its URL can be generated in the same manner as that for
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/fwknop/
H A Dfwknop_2.6.11.bb17 --with-wget=${base_bindir}/wget"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libsmi/
H A Dlibsmi_0.5.0.bb19 DEPENDS += "bison-native flex-native wget-native gawk-native"
30 EXTRA_OECONF:class-target = "ac_cv_path_SH=/bin/sh ac_cv_path_WGET=${bindir}/wget ac_cv_path_AWK=${…
/openbmc/u-boot/board/freescale/imx8qxp_mek/
H A DREADME23 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/imx-sc-firmware-0.7.bin
26 $ wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/firmware-imx-7.6.bin
/openbmc/u-boot/
H A D.travis.yml31 - wget
55 …- ( cd ~/grub2-arm; wget -O - http://download.opensuse.org/ports/armv7hl/distribution/leap/42.2/re…
57 …- ( cd ~/grub2-arm64; wget -O - http://download.opensuse.org/ports/aarch64/distribution/leap/42.2/…
79wget https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/download/arc-2018.…
83wget https://github.com/vincentzwc/prebuilt-nds32-toolchain/releases/download/20180521/nds32le-lin…
88wget https://github.com/foss-xtensa/toolchain/releases/download/2018.02/x86_64-2018.02-${TOOLCHAIN…
/openbmc/openbmc-build-scripts/scripts/
H A Dbuild-qemu-robot-docker.sh69 wget \
103 …&& wget --no-verbose -O /tmp/firefox.tar.bz2 https://download-installer.cdn.mozilla.net/pub/firefo…
141 RUN wget https://github.com/mozilla/geckodriver/releases/download/v0.32.2/geckodriver-v0.32.2-linux…
/openbmc/qemu/docs/system/riscv/
H A Dshakti-c.rst53 $ wget -c https://gitlab.com/behindbytes/shakti-binaries/-/raw/master/sdk/shakti_sdk_qemu.zip
71 $ wget -c https://gitlab.com/behindbytes/shakti-binaries/-/raw/master/dts/shakti.dtb
/openbmc/qemu/docs/system/arm/
H A Dfby35.rst29 $ wget https://github.com/facebook/openbmc/releases/download/openbmc-e2294ff5d31d/fby35.mtd
30 … $ wget https://github.com/peterdelevoryas/OpenBIC/releases/download/oby35-cl-2022.13.01/Y35BCL.elf

123456