/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | reproducible.py | 61 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 D | patch-kernel | 65 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 D | kmod.py | 35 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 D | localhostbecontroller.py | 43 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 D | models.py | 41 sourcedir = models.CharField(max_length = 512, blank = True) variable in BuildEnvironment
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/management/commands/ |
H A D | checksettings.py | 43 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 D | 0002-kpatch-build-allow-overriding-of-distro-name.patch | 35 -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 D | 0001-kpatch-build-add-cross-compilation-support.patch | 51 -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 D | chrony.conf | 18 sourcedir /etc/chrony/sources.d
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/chrony/chrony/ |
H A D | chrony.conf | 25 sourcedir /etc/chrony/sources.d
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/bitwise/files/ |
H A D | 0001-makefile.am-Fix-build-when-build-dir-is-not-same-as-.patch | 5 sourcedir
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/ |
H A D | buildtest.py | 109 sourcedir=BuildTest.BUILDDIR,
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | base.bbclass | 161 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 D | insane.bbclass | 1537 sourcedir = d.getVar("S") 1541 if sourcedir == workdir: 1547 if sourcedir[-1] == '/':
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | archiver.bbclass | 476 sourcedir = os.path.realpath(d.getVar('S')) 477 return sourcedir.startswith(sharedworkdir)
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | fetch.py | 1107 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))
|