Home
last modified time | relevance | path

Searched refs:BRANCH (Results 1 – 25 of 32) sorted by relevance

12

/openbmc/openbmc/poky/scripts/
H A Dcreate-pull-request56 BRANCH="$OPTARG"
133 if [ -z "$BRANCH" ]; then
134 BRANCH=$(git branch | grep -e "^\* " | cut -d' ' -f2)
135 echo "NOTE: Assuming remote branch '$BRANCH', use -b to override."
152 WEB_URL="https://git.yoctoproject.org/$REMOTE_REPO/log/?h=$BRANCH"
155 WEB_URL="https://git.openembedded.org/$REMOTE_REPO/log/?h=$BRANCH"
158 WEB_URL="https://github.com/$REMOTE_REPO/tree/$BRANCH"
166 echo "Pushing '$BRANCH' on '$REMOTE' as requested..."
167 git push $REMOTE $L_BRANCH:$BRANCH
172 echo "WARNING: Branch '$BRANCH' was not found on the contrib git tree."
[all …]
/openbmc/openbmc-build-scripts/
H A Drun-unit-test-docker.sh35 BRANCH=${BRANCH:-"master"}
70 export BRANCH
83 -p,${UNIT_TEST_PKG},-b,$BRANCH,-v${TEST_ONLY:+,-t}${NO_FORMAT_CODE:+,-n}\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/
H A Davro-c_1.11.3.bb10 BRANCH = "branch-1.11"
12 SRC_URI = "git://github.com/apache/avro;branch=${BRANCH};protocol=https \
H A Davro-c++_1.11.3.bb10 BRANCH = "branch-1.11"
12 SRC_URI = "git://github.com/apache/avro;branch=${BRANCH};protocol=https \
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/ufs-utils/
H A Dufs-utils_4.13.5.bb5 BRANCH ?= "dev"
9 SRC_URI = "git://github.com/westerndigitalcorporation/ufs-utils.git;protocol=https;branch=${BRANCH}…
/openbmc/openbmc/meta-aspeed/recipes-aspeed/python/
H A Dsocsec.inc7 BRANCH ?= "master"
8 SRC_URI = "git://github.com/AspeedTech-BMC/socsec.git;protocol=https;branch=${BRANCH}"
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/
H A Dfcgiwrap_git.bb10 SRC_URI = "git://github.com/gnosek/fcgiwrap.git;protocol=https;branch=${BRANCH} \
13 BRANCH = "master"
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-multimedia/kmsxx/
H A Dkmsxx_git.bb11 BRANCH = "master"
12 SRC_URI = "git://github.com/tomba/kmsxx.git;protocol=https;branch=${BRANCH}"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/
H A Dabseil-cpp_20240116.1.bb11 BRANCH = "lts_2024_01_16"
12 SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/
H A Dopenh264_2.3.1.bb16 BRANCH = "openh264v${PV}"
17 SRC_URI = "git://github.com/cisco/openh264.git;protocol=https;branch=${BRANCH} \
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/juce/
H A Dprojucer.inc19 BRANCH = "master"
20 SRC_URI = "git://github.com/WeAreROLI/JUCE.git;protocol=https;branch=${BRANCH} \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-test/pm-qa/
H A Dpm-qa_git.bb9 BRANCH ?= "master"
13 SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/grpc/
H A Dgrpc_1.60.1.bb24 BRANCH = "v1.60.x"
25 SRC_URI = "gitsm://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/
H A Dboinc-client_7.20.5.bb33 BRANCH = "client_release/7/7.20"
34 SRC_URI = "git://github.com/BOINC/boinc;protocol=https;branch=${BRANCH} \
/openbmc/linux/arch/sparc/net/
H A Dbpf_jit_comp_64.c121 #define BRANCH (F2(0, 1) | XCC) macro
124 #define BA (BRANCH | CONDA)
125 #define BG (BRANCH | CONDG)
126 #define BL (BRANCH | CONDL)
127 #define BLE (BRANCH | CONDLE)
128 #define BGU (BRANCH | CONDGU)
129 #define BLEU (BRANCH | CONDLEU)
130 #define BGE (BRANCH | CONDGE)
132 #define BLU (BRANCH | CONDLU)
133 #define BE (BRANCH | CONDE)
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tbb/
H A Dtbb_2021.11.0.bb15 BRANCH = "onetbb_2021"
17 SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \
/openbmc/u-boot/lib/
H A Dslre.c31 enum {END, BRANCH, ANY, EXACT, ANYOF, ANYBUT, OPEN, CLOSE, BOL, EOL, enumerator
398 r->code[branch_start] = BRANCH; in compile()
426 if (r->code[2] == BRANCH) in slre_compile()
514 case BRANCH: in match()
/openbmc/linux/drivers/pwm/
H A Dpwm-stmpe.c96 #define BRANCH (BIT(15) | BIT(13)) macro
216 program[1] = BRANCH; in stmpe_24xx_pwm_config()
/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h36 BRANCH, enumerator
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/
H A Dproftpd_1.3.7c.bb8 BRANCH = "1.3.7"
10 SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH};protocol=https \
/openbmc/openbmc/poky/meta/recipes-devtools/llvm/
H A Dllvm_git.bb26 BRANCH = "release/${MAJOR_VERSION}.x"
28 SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
/openbmc/openbmc-build-scripts/scripts/
H A Dunit-test.py1364 BRANCH = args.BRANCH variable
1408 build_dep_tree(UNIT_TEST_PKG, CODE_SCAN_DIR, dep_added, dep_tree, BRANCH)
/openbmc/qemu/target/s390x/tcg/
H A Dinsn-data.h.inc112 /* BRANCH AND LINK */
115 /* BRANCH AND SAVE */
118 /* BRANCH RELATIVE AND SAVE */
123 /* BRANCH ON CONDITION */
129 /* BRANCH ON COUNT */
134 /* BRANCH RELATIVE ON COUNT */
139 /* BRANCH ON INDEX */
144 /* BRANCH RELATIVE ON INDEX */
149 /* BRANCH PREDICTION PRELOAD */
253 /* COMPARE AND BRANCH */
[all …]
/openbmc/openbmc/meta-arm/meta-arm-bsp/custom-licenses/
H A DSTM-SLA0044-Rev53 … RELATED DOCUMENTATION) FROM STMICROELECTRONICS INTERNATIONAL N.V, SWISS BRANCH AND/OR ITS AFFILIA…
/openbmc/linux/tools/perf/util/
H A Ddlfilter.c368 CHECK_FLAG(BRANCH); in dlfilter__init()

12