Home
last modified time | relevance | path

Searched refs:branch_name (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dgitarchive.py85 ref = ref.format(branch_name=branch)
130 def gitarchive(data_dir, git_dir, no_create, bare, commit_msg_subject, commit_msg_body, branch_name argument
141 branch_name = format_str(branch_name, keywords)
149 commit = git_commit_data(data_repo, data_dir, branch_name,
163 notes_refs = ['refs/notes/' + ref.format(branch_name=branch_name)
165 cmd.extend([push, branch_name] + notes_refs)
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A Dtest_new_project_page.py31 branch_name="master",
39 branch_name="master2",
H A Dtest_toastertable_ui.py64 branch_name='master',
H A Dtest_all_projects_page.py51 branch_name='master',
/OK3568_Linux_fs/kernel/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-insn-decoder.c205 const char *branch_name[] = { variable
220 return branch_name[op]; in intel_pt_insn_name()
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-git-archive107 … args.commit_msg_subject.strip(), args.commit_msg_body, args.branch_name,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/management/commands/
H A Dlsupdates.py90 allowed_branch_names = [rel.branch_name
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/orm/
H A Dmodels.py1411 branch_name = models.CharField(max_length=50, default = "") variable in Release
1415 return "%s (%s)" % (self.name, self.branch_name)
/OK3568_Linux_fs/u-boot/tools/buildman/
H A DREADME1055 ./tools/buildman/buildman -b <branch_name> <list of things to build>
1059 ./tools/buildman/buildman -b <branch_name> -s <list of things to build>
1102 Buildman puts its output in ../<branch_name> by default but you can change
1106 to remove the build directory (normally ../<branch_name>) to run buildman
/OK3568_Linux_fs/yocto/poky/documentation/toaster-manual/
H A Dreference.rst298 <field type="CharField" name="branch_name">&DISTRO_NAME_NO_CAP;</field>