Home
last modified time | relevance | path

Searched refs:br (Results 1 – 25 of 65) sorted by relevance

123

/buildroot/utils/checksymbolslib/
A Dmakefile.py1 import checksymbolslib.br as br
11 package = br.get_package_from_filename(filename)
20 … add_multiple_symbol_usages(package, prefixes=[br.boot_prefix], suffixes=br.barebox_infra_suffixes)
34 prefix = br.toolchain_prefix
36 prefix = br.package_prefix
45 prefixes = [br.boot_prefix]
47 prefixes = [br.toolchain_prefix]
49 prefixes = [br.toolchain_prefix]
51 prefixes = [br.package_prefix]
67 if br.re_makefile_eval.search(line):
[all …]
A Dkconfig.py3 import checksymbolslib.br as br namespace
7 clean_line = br.re_comments.sub('', line)
48 br.re_kconfig_config: handle_definition,
49 br.re_kconfig_default: handle_default,
50 br.re_kconfig_depends: handle_usage,
51 br.re_kconfig_if: handle_usage,
52 br.re_kconfig_select: handle_select,
53 br.re_kconfig_source: handle_usage,
58 if not br.re_kconfig_symbol.search(line):
112 if br.re_menu.search(line):
[all …]
A Ddb.py3 import checksymbolslib.br as br namespace
125 if br.re_host_symbol.search(symbol):
127 if br.is_an_optional_symbol_for_a_roofts(symbol):
129 if symbol in br.symbols_defined_only_at_command_line:
131 if symbol in br.symbols_defined_only_when_using_br2_external:
133 if symbol in br.symbols_defined_only_for_barebox_variant:
135 if symbol in br.symbols_not_defined_for_fake_virtual_packages:
158 if symbol in br.symbols_used_only_in_source_code:
160 if symbol in br.symbols_used_only_for_host_variant:
A Dfile.py4 import checksymbolslib.br as br namespace
26 if br.file_belongs_to_an_ignored_diretory(f):
/buildroot/support/config-fragments/autobuild/
A Dtoolchain-configs.csv19 support/config-fragments/autobuild/br-arm-full-static.config,x86_64
46 support/config-fragments/autobuild/br-arc-full-internal.config,any
47 support/config-fragments/autobuild/br-arc-internal-glibc.config,any
48 support/config-fragments/autobuild/br-arm-basic.config,x86_64
49 support/config-fragments/autobuild/br-arm-full-nothread.config,x86_64
50 support/config-fragments/autobuild/br-arm-internal-full.config,any
51 support/config-fragments/autobuild/br-arm-internal-glibc.config,any
52 support/config-fragments/autobuild/br-arm-internal-musl.config,any
53 support/config-fragments/autobuild/br-i386-pentium4-full.config,x86_64
55 support/config-fragments/autobuild/br-mips64-n64-full.config,x86_64
[all …]
A Dbr-arm-basic.config5 BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-basic-2020.11…
A Dbr-powerpc64-power7-glibc.config5 BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.net/toolchains/tarballs/br-powerpc64-power7-…
A Dbr-i386-pentium4-full.config5 BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-i386-pentium4-ful…
A Dbr-mips64-n64-full.config6 BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-mips64-n64-full-2…
A Dbr-powerpc-603e-basic-cpp.config6 BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-powerpc-603e-basi…
A Dbr-arm-full-nothread.config6 BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm11-full-nothre…
A Dbr-arm-full-static.config6 BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-arm-full-static-2…
A Dbr-mips64r6-el-hf-glibc.config8 BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-mips64r6-n64-el-h…
/buildroot/support/docker/
A DDockerfile62 RUN useradd -ms /bin/bash br-user && \
63 chown -R br-user:br-user /home/br-user
65 USER br-user
66 WORKDIR /home/br-user
67 ENV HOME /home/br-user
/buildroot/support/kconfig/patches/
A D18-merge-config.sh-create-temporary-files-in-tmp.patch2 Author: Henrique Marks <henrique.marks@datacom.ind.br>
11 Signed-off-by: Henrique Marks <henrique.marks@datacom.ind.br>
12 Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
A Dseries2 06-br-build-system-integration.patch
3 10-br-build-system.patch
/buildroot/package/dado/
A DConfig.in6 http://www.ccpa.puc-rio.br/software/dado/
/buildroot/package/lbase64/
A DConfig.in6 http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/#lbase64
/buildroot/
A D.gitlab-ci.yml22 - br-test-pkg/*/.config
23 - br-test-pkg/*/missing.config
/buildroot/package/sox/
A D0002-configure.ac-put-back-disable-stack-protector.patch16 /home/fabrice/br-test-pkg/br-arm-full/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-ucl…
17 /home/fabrice/br-test-pkg/br-arm-full/host/opt/ext-toolchain/bin/../lib/gcc/arm-buildroot-linux-ucl…
/buildroot/toolchain/
A Dhelpers.mk330 …if ! echo 'int main(void) {}' | $${__CROSS_CC} -x c -o $(BUILD_DIR)/.br-toolchain-test.tmp - ; the…
331 rm -f $(BUILD_DIR)/.br-toolchain-test.tmp*; \
337 rm -f $(BUILD_DIR)/.br-toolchain-test.tmp*
363 __o=$(BUILD_DIR)/.br-toolchain-test-dlang.tmp ; \
383 __o=$(BUILD_DIR)/.br-toolchain-test-fortran.tmp ; \
403 __o=$(BUILD_DIR)/.br-toolchain-test-openmp.tmp ; \
486 …in(){}' | $${__CROSS_CC} -Werror -fstack-protector -x c - -o $(BUILD_DIR)/.br-toolchain-test.tmp >…
497 …if ! echo 'int main(){}' | $${__CROSS_CC} -Werror $${__SSP_OPTION} -x c - -o $(BUILD_DIR)/.br-tool…
502 rm -f $(BUILD_DIR)/.br-toolchain-test.tmp*
/buildroot/package/lrandom/
A DConfig.in7 http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/#lrandom
/buildroot/package/lpeg/
A DConfig.in7 http://www.inf.puc-rio.br/~roberto/lpeg.html
/buildroot/package/kodi/
A DS50kodi6 BIN=/usr/bin/br-kodi
/buildroot/support/download/
A Dcargo-post-process29 flock "${CARGO_HOME}"/.br-lock \

Completed in 36 milliseconds

123