Home
last modified time | relevance | path

Searched refs:sourcedir (Results 1 – 16 of 16) 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")
96 for root, dirs, files in os.walk(sourcedir, topdown=True):
103 def get_source_date_epoch_from_git(d, sourcedir): argument
107 gitpath = find_git_folder(d, sourcedir)
123 def get_source_date_epoch_from_youngest_file(d, sourcedir): argument
124 if sourcedir == d.getVar('UNPACKDIR'):
131 for root, dirs, files in os.walk(sourcedir, topdown=True):
[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/meta/lib/oeqa/sdk/cases/
H A Dkmod.py35 sourcedir = os.path.join(testdir, "cryptodev-linux")
36 subprocess.check_output(["git", "clone", git_url, sourcedir], stderr=subprocess.STDOUT)
37 self.assertTrue(os.path.isdir(sourcedir))
38 … subprocess.check_output(["git", "-C", sourcedir, "checkout", git_sha], stderr=subprocess.STDOUT)
40 self._run("make -C %s V=1 KERNEL_DIR=$OECORE_TARGET_SYSROOT/usr/src/kernel" % sourcedir)
41 self.check_elf(os.path.join(sourcedir, "cryptodev.ko"))
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dlocalhostbecontroller.py43 cwd = self.be.sourcedir
85 assert self.be.sourcedir is not None
133 … for remotes in self._shellcmd("git remote -v", self.be.sourcedir,env=git_env).split("\n"):
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)
[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-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-ibm/recipes-support/chrony/chrony/huygens/
H A Dchrony.conf18 sourcedir /etc/chrony/sources.d
/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-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/meta/classes-global/
H A Dbase.bbclass161 sourcedir = d.getVar('S')
163 d.setVar("SOURCE_BASEDIR", sourcedir)
172 if sourcedir.startswith(workdir) and not sourcedir.startswith(unpackdir):
173 basedir = sourcedir.replace(workdir, '').strip("/").split('/')[0]
H A Dinsane.bbclass1537 sourcedir = d.getVar("S")
1541 if sourcedir == workdir:
1547 if sourcedir[-1] == '/':
/openbmc/openbmc/poky/meta/classes/
H A Darchiver.bbclass476 sourcedir = os.path.realpath(d.getVar('S'))
477 return sourcedir.startswith(sharedworkdir)
/openbmc/openbmc/poky/bitbake/lib/bb/tests/
H A Dfetch.py1107 self.sourcedir = self.unpackdir.replace("unpacked", "sourcemirror.git")
1109 self.git(['clone', realurl, self.sourcedir], cwd=self.tempdir)
1110 self.d.setVar("PREMIRRORS", "%s git://%s;protocol=file" % (recipeurl, self.sourcedir))