/openbmc/openbmc/poky/meta/recipes-support/apr/ |
H A D | apr-util_1.6.3.bb | 8 LICENSE = "Apache-2.0" 12 SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \ 15 file://0001-test_transformation-Check-if-transform-is-supported-.patch \ 16 file://run-ptest \ 21 EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \ 22 --without-odbc \ 23 --without-pgsql \ 24 --without-sqlite2 \ 25 --with-expat=${STAGING_DIR_HOST}${prefix}" 30 MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/apu-1-config" [all …]
|
/openbmc/qemu/.gitlab-ci.d/custom-runners/ |
H A D | ubuntu-22.04-aarch64.yml | 1 # All ubuntu-22.04 jobs should run successfully in an environment 2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task 3 # "Install basic packages to build QEMU on Ubuntu 22.04" 5 ubuntu-22.04-aarch64-all-linux-static: 8 stage: build 10 - ubuntu_22.04 11 - aarch64 12 rules: 13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 14 - if: "$AARCH64_RUNNER_AVAILABLE" [all …]
|
H A D | ubuntu-22.04-s390x.yml | 1 # All ubuntu-22.04 jobs should run successfully in an environment 2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task 3 # "Install basic packages to build QEMU on Ubuntu 22.04" 5 ubuntu-22.04-s390x-all-linux: 8 stage: build 10 - ubuntu_22.04 11 - s390x 12 rules: 13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 14 - if: "$S390X_RUNNER_AVAILABLE" [all …]
|
H A D | ubuntu-22.04-aarch32.yml | 1 # All ubuntu-22.04 jobs should run successfully in an environment 2 # setup by the scripts/ci/setup/ubuntu/build-environment.yml task 3 # "Install basic packages to build QEMU on Ubuntu 22.04" 5 ubuntu-22.04-aarch32-all: 8 stage: build 10 - ubuntu_22.04 11 - aarch32 12 rules: 13 - if: '$CI_PROJECT_NAMESPACE == "qemu-project" && $CI_COMMIT_BRANCH =~ /^staging/' 16 - if: "$AARCH32_RUNNER_AVAILABLE" [all …]
|
/openbmc/linux/drivers/gpu/drm/ci/ |
H A D | gitlab-ci.yml | 2 DRM_CI_PROJECT_PATH: &drm-ci-project-path mesa/mesa 3 DRM_CI_COMMIT_SHA: &drm-ci-commit-sha edfbf74df1d4d6ce54ffe24566108be0e1a98c3d 6 TARGET_BRANCH: drm-next 10 DEQP_RUNNER_GIT_URL: https://gitlab.freedesktop.org/anholt/deqp-runner.git 13 FDO_UPSTREAM_REPO: helen.fornazier/linux # The repo where the git-archive daily runs 14 MESA_TEMPLATES_COMMIT: &ci-templates-commit d5aa3941aa03c2f716595116354fb81eb8012acb 16 CI_PRE_CLONE_SCRIPT: |- 17 set -o xtrace 18 …-L --retry 4 -f --retry-all-errors --retry-delay 60 -s ${DRM_CI_PROJECT_URL}/-/raw/${DRM_CI_COMMIT… 19 bash download-git-cache.sh [all …]
|
H A D | build.yml | 1 .build: 3 - .build-rules 4 - .container+build-rules 5 stage: build 8 - artifacts 10 - FDO_CI_CONCURRENT=${FDO_CI_CONCURRENT} bash drivers/gpu/drm/ci/build.sh 12 .build:arm32: 14 - .build 15 - .use-debian/arm64_build 17 - aarch64 [all …]
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/ |
H A D | 0003-handle-static-shared-only-build.patch | 4 Subject: [PATCH] Make.rules: Handle static/shared only build 6 Do not build .a library when enable_static is set to "no" 7 Do not build .so library when enable_shared is set to "no" 9 Upstream-Status: Pending 10 Signed-off-by: Romain Naour <romain.naour@openwide.fr> 11 --- 12 Make.rules | 10 ++++++++-- 13 1 file changed, 8 insertions(+), 2 deletions(-) 15 diff --git a/Make.rules b/Make.rules 17 --- a/Make.rules [all …]
|
/openbmc/linux/tools/build/Documentation/ |
H A D | Build.txt | 1 Build Framework 4 The perf build framework was adopted from the kernel build system, hence the 7 Basically the user provides set of 'Build' files that list objects and 8 directories to nest for specific target to be build. 10 Unlike the kernel we don't have a single build object 'obj-y' list that where 11 we setup source objects, but we support more. This allows one 'Build' file to 12 carry a sources list for multiple build objects. 15 Build framework makefiles 16 ------------------------- 18 The build framework consists of 2 Makefiles: [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 17 Core driver for low level functionality of the ConnectX-4 and 18 Connect-IB cards by Mellanox Technologies. 24 Build support for the Innova family of network cards by Mellanox 28 sandbox-specific client drivers. 36 Ethernet support in Mellanox Technologies ConnectX-4 NIC. 43 Mellanox MLX5 ethernet hardware-accelerated receive flow steering support, 53 flow rules to direct traffic into arbitrary rx queue via ethtool set/get_rxnfc 61 Mellanox Technologies Ethernet Multi-Physical Function Switch (MPFS) 62 support in ConnectX NIC. MPFs is required for when multi-PF configuration [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/gettext/gettext/ |
H A D | serial-tests-config.patch | 6 Add serial-tests support, ptest need it 8 Upstream-Status: Inappropriate [oe specific] 10 Signed-off-by: Changqing Li <changqing.li@windriver.com> 11 --- 12 configure.ac | 2 +- 13 gettext-runtime/configure.ac | 2 +- 14 gettext-tools/configure.ac | 2 +- 15 3 files changed, 3 insertions(+), 3 deletions(-) 17 diff --git a/configure.ac b/configure.ac 19 --- a/configure.ac [all …]
|
/openbmc/qemu/docs/devel/ |
H A D | build-system.rst | 2 The QEMU build system architecture 6 QEMU build system. As with projects using GNU autotools, the QEMU build 8 to determine the local build environment characteristics, then they run 9 "make" to build the project. This is about where the similarities with 12 The two general ways to perform a build are as follows: 14 - build artifacts outside of QEMU source tree entirely:: 17 mkdir build 18 cd build 22 - build artifacts in a subdir of QEMU source tree:: 24 mkdir build [all …]
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
H A D | kconfig.rst | 1 .. SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB 11 | at build time via kernel Kconfig flags. 20 | ports to Bridge and offloading rules for traffic between such ports. 34 | built-in into mlx5_core.ko. 39 …g (DCB) Support <https://enterprise-support.nvidia.com/s/article/howto-auto-config-pfc-and-ets-on-… 53 | Flow-based classifiers, such as those registered through 54 | `tc-flower(8)`, are processed by the device, rather than the 61 | Enables Hardware-accelerated receive flow steering (arfs) support, and ntuple filtering. 62 | https://enterprise-support.nvidia.com/s/article/howto-configure-arfs-on-connectx-4 67 | Enables :ref:`IPSec XFRM cryptography-offload acceleration <xfrm_device>`. [all …]
|
/openbmc/qemu/.gitlab-ci.d/ |
H A D | opensbi.yml | 1 # All jobs needing docker-opensbi must use the same rules it uses. 3 rules: 5 - if: '$QEMU_CI != "1" && $QEMU_CI != "2" && $CI_PROJECT_NAMESPACE != "qemu-project"' 9 # if any files affecting the build output are touched 10 - if: '$QEMU_CI == "1" && $CI_PROJECT_NAMESPACE != "qemu-project"' 12 - .gitlab-ci.d/opensbi.yml 13 - .gitlab-ci.d/opensbi/Dockerfile 14 - roms/opensbi/* 19 …- if: '$QEMU_CI == "1" && $CI_PROJECT_NAMESPACE != "qemu-project" && $CI_COMMIT_REF_NAME =~ /^open… 24 …- if: '$QEMU_CI == "1" && $CI_PROJECT_NAMESPACE != "qemu-project" && $CI_COMMIT_MESSAGE =~ /opensb… [all …]
|
/openbmc/linux/security/integrity/ima/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 60 Disabling this option will disregard LSM based policy rules. 70 limited to 255 characters. The 'ima-ng' measurement list 76 bool "ima-ng (default)" 78 bool "ima-sig" 83 default "ima-ng" if IMA_NG_TEMPLATE 84 default "ima-sig" if IMA_SIG_TEMPLATE 128 IMA policy can now be updated multiple times. The new rules get 129 appended to the original policy. Have in mind that the rules are 141 This option allows the root user to see the current policy rules. [all …]
|
/openbmc/linux/tools/testing/selftests/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 3 TARGETS += amd-pstate 14 TARGETS += cpu-hotplug 16 TARGETS += dmabuf-heaps 17 TARGETS += drivers/dma-buf 47 TARGETS += memory-hotplug 86 TARGETS += tc-testing 106 TARGETS_HOTPLUG = cpu-hotplug 107 TARGETS_HOTPLUG += memory-hotplug 110 # BPF since it has cutting edge build time dependencies which require [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/m4/m4/ |
H A D | serial-tests-config.patch | 4 Subject: [PATCH] add a patch to use serial-tests config needed by ptest 6 Add serial-tests support, ptest need it. 8 Upstream-Status: Inappropriate [oe specific] 10 Signed-off-by: Changqing Li <changqing.li@windriver.com> 11 --- 12 configure.ac | 2 +- 13 1 file changed, 1 insertion(+), 1 deletion(-) 15 diff --git a/configure.ac b/configure.ac 17 --- a/configure.ac 19 @@ -22,7 +22,7 @@ AC_INIT([GNU M4], m4_esyscmd([build-aux/git-version-gen .tarball-version]), [all …]
|
/openbmc/qemu/tests/uefi-test-tools/ |
H A D | Makefile | 8 # <http://opensource.org/licenses/bsd-license.php>. 14 images_dir := ../data/uefi-boot-images 16 uefi_binaries := bios-tables-test 23 # Preserve all intermediate targets if the build succeeds. 24 # - Intermediate targets help with development & debugging. 25 # - Preserving intermediate targets also keeps spurious changes out of the 26 # final build products, in case the user re-runs "make" without any changes 28 # removed by the last "make" invocation, hence the re-run would rebuild them 30 # "genisoimage" utilities embed timestamp-based information in their outputs, 35 Build/$(binary).$(target)$(suffix)))) [all …]
|
/openbmc/linux/scripts/ |
H A D | remove-stale-files | 3 set -e 6 # .gitignore and cleaning rules in the Makefile. This is the right thing 9 # causing build issues. 11 # Also, 'git status' shows such stale build artifacts as untracked files. 15 # So, when you (re)move generated files, please move the cleaning rules from 23 rm -f arch/powerpc/purgatory/kexec-purgatory.c 24 rm -f arch/riscv/purgatory/kexec-purgatory.c 25 rm -f arch/x86/purgatory/kexec-purgatory.c 27 rm -f scripts/extract-cert 29 rm -f scripts/kconfig/[gmnq]conf-cfg [all …]
|
/openbmc/openbmc/meta-ibm/ |
H A D | README.md | 10 URI: git://git.openembedded.org/openembedded-core 15 URI: https://github.com/openbmc/meta-phosphor 19 URI: https://github.com/openbmc/meta-openpower 23 URI: https://github.com/openbmc/meta-aspeed 30 Witherspoon, or AC922, is an IBM POWER9 two-socket, 2U Accelerated Compute 32 [here](https://www.ibm.com/us-en/marketplace/power-systems-ac922). 36 so in order to build a different configuration, or to build witherspoon 42 Then build: 44 bitbake obmc-phosphor-image 49 bitbake obmc-phosphor-image [all …]
|
/openbmc/linux/Documentation/kbuild/ |
H A D | makefiles.rst | 15 scripts/Makefile.* common rules etc. for all kbuild Makefiles. 29 architecture-specific information to the top Makefile. 33 .config file to construct various file lists used by kbuild to build 34 any built-in or modular targets. 36 scripts/Makefile.* contains all the definitions/rules etc. that 37 are used to build the kernel based on the kbuild makefiles. 44 *Users* are people who build kernels. These people type commands such as 59 *Kbuild developers* are people who work on the kernel build system itself. 80 ---------------- 90 obj-y += foo.o [all …]
|
/openbmc/linux/tools/build/ |
H A D | Makefile.build | 1 # SPDX-License-Identifier: GPL-2.0 3 # Main build makefile. 9 # Copyright (C) Linus Torvalds <torvalds@linux-foundation.org>, 2015 23 ifneq ($(findstring s,$(filter-out --%,$(MAKEFLAGS))),) 27 build-dir := $(srctree)/tools/build 29 # Define $(fixdep) for dep-cmd function 31 fixdep := $(build-dir)/fixdep 37 include $(build-dir)/Build.include 40 -include $(OUTPUT).config-detected 42 # Init all relevant variables used in build files so [all …]
|
/openbmc/linux/scripts/package/debian/ |
H A D | rules | 1 #!/usr/bin/make -f 2 # SPDX-License-Identifier: GPL-2.0-only 4 include debian/rules.vars 8 ifneq (,$(filter-out parallel=1,$(filter parallel=%,$(DEB_BUILD_OPTIONS)))) 10 MAKEFLAGS += -j$(NUMJOBS) 13 .PHONY: binary binary-indep binary-arch 14 binary: binary-arch binary-indep 15 binary-indep: build-indep 16 binary-arch: build-arch 17 $(MAKE) -f $(srctree)/Makefile ARCH=$(ARCH) \ [all …]
|
/openbmc/linux/arch/parisc/kernel/vdso64/ |
H A D | Makefile | 3 obj-vdso64 = note.o sigtramp.o restart_syscall.o 5 # Build rules 7 targets := $(obj-vdso64) vdso64.so 8 obj-vdso64 := $(addprefix $(obj)/, $(obj-vdso64)) 11 ccflags-y := -shared -fno-common -fno-builtin 12 ccflags-y += -nostdlib -Wl,-soname=linux-vdso64.so.1 \ 13 $(call ld-option, -Wl$(comma)--hash-style=sysv) 14 asflags-y := -D__VDSO64__ -s 16 KBUILD_AFLAGS += -DBUILD_VDSO 17 KBUILD_CFLAGS += -DBUILD_VDSO -DDISABLE_BRANCH_PROFILING [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/ |
H A D | systemd_257.1.bb | 7 DEPENDS = "gperf-native libcap util-linux python3-jinja2-native" 11 inherit useradd pkgconfig meson perlnative update-rc.d update-alternatives qemu systemd gettext bas… 13 # unmerged-usr support is deprecated upstream, taints the system and will be 14 # removed in the near future. Fail the build if it is not enabled. 18 # that we don't build both udev and systemd in world builds. 22 file://touchscreen.rules \ 23 file://00-create-volatile.conf \ 25 …s.contains('PACKAGECONFIG', 'polkit_hostnamed_fallback', 'file://00-hostnamed-network-user.conf', … 27 file://99-default.preset \ 28 file://systemd-pager.sh \ [all …]
|
/openbmc/linux/Documentation/networking/ |
H A D | regulatory.rst | 1 .. SPDX-License-Identifier: GPL-2.0 15 --------------------------------------- 23 ------------------------------------------- 26 database file (regulatory.db) containing all the regulatory rules. It 27 will then use that database when it needs to look up the rules for a 31 --------------------------------------------------------------- 34 a userspace agent build it and send it via nl80211. Only 38 is CRDA - central regulatory domain agent. Its documented here: 49 # Example file, should be put in /etc/udev/rules.d/regulatory.rules 55 -------------------------------- [all …]
|