Home
last modified time | relevance | path

Searched refs:sourcedir (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oe/
H A Dreproducible.py61 def get_source_date_epoch_from_known_files(d, sourcedir): argument
66 filepath = os.path.join(sourcedir, file)
77 def find_git_folder(d, sourcedir): argument
86 gitpath = os.path.join(sourcedir, ".git")
102 def get_source_date_epoch_from_git(d, sourcedir): argument
106 gitpath = find_git_folder(d, sourcedir)
122 def get_source_date_epoch_from_youngest_file(d, sourcedir): argument
123 if sourcedir == d.getVar('WORKDIR'):
130 for root, dirs, files in os.walk(sourcedir, topdown=True):
158 def get_source_date_epoch(d, sourcedir): argument
[all …]
/openbmc/linux/scripts/
H A Dpatch-kernel65 sourcedir=${1-/usr/src/linux}
69 if [ "$1" = -h -o "$1" = --help -o ! -r "$sourcedir/Makefile" ]; then
71 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ]
149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir
156 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]
162 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir
178 if [ "`find $sourcedir/ '(' -name '*.rej' -o -name '.*.rej' ')' -print`" ]
184 find $sourcedir/ '(' -name '*.orig' -o -name '.*.orig' ')' -exec rm -f {} \;
193 grep -E "^(VERSION|PATCHLEVEL|SUBLEVEL|EXTRAVERSION)" $sourcedir/Makefile > $TMPFILE
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py43 cwd = self.be.sourcedir
85 assert self.be.sourcedir is not None
137 cached_layers[remote] = self.be.sourcedir
155 … localdirname = os.path.join(self.be.sourcedir, self.getGitCloneDirectory(giturl, commit))
214 if os.path.exists(os.path.join(self.be.sourcedir, "oe-init-build-env")):
215 logger.debug("localhostbecontroller: selected poky dir name %s" % self.be.sourcedir)
216 self.pokydirname = self.be.sourcedir
288 self.be.sourcedir,
345 self.be.sourcedir,env=git_env)
450 builddir, bitbake, confpath, toasterlayers), self.be.sourcedir)
[all …]
H A Dmodels.py41 sourcedir = models.CharField(max_length = 512, blank = True) variable in BuildEnvironment
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Dchecksettings.py43 be.sourcedir = os.environ.get('TOASTER_DIR')
46 if len(be.sourcedir) == 0:
49 if not be.sourcedir.startswith("/"):
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/
H A Dchrony.conf25 sourcedir /etc/chrony/sources.d
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/
H A D0002-kpatch-build-allow-overriding-of-distro-name.patch35 -options="$(getopt -o ha:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vm…
36 +options="$(getopt -o ha:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vm…
H A D0001-kpatch-build-add-cross-compilation-support.patch51 -options="$(getopt -o ha:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vm…
52 +options="$(getopt -o ha:r:s:c:v:j:t:n:o:de: -l "help,archversion:,sourcerpm:,sourcedir:,config:,vm…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/
H A D0001-makefile.am-Fix-build-when-build-dir-is-not-same-as-.patch5 sourcedir
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dbuildtest.py109 sourcedir=BuildTest.BUILDDIR,
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py1099 self.sourcedir = self.unpackdir.replace("unpacked", "sourcemirror.git")
1101 self.git(['clone', realurl, self.sourcedir], cwd=self.tempdir)
1102 self.d.setVar("PREMIRRORS", "%s git://%s;protocol=file" % (recipeurl, self.sourcedir))