| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | create-pull-request | 56 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="http://git.yoctoproject.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH" 155 WEB_URL="http://git.pokylinux.org/cgit.cgi/$REMOTE_REPO/log/?h=$BRANCH" 158 WEB_URL="http://cgit.openembedded.org/$REMOTE_REPO/log/?h=$BRANCH" 161 WEB_URL="https://github.com/$REMOTE_REPO/tree/$BRANCH" 169 echo "Pushing '$BRANCH' on '$REMOTE' as requested..." 170 git push $REMOTE $L_BRANCH:$BRANCH [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | generate_cfi_kallsyms.pl | 41 BRANCH => 3, constant 142 $last = BRANCH; 153 if ($last ne BRANCH) {
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/avro/ |
| H A D | avro-c_1.11.0.bb | 10 BRANCH = "branch-1.11" 12 SRC_URI = "git://github.com/apache/avro;branch=${BRANCH};protocol=https \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/tesseract/ |
| H A D | tesseract_4.1.3.bb | 8 BRANCH = "4.1" 10 SRC_URI = "git://github.com/${BPN}-ocr/${BPN}.git;branch=${BRANCH};protocol=https \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-support/fcgiwrap/ |
| H A D | fcgiwrap_git.bb | 10 SRC_URI = "git://github.com/gnosek/fcgiwrap.git;protocol=https;branch=${BRANCH} \ 13 BRANCH = "master"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/ufs-utils/ |
| H A D | ufs-utils_1.9.bb | 5 BRANCH ?= "dev" 9 SRC_URI = "git://github.com/westerndigitalcorporation/ufs-utils.git;protocol=https;branch=${BRANCH}…
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/spirv-llvm-translator/ |
| H A D | spirv-llvm-translator_git.bb | 4 BRANCH = "llvm_release_140" 5 SRC_URI = "git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${BRANCH} \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/abseil-cpp/ |
| H A D | abseil-cpp_git.bb | 12 BRANCH = "master" 13 SRC_URI = "git://github.com/abseil/abseil-cpp;branch=${BRANCH};protocol=https \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/openh264/ |
| H A D | openh264_2.1.1.bb | 15 BRANCH = "openh264v2.1.1" 16 SRC_URI = "git://github.com/cisco/openh264.git;protocol=https;branch=${BRANCH} \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/juce/ |
| H A D | projucer.inc | 19 BRANCH = "master" 20 SRC_URI = "git://github.com/WeAreROLI/JUCE.git;protocol=https;branch=${BRANCH} \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-test/pm-qa/ |
| H A D | pm-qa_git.bb | 9 BRANCH ?= "master" 13 SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/tbb/ |
| H A D | tbb_2021.5.0.bb | 14 BRANCH = "onetbb_2021" 16 SRC_URI = "git://github.com/oneapi-src/oneTBB.git;protocol=https;branch=${BRANCH} \
|
| /OK3568_Linux_fs/kernel/arch/sparc/net/ |
| H A D | bpf_jit_comp_64.c | 121 #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) 131 #define BGEU (BRANCH | CONDGEU) 132 #define BLU (BRANCH | CONDLU) [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/grpc/ |
| H A D | grpc_1.46.7.bb | 24 BRANCH = "v1.46.x" 25 SRC_URI = "git://github.com/grpc/grpc.git;protocol=https;name=grpc;branch=${BRANCH} \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/boinc/ |
| H A D | boinc-client_7.18.1.bb | 33 BRANCH = "client_release/7/7.18" 34 SRC_URI = "git://github.com/BOINC/boinc;protocol=https;branch=${BRANCH} \
|
| /OK3568_Linux_fs/kernel/ |
| H A D | build.config.common | 1 BRANCH=android12-5.10
|
| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | slre.c | 31 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()
|
| /OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/ |
| H A D | clang.inc | 14 BRANCH = "release/14.x"
|
| /OK3568_Linux_fs/kernel/drivers/pwm/ |
| H A D | pwm-stmpe.c | 97 #define BRANCH (BIT(15) | BIT(13)) macro 215 program[1] = BRANCH; in stmpe_24xx_pwm_config()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/ |
| H A D | mdns_1310.140.1.bb | 13 BRANCH = "rel/mDNSResponder-1310" 14 SRC_URI = "git://github.com/apple-oss-distributions/mDNSResponder;protocol=https;branch=${BRANCH} \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/proftpd/ |
| H A D | proftpd_1.3.7c.bb | 8 BRANCH = "1.3.7" 10 SRC_URI = "git://github.com/proftpd/proftpd.git;branch=${BRANCH};protocol=https \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/ |
| H A D | llvm_git.bb | 29 BRANCH = "release/${MAJOR_VERSION}.x" 31 SRC_URI = "git://github.com/llvm/llvm-project.git;branch=${BRANCH};protocol=https \
|
| /OK3568_Linux_fs/buildroot/package/vboot-utils/ |
| H A D | 0005-include-sys-sysmacros.h-for-major.patch | 12 BRANCH=None
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | sstep.h | 37 BRANCH, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/ |
| HD | ISO_2033-1983.gz | 1<code_set_name> ISO_2033-1983
2<comment_char> %
3<escape_char> /
4% ... |