| /OK3568_Linux_fs/buildroot/package/ |
| H A D | pkg-download.mk | 28 ifeq ($(origin DL_DIR),undefined) 29 DL_DIR ?= $(call qstrip,$(BR2_DL_DIR)) 30 ifeq ($(DL_DIR),) 31 DL_DIR := $(TOPDIR)/dl 35 BR2_DL_DIR = $(DL_DIR) 39 DL_DIR := $(shell mkdir -p $(DL_DIR) && cd $(DL_DIR) >/dev/null && pwd -P)
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | rm_work_and_downloads.bbclass | 11 # removes the downloaded source. This is achieved by making the DL_DIR 26 # WORKDIR and DL_DIR (via ${SRCPV}?). 27 # DL_DIR = "${WORKDIR}/downloads" 30 DL_DIR = "${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}/${PN}/downloads" 32 rm -rf ${DL_DIR}
|
| H A D | uninative.bbclass | 10 UNINATIVE_DLDIR ?= "${DL_DIR}/uninative/" 55 localdata.setVar('DL_DIR', tarballdir) 56 # Our games with path manipulation of DL_DIR mean standard PREMIRRORS don't work
|
| H A D | copyleft_compliance.bbclass | 25 dl_dir = d.getVar('DL_DIR')
|
| H A D | sanity.bbclass | 793 for v in ("TMPDIR", "DL_DIR", "SSTATE_DIR"): 797 …# Check that DL_DIR is set, exists and is writable. In theory, we should never even hit the check … 799 dldir = d.getVar('DL_DIR') 801 …status.addresult("DL_DIR is not set. Your environment is misconfigured, check that DL_DIR is set, … 803 … status.addresult("DL_DIR: %s exists but you do not appear to have write access to it. \n" % dldir)
|
| H A D | sstate.bbclass | 755 # Copy the data object and override DL_DIR and SRC_URI 763 localdata.setVar('DL_DIR', dldir) 962 # Copy the data object and override DL_DIR and SRC_URI 968 localdata.setVar('DL_DIR', dldir)
|
| /OK3568_Linux_fs/yocto/build/conf/include/ |
| H A D | common.conf | 51 DL_DIR ?= "${TOPDIR}/../packages" 195 STOPTASKS,${DL_DIR},1G,100K \ 199 HALT,${DL_DIR},100M,1K \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/ |
| H A D | dhrystone_2.1.bb | 16 sh ${DL_DIR}/dhry-c.shar
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/ |
| H A D | README | 16 c) you can take DL_DIR and use it as a mirror for offline builds. 22 will match in future exactly in a clean build with a new DL_DIR).
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/ |
| H A D | local.conf.sample | 45 # connection is slow. These are all stored in DL_DIR. When wiping and rebuilding you 51 #DL_DIR ?= "${TOPDIR}/downloads" 187 # than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully 195 STOPTASKS,${DL_DIR},1G,100K \ 199 HALT,${DL_DIR},100M,1K \
|
| H A D | site.conf.sample | 32 #DL_DIR = "/some/shared/download/directory/"
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | Makefile.legacy | 23 ifneq ($(BUILDROOT_DL_DIR),$(DL_DIR))
|
| H A D | Makefile | 229 DL_DIR := $(BR2_DL_DIR) macro 973 --nvd-path $(DL_DIR)/buildroot-nvd 980 --nvd-path $(DL_DIR)/buildroot-nvd \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/classes/ |
| H A D | scancode.bbclass | 10 SCANCODE_SRC_LOCATION ?= "${DL_DIR}/scancode"
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox-l10n/ |
| H A D | firefox-l10n.inc | 15 DL_DIR:append = "/${PN}-${PV}"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/ |
| H A D | bitbake-user-manual-fetching.rst | 108 which is specified by the :term:`DL_DIR` variable. 132 has had its checksum checked, a ".done" stamp is placed in :term:`DL_DIR`. 205 assumed that it is available in :term:`DL_DIR` by the 229 :term:`DL_DIR` when dealing with multiple files that 282 checkout is saved. The location is often ``DL_DIR/cvs``. 343 :term:`SVNDIR`, which is usually ``DL_DIR/svn``. 385 :term:`GITDIR`, which is usually ``DL_DIR/git2``. This 570 :term:`P4DIR`, which defaults to "DL_DIR/p4". 647 ``${DL_DIR}/repo``.
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | varlocality.rst | 83 - :term:`DL_DIR`
|
| H A D | structure.rst | 256 which you want to access downloaded files (:term:`DL_DIR`). 339 :term:`DL_DIR` variable.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/distcc/ |
| H A D | distcc_3.4.bb | 73 TBALL=${DL_DIR}/git2_github.com.distcc.distcc.git.tar.gz
|
| /OK3568_Linux_fs/yocto/poky/documentation/test-manual/ |
| H A D | understand-autobuilder.rst | 170 Shared DL_DIR 173 The Workers are all connected over NFS which allows DL_DIR to be shared
|
| H A D | intro.rst | 509 This can delete files from DL_DIR which would potentially break other 510 builds running in parallel. If this is required, DL_DIR must be set to
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/ |
| H A D | build-appliance-image_15.0.0.bb | 53 cp -RpL ${DL_DIR}/* ${IMAGE_ROOTFS}/home/builder/poky/build/downloads/
|
| /OK3568_Linux_fs/yocto/poky/meta/conf/ |
| H A D | documentation.conf | 151 DL_DIR[doc] = "The central download directory used by the build process to store downloads. By defa…
|
| H A D | bitbake.conf | 830 DL_DIR ?= "${TOPDIR}/downloads"
|
| /OK3568_Linux_fs/yocto/poky/documentation/overview-manual/ |
| H A D | concepts.rst | 279 :term:`DL_DIR` variable. 534 :term:`DL_DIR` variable. This area is 538 :term:`DL_DIR` by using the 542 Judicious use of a :term:`DL_DIR` directory can save the build system a trip 544 download directory is to have :term:`DL_DIR` point to an area outside of 594 DL_DIR 611 :term:`DL_DIR` variable. A Pre-mirror 1725 BB_BASEHASH_IGNORE_VARS ?= "TMPDIR FILE PATH PWD BB_TASKHASH BBPATH DL_DIR \\
|