/xen/automation/gitlab-ci/ |
A D | build.yaml | 1 .build-tmpl: &build 2 stage: build 5 - ./automation/scripts/build 2>&1 | tee build.log 28 <<: *build 34 .x86-64-build: 45 <<: *build 51 .x86-32-build: 102 <<: *build 129 <<: *build 156 <<: *build [all …]
|
/xen/ |
A D | Makefile | 50 .PHONY: build 51 build: $(TARGS_BUILD) target 53 .PHONY: build-xen 54 build-xen: 61 .PHONY: build-tools 62 build-tools: build-tools-public-headers 66 build-tools-oxenstored: build-tools-public-headers 72 build-stubdom: mini-os-dir build-tools-public-headers 85 .PHONY: build-docs 86 build-docs: [all …]
|
/xen/automation/build/debian/ |
A D | bookworm-cppcheck.dockerfile | 8 # dependencies for cppcheck build 12 build-essential \ 16 RUN mkdir /build 17 WORKDIR /build 19 # cppcheck release build (see cppcheck readme.md) 38 RUN mkdir /build 39 WORKDIR /build 41 # dependencies for cppcheck analysis including Xen-only build/cross-build 44 build-essential \
|
A D | bookworm-arm64v8-arm32-gcc.dockerfile | 10 RUN mkdir /build 11 WORKDIR /build 13 # build depends 16 build-essential \
|
A D | bookworm-i386.dockerfile | 9 RUN mkdir /build 10 WORKDIR /build 14 # build depends 17 build-essential \
|
A D | bookworm-arm64v8.dockerfile | 9 RUN mkdir /build 10 WORKDIR /build 12 # build depends 15 build-essential \
|
A D | bookworm.dockerfile | 9 RUN mkdir /build 10 WORKDIR /build 12 # build depends 15 build-essential \
|
/xen/docs/misc/ |
A D | libxl_memory.txt | 16 | | guest | | | build | | | 22 | | balloon | | build 33 build start = libxl_domain_build_info.target_memkb 50 | | guest | | | build | target | | 56 | | balloon | | build 65 build start = libxl_domain_build_info.target_memkb
|
/xen/tools/pygrub/ |
A D | Makefile | 7 INSTALL_LOG = build/installed_files.txt 13 all: build 14 .PHONY: build 15 build: target 16 $(setup.py) build 34 rm -rf build tmp *.pyc *.pyo *.o *.a *~ a.out $(INSTALL_LOG) $(DEPS_RM)
|
/xen/tools/firmware/ |
A D | ovmf-makefile | 10 # OVMF build system has its own parallel building support. 15 all: build 17 .PHONY: build 18 build: 22 OvmfPkg/build.sh -a X64 -b $(TARGET) -p OvmfPkg/OvmfXen.dsc; \ 25 OvmfPkg/build.sh -a X64 -b $(TARGET) -n 4; \
|
/xen/automation/tests-artifacts/qemu-system-aarch64/ |
A D | 6.0.0-arm64v8.dockerfile | 10 RUN mkdir /build 11 WORKDIR /build 13 # build depends 16 build-essential \ 19 ninja-build \ 71 cp ./build/qemu-system-aarch64 / && \ 72 cp ./build/qemu-system-arm / && \ 73 cd /build && \
|
/xen/tools/python/ |
A D | Makefile | 5 all: build 9 INSTALL_LOG = build/installed_files.txt 17 .PHONY: build 18 build: target 19 $(setup.py) build 44 rm -rf build/
|
/xen/automation/eclair_analysis/ |
A D | Makefile.prepare | 3 $(Q)$(MAKE) $(build)=tools 4 $(Q)$(MAKE) $(build)=. include/xen/compile.h 5 $(Q)$(MAKE) $(build)=include all 6 $(Q)$(MAKE) $(build)=arch/$(SRCARCH) include
|
/xen/automation/build/yocto/ |
A D | yocto.dockerfile.in | 3 # Docker file to create an environment to build yocto with virtualization 5 # Arguments that can be passed during image creation using --build-arg: 6 # "host_uid=$(id -u)": to use current user uid for build user in the image 7 # "host_gid=$(id -g)": to use current user gid for build user in the image 19 # See https://docs.yoctoproject.org/4.0.1/brief-yoctoprojectqs/index.html#build-host-packages 29 build-essential \ 71 # Create a user for the build (we don't want to build as root). 72 ENV USER_NAME docker-build 106 COPY ./build-yocto.sh / 107 RUN /build-yocto.sh --dump-log ##YOCTOTARGET##
|
/xen/automation/build/alpine/ |
A D | 3.18-arm64v8.dockerfile | 8 RUN mkdir /build 9 WORKDIR /build 11 # build depends 14 # xen build deps 43 # qemu build deps
|
A D | 3.18.dockerfile | 8 RUN mkdir /build 9 WORKDIR /build 11 # build depends 14 # xen build deps 45 # qemu build deps
|
/xen/tools/golang/xenlight/ |
A D | Makefile | 14 all: build 30 .PHONY: build 31 build: xenlight.go $(GOXL_GEN_FILES) target 33 …PPEND_CFLAGS)" CGO_LDFLAGS="$(call xenlibs-ldflags,light toollog) $(APPEND_LDFLAGS)" $(GO) build -x 36 install: build
|
/xen/xen/ |
A D | build.mk | 64 build-dirs := $(patsubst %/built_in.o,%,$(filter %/built_in.o,$(ALL_OBJS) $(ALL_LIBS))) 68 $(sort $(ALL_OBJS) $(ALL_LIBS)): $(build-dirs) ; 70 PHONY += $(build-dirs) 71 $(build-dirs): FORCE 72 $(Q)$(MAKE) $(build)=$@ need-builtin=1 90 $(Q)$(MAKE) $(build)=arch/$(SRCARCH) $@
|
/xen/automation/tests-artifacts/kernel/ |
A D | 5.19-arm64v8.dockerfile | 10 RUN mkdir /build 11 WORKDIR /build 13 # build depends 16 build-essential \ 33 cd /build && \
|
A D | 6.1.19.dockerfile | 10 RUN mkdir /build 11 WORKDIR /build 13 # build depends 16 build-essential \ 40 cd /build && \
|
/xen/.github/workflows/ |
A D | coverity.yml | 13 - name: Install build dependencies 16 build-essential \ 45 - name: Pre build stuff 51 command: make -j`nproc` build-xen build-tools && make -j`nproc` -C extras/mini-os/
|
/xen/tools/xenmon/ |
A D | Makefile | 24 all: build 26 .PHONY: build 27 build: xentrace_setmask xenbaked target 30 install: build
|
/xen/m4/ |
A D | subsystem.m4 | 12 AS_HELP_STRING([--disable-$1], [Disable build and install of $1]),[ 23 AS_HELP_STRING([--enable-$1], [Enable build and install of $1]),[ 34 AS_HELP_STRING([--enable-$1], [Enable build and install of $1]),[ 49 echo "Will build the following subsystems:"
|
/xen/tools/fuzz/ |
A D | README.oss-fuzz | 20 We also provide build script to oss-fuzz. The build script will 22 environment, which has libFuzzEngine installed. The build script is 23 responsible for calling the correct Xen build rune to produce the 32 Feel free to modify each fuzzing targets at will. Make sure they build 33 by invoking make as you would build tools.
|
/xen/automation/build/ubuntu/ |
A D | 18.04-x86_64.dockerfile | 19 build-essential 58 # Qemu build 62 ninja-build 71 WORKDIR /build
|