Home
last modified time | relevance | path

Searched refs:wget (Results 1 – 25 of 73) sorted by relevance

123

/OK3568_Linux_fs/yocto/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 …]
/OK3568_Linux_fs/buildroot/dl/sox/git/
H A Dcygbuild97 [ ! -r "../wget-1.11.4/wget.exe" -a -r /usr/bin/wget ] && binaries+=" /usr/bin/wget"
113 cp ../wget-1.11.4/wget.exe $dir
114 cp ../wget-1.11.4/wget.ini $dir
116 if test -r /usr/bin/wget -a -r /etc/wgetrc; then
117 cp -p /etc/wgetrc $dir/wget.ini
118 chmod +r $dir/wget.ini
H A DREADME.win3262 wget - http://www.gnu.org/software/wget
67 Appendix - wget Support
70 SoX can make use of the wget command line utility to load files over
71 the internet. A binary copy of wget has been included with this
74 For SoX to make use of wget, it must be located either in your PATH or
77 Custom configuration of wget can be made by editing the file wget.ini
78 contained in the same directory as wget.exe.
80 Please consult wget's homepage for access to source code as well as
83 http://www.gnu.org/software/wget
H A Dmingwbuild130 cp ../wget-1.11.4/wget.exe $dir
131 cp ../wget-1.11.4/wget.ini $dir
H A DREADME.osx41 Appendix - wget Support
44 SoX can make use of the wget command line utility to load files over
48 Please consult wget's homepage for access to source code as well
51 http://www.gnu.org/software/wget
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/wget/
H A Dwget_1.21.3.bb1 SRC_URI = "${GNU_MIRROR}/wget/wget-${PV}.tar.gz \
7 require wget.inc
H A Dwget.inc7 HOMEPAGE = "https://www.gnu.org/software/wget/"
22 ALTERNATIVE:${PN} = "wget"
/OK3568_Linux_fs/buildroot/package/wget/
H A Dwget.hash2 # https://ftp.gnu.org/gnu/wget/wget-1.21.2.tar.lz.sig
4 sha256 1727a330a86acacb3e57615ce268f5f29978bf7adec4abe6a30d370207bc91b3 wget-1.21.2.tar.lz
H A DConfig.in2 bool "wget"
12 http://www.gnu.org/software/wget/
14 comment "wget needs a toolchain w/ wchar"
H A Dwget.mk8 WGET_SOURCE = wget-$(WGET_VERSION).tar.lz
9 WGET_SITE = $(BR2_GNU_MIRROR)/wget
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/crash/crash/
H A Ddonnot-extract-gdb-during-do-compile.patch25 - @if [ ! -f ${GDB}.tar.gz ] && [ ! -f /usr/bin/wget ]; then \
26 - echo /usr/bin/wget is required to download ${GDB}.tar.gz; echo; exit 1; fi
27 - @if [ ! -f ${GDB}.tar.gz ] && [ -f /usr/bin/wget ]; then \
29 - wget $$WGET_OPTS http://ftp.gnu.org/gnu/gdb/${GDB}.tar.gz; fi
/OK3568_Linux_fs/yocto/poky/documentation/
H A Dpoky.yaml.in13 UBUNTU_HOST_PACKAGES_ESSENTIAL : "gawk wget git diffstat unzip texinfo gcc \
17 FEDORA_HOST_PACKAGES_ESSENTIAL : "gawk make wget tar bzip2 gzip python3 unzip perl patch \
23 OPENSUSE_HOST_PACKAGES_ESSENTIAL : "python gcc gcc-c++ git chrpath make wget python-xml \
30 \n\ $ sudo yum install gawk make wget tar bzip2 gzip python3 unzip perl patch \
38 \n\ $ sudo dnf install gawk make wget tar bzip2 gzip python3 unzip perl patch \
/OK3568_Linux_fs/yocto/poky/scripts/
H A Dautobuilder-worker-prereq-tests57wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-im…
60wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/core-im…
63wget http://downloads.yoctoproject.org/releases/yocto/yocto-2.5.1/machines/qemu/qemux86-64/bzImage…
H A Dtest-remote-image233 self.wget(link, self.localdir, localname)
235 def wget(self, link, localdir, localname=None, extraargs=None): member in PublicAB
/OK3568_Linux_fs/yocto/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
212 the executable that implements 'wget' in Yocto, but that instead of a
222 root@crownbay:~# perf record -g wget &YOCTO_DL_URL;/mirror/sources/linux-2.6.19.2.tar.bz2
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libsmi/
H A Dlibsmi_0.5.0.bb15 RDEPENDS:${PN} += "wget"
19 EXTRA_OECONF = "ac_cv_path_SH=/bin/sh ac_cv_path_WGET=${bindir}/wget ac_cv_path_AWK=${bindir}/awk"
/OK3568_Linux_fs/yocto/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
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dprerequisite.txt41 ** +wget+
68 +wget+ from _ftp_, _http_ or _https_ locations. A few packages are only
/OK3568_Linux_fs/yocto/meta-openembedded/contrib/
H A Dpw-am.sh12 wget -nv http://patchwork.yoctoproject.org/patch/$patchnumber/mbox/ -O pw-am-$patchnumber.patch
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/pseudo/files/
H A Dbuild-oldlibc12 wget http://downloads.yoctoproject.org/releases/uninative/3.2/$i-nativesdk-libc.tar.xz
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/scripts/
H A Dfirefox-gen-l10n-recipes14 wget -np -nH -r --cut-dirs 7 -A "*.xpi" http://ftp.mozilla.org/pub/firefox/releases/$1/linux-i686/x…
/OK3568_Linux_fs/external/xserver/test/scripts/
H A Dbuild-travis-osx.sh12 wget -nv https://dl.bintray.com/xquartz/downloads/XQuartz-${XQUARTZ_VERSION}.dmg
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/packagegroups/
H A Dpackagegroup-core-base-utils.bb58 wget \
/OK3568_Linux_fs/kernel/Documentation/scsi/
H A Dwd719x.rst18 wget http://support.wdc.com/download/archive/pciscsi.exe
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A Daz.py20 from bb.fetch2.wget import Wget

123