Home
last modified time | relevance | path

Searched refs:bzr (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Down-mirrors.bbclass7 bzr://.*/.* ${SOURCE_MIRROR_URL} \
H A Dmirrors.bbclass47 bzr://.*/.* http://downloads.yoctoproject.org/mirror/sources/ \
58 bzr://.*/.* http://sources.openembedded.org/ \
H A Dsanity.bbclass870 'bzr', 'cvs', 'npm', 'sftp', 'ssh', 's3', 'az', 'ftps', 'crate']
/OK3568_Linux_fs/buildroot/package/mtp/
H A Dmtp.mk9 MTP_SITE_METHOD = bzr
/OK3568_Linux_fs/buildroot/support/download/
H A Dbzr52 bzr_version=$(($(bzr --version |
H A Ddl-wrapper127 git|svn|cvs|bzr|file|scp|hg) ;;
/OK3568_Linux_fs/buildroot/package/libmemcached/
H A D0001-disable-tests.patch36 @bzr unknowns
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/intltool/intltool/
H A Dnoperlcheck.patch38 AC_PATH_PROG(BZR, bzr)
/OK3568_Linux_fs/buildroot/support/misc/
H A DVagrantfile50 git bzr cvs mercurial subversion libc6:i386 unzip bc
/OK3568_Linux_fs/buildroot/support/docker/
H A DDockerfile27 bzr \
/OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c326 struct bzfifo *bzr; in hfcpci_clear_fifo_rx() local
329 bzr = &((union fifo_area *)(hc->hw.fifos))->b_chans.rxbz_b2; in hfcpci_clear_fifo_rx()
332 bzr = &((union fifo_area *)(hc->hw.fifos))->b_chans.rxbz_b1; in hfcpci_clear_fifo_rx()
339 bzr->f1 = MAX_B_FRAMES; in hfcpci_clear_fifo_rx()
340 bzr->f2 = bzr->f1; /* init F pointers to remain constant */ in hfcpci_clear_fifo_rx()
341 bzr->za[MAX_B_FRAMES].z1 = cpu_to_le16(B_FIFO_SIZE + B_SUB_VAL - 1); in hfcpci_clear_fifo_rx()
342 bzr->za[MAX_B_FRAMES].z2 = cpu_to_le16( in hfcpci_clear_fifo_rx()
343 le16_to_cpu(bzr->za[MAX_B_FRAMES].z1)); in hfcpci_clear_fifo_rx()
/OK3568_Linux_fs/buildroot/package/
H A Dpkg-generic.mk677 ifneq ($$(filter bzr cvs hg,$$($(2)_SITE_METHOD)),)
1302 else ifeq ($$($(2)_SITE_METHOD),bzr)
1303 DL_TOOLS_DEPENDENCIES += bzr
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-1.3.rst80 - ``bzr://``
/OK3568_Linux_fs/yocto/poky/bitbake/
H A DChangeLog65 - Add bzr fetcher
68 - bzr fetcher tweaks from Robert Schuster (#2913)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1955 from . import bzr
1976 methods.append(bzr.Bzr())
/OK3568_Linux_fs/buildroot/
H A DConfig.in104 string "Bazaar (bzr) command"
105 default "bzr"
H A DMakefile655 --exclude .svn --exclude .git --exclude .hg --exclude .bzr \
H A DCHANGES10361 Support for bzr downloads, next to the existing git/svn support.
/OK3568_Linux_fs/yocto/poky/bitbake/doc/bitbake-user-manual/
H A Dbitbake-user-manual-fetching.rst87 bzr://.*/.\* http://somemirror.org/sources/ \
788 - Bazaar (``bzr://``)
H A Dbitbake-user-manual-ref-variables.rst1352 - ``bzr://``: Fetches files from a Bazaar revision control
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dadding-packages-generic.txt323 ** +bzr+ for retrieving source code from a Bazaar repository. Used
324 by default when +LIBFOO_SITE+ begins with +bzr://+. The