/openbmc/qemu/.gitlab-ci.d/ |
H A D | buildtest.yml | 2 - local: '/.gitlab-ci.d/buildtest-template.yml' 4 build-system-alpine: 6 - .native_build_job_template 7 - .native_build_artifact_template 9 - job: amd64-alpine-container 12 TARGETS: avr-softmmu loongarch64-softmmu mips64-softmmu mipsel-softmmu 13 MAKE_CHECK_ARGS: check-build 14 CONFIGURE_ARGS: --enable-docs --enable-trace-backends=log,simple,syslog 16 check-system-alpine: 19 - job: build-system-alpine [all …]
|
H A D | crossbuilds.yml | 2 - local: '/.gitlab-ci.d/crossbuild-template.yml' 4 cross-armhf-user: 7 job: armhf-debian-cross-container 9 IMAGE: debian-armhf-cross 11 cross-arm64-system: 14 job: arm64-debian-cross-container 16 IMAGE: debian-arm64-cross 18 cross-arm64-user: 21 job: arm64-debian-cross-container 23 IMAGE: debian-arm64-cross [all …]
|
/openbmc/openbmc/meta-security/dynamic-layers/meta-perl/recipes-scanners/checksecurity/ |
H A D | checksecurity_2.0.16.bb | 1 SUMMARY = "basic system security checks" 2 DESCRIPTION = "checksecurity is a simple package which will scan your system for several simple sec… 4 LICENSE = "GPL-2.0-only" 5 LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6" 7 SRC_URI = "http://ftp.de.debian.org/debian/pool/main/c/checksecurity/checksecurity_${PV}+nmu1.tar.g… 8 file://check-setuid-use-more-portable-find-args.patch \ 13 S = "${WORKDIR}/checksecurity-${PV}+nmu1" 20 sed -i -e "s;LOGDIR=/var/log/setuid;LOGDIR=${LOGDIR};g" ${B}/etc/check-setuid.conf 21 sed -i -e "s;LOGDIR=/var/log/setuid;LOGDIR=${LOGDIR};g" ${B}/plugins/check-setuid 22 sed -i -e "s;LOGDIR:=/var/log/setuid;LOGDIR:=${LOGDIR};g" ${B}/plugins/check-setuid [all …]
|
/openbmc/qemu/docs/devel/testing/ |
H A D | main.rst | 7 everything from unit testing and exercising specific sub-systems all 9 tests you can run ``make check-help`` from either the source or build 13 system so can be run directly from the build tree, for example: 17 [./pyvenv/bin/]meson test --suite qemu:softfloat 24 Testing with "make check" 25 ------------------------- 27 The "make check" testing family includes most of the C based tests in QEMU. 33 make check 36 Different sub-types of "make check" tests will be explained below. 45 Unit tests, which can be invoked with ``make check-unit``, are simple C tests [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/glib-2.0/files/ |
H A D | gdatetime-test-fail-0003.patch | 2 From: Simon McVittie <smcv@debian.org> 4 Subject: [PATCH] gdatetime test: Fall back if legacy System V PST8PDT is not 7 On recent versions of Debian, PST8PDT is part of the tzdata-legacy 9 Successfully tested with and without tzdata-legacy on Debian unstable. 11 Signed-off-by: Simon McVittie <smcv@debian.org> 13 Upstream-Status: Backport 16 Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com> 17 --- 18 glib/tests/gdatetime.c | 19 +++++++++++++++++-- 19 1 file changed, 17 insertions(+), 2 deletions(-) [all …]
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | runtime_test.py | 4 # SPDX-License-Identifier: MIT 20 Summary: Check basic testexport functionality with only ping test enabled. 24 Product: oe-core 35 # Build tesexport for core-image-minimal 36 bitbake('core-image-minimal') 37 bitbake('-c testexport core-image-minimal') 39 testexport_dir = get_bb_var('TEST_EXPORT_DIR', 'core-image-minimal') 45 with runqemu('core-image-minimal') as qemu: 47 test_path = os.path.join(testexport_dir, "oe-test") 50 cmd = ("%s runtime --test-data-file %s --packages-manifest %s " [all …]
|
/openbmc/openbmc/poky/meta/recipes-connectivity/resolvconf/ |
H A D | resolvconf_1.92.bb | 2 DESCRIPTION = "Resolvconf is a framework for keeping track of the system's \ 8 LICENSE = "GPL-2.0-or-later" 10 HOMEPAGE = "http://packages.debian.org/resolvconf" 11 RDEPENDS:${PN} = "bash sed util-linux-flock" 13 SRC_URI = "git://salsa.debian.org/debian/resolvconf.git;protocol=https;branch=unstable \ 15 file://0001-avoid-using-m-option-for-readlink.patch \ 22 # the package is taken from snapshots.debian.org; that source is static and goes stale 23 # so we check the latest upstream from a directory that does get updated 31 install -d ${D}${sysconfdir}/default/volatiles 32 install -m 0644 ${UNPACKDIR}/99_resolvconf ${D}${sysconfdir}/default/volatiles [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/ |
H A D | apt_2.6.1.bb | 1 SUMMARY = "Advanced front-end for dpkg" 2 … Advanced Package Tool, an advanced interface to the Debian packaging system which provides the ap… 3 HOMEPAGE = "https://packages.debian.org/sid/apt" 4 LICENSE = "GPL-2.0-or-later" 7 # Triehash script taken from https://github.com/julian-klode/triehash 10 file://0001-Disable-documentation-directory-altogether.patch \ 11 file://0001-Fix-musl-build.patch \ 12 file://0001-CMakeLists.txt-avoid-changing-install-paths-based-on.patch \ 13 file://0001-cmake-Do-not-build-po-files.patch \ 14 file://0001-Hide-fstatat64-and-prlimit64-defines-on-musl.patch \ [all …]
|
/openbmc/qemu/ |
H A D | configure | 14 source_path=$(cd "$(dirname -- "$0")"; pwd) 16 if test "$PWD" -ef "$source_path" 20 MARKER=build/auto-created-by-configure 22 if test -e build 24 if test -f $MARKER 26 rm -rf build 35 echo "ERROR: Could not create ./build directory. Check the permissions on" 36 echo "your source directory, or try doing an out-of-tree build." 41 # This file is auto-generated by configure to support in-source tree 46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS) [all …]
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | debian-legacy-test-cross.docker | 1 # Docker legacy cross-compiler target (tests and minimal qemu) 6 # libc6.1-dev-alpha-cross: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1054412 7 # sh4-linux-user: binaries don't run with bookworm compiler 9 # As we are targeting check-tcg here we only need minimal qemu 12 FROM docker.io/library/debian:11-slim 14 # Duplicate deb line as deb-src 15 RUN cat /etc/apt/sources.list | sed "s/^deb\ /deb-src /" >> /etc/apt/sources.list 18 apt-get update && \ 19 apt-get install -y eatmydata && \ 20 eatmydata apt-get dist-upgrade -y && \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/webmin/ |
H A D | webmin_2.202.bb | 1 SUMMARY = "Web-based administration interface" 3 LICENSE = "BSD-3-Clause" 6 SRC_URI = "${SOURCEFORGE_MIRROR}/webadmin/webmin-${PV}.tar.gz \ 8 file://init-exclude.patch \ 9 file://net-generic.patch \ 10 file://remove-startup-option.patch \ 11 file://disable-version-check.patch \ 12 file://nfs-export.patch \ 13 file://exports-lib.pl.patch \ 14 file://mount-excludefs.patch \ [all …]
|
/openbmc/qemu/tests/functional/ |
H A D | test_mips64el_malta.py | 3 # Functional tests for the little-endian 64-bit MIPS Malta board 5 # Copyright (c) Philippe Mathieu-Daudé <f4bug@amsat.org> 8 # See the COPYING file in the top-level directory. 10 # SPDX-License-Identifier: GPL-2.0-or-later 36 ('http://snapshot.debian.org/archive/debian/' 37 '20130217T032700Z/pool/main/l/linux-2.6/' 38 'linux-image-2.6.32-5-5kc-malta_2.6.32-48_mipsel.deb'), 44 the Debian package. 46 The kernel can be rebuilt using this Debian kernel source [1] and 49 [1] http://snapshot.debian.org/package/linux-2.6/2.6.32-48/ [all …]
|
/openbmc/openbmc/poky/meta/recipes-core/base-passwd/ |
H A D | base-passwd_3.6.5.bb | 1 SUMMARY = "Base system master password/group files" 2 …base files (/etc/passwd and /etc/group). The update-passwd tool is also provided to keep the syst… 3 HOMEPAGE = "https://launchpad.net/base-passwd" 5 LICENSE = "GPL-2.0-only" 8 SRC_URI = "https://launchpad.net/debian/+archive/primary/+files/${BPN}_${PV}.tar.xz \ 9 file://0001-Add-a-shutdown-group.patch \ 10 file://0002-Use-bin-sh-instead-of-bin-bash-for-the-root-user.patch \ 11 file://0003-Remove-for-root-since-we-do-not-have-an-etc-shadow.patch \ 12 file://0004-Add-an-input-group-for-the-dev-input-devices.patch \ 13 file://0005-Add-kvm-group.patch \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/ |
H A D | mongodb_git.bb | 2 LICENSE = "SSPL-1 & Apache-2.0 & Zlib" 3 LIC_FILES_CHKSUM = "file://LICENSE-Community.txt;md5=3a865f27f11f43ecbe542d9ea387dcf1 \ 4 file://APACHE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" 7 python3-setuptools-native \ 8 python3-pyyaml-native python3-cheetah-native \ 9 python3-psutil-native python3-regex-native \ 18 file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \ 19 file://0001-Use-long-long-instead-of-int64_t.patch \ 20 file://0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch \ 21 file://0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch \ [all …]
|
/openbmc/openbmc/meta-hpe/meta-dl385-g11/conf/templates/default/ |
H A D | local.conf.sample | 4 # to the system might want to change but pretty much any configuration option can 25 #MACHINE ?= "qemux86-64" 30 #MACHINE ?= "beaglebone-yocto" 32 #MACHINE ?= "genericx86-64" 33 #MACHINE ?= "mpc8315e-rdb" 36 # This sets the default machine to be qemux86-64 if no other machine is selected: 37 MACHINE ??= "dl385-g11" 42 # During a first build the system will download many different source code tarballs 52 # Where to place shared-state files 63 # The default is a sstate-cache directory under TOPDIR. [all …]
|
/openbmc/openbmc/meta-yadro/meta-vegman/conf/templates/default/ |
H A D | local.conf.sample | 4 # to the system might want to change but pretty much any configuration option can 22 # During a first build the system will download many different source code tarballs 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages [all …]
|
/openbmc/openbmc/meta-qualcomm/conf/templates/default/ |
H A D | local.conf.sample | 4 # to the system might want to change but pretty much any configuration option can 17 MACHINE ??= "qualcomm-dc-scm-v1" 22 # During a first build the system will download many different source code tarballs 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) [all …]
|
/openbmc/openbmc/meta-facebook/meta-bletchley/conf/templates/default/ |
H A D | local.conf.sample | 4 # to the system might want to change but pretty much any configuration option can 22 # During a first build the system will download many different source code tarballs 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages [all …]
|
/openbmc/openbmc/meta-facebook/meta-catalina/conf/templates/default/ |
H A D | local.conf.sample | 4 # to the system might want to change but pretty much any configuration option can 22 # During a first build the system will download many different source code tarballs 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages [all …]
|
/openbmc/openbmc/meta-facebook/meta-greatlakes/conf/templates/default/ |
H A D | local.conf.sample | 4 # to the system might want to change but pretty much any configuration option can 22 # During a first build the system will download many different source code tarballs 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages [all …]
|
/openbmc/openbmc/meta-facebook/meta-tiogapass/conf/templates/default/ |
H A D | local.conf.sample | 4 # to the system might want to change but pretty much any configuration option can 22 # During a first build the system will download many different source code tarballs 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages [all …]
|
/openbmc/openbmc/meta-facebook/meta-yosemitev2/conf/templates/default/ |
H A D | local.conf.sample | 4 # to the system might want to change but pretty much any configuration option can 22 # During a first build the system will download many different source code tarballs 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages [all …]
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/meta-yosemite4n/conf/templates/default/ |
H A D | local.conf.sample | 4 # to the system might want to change but pretty much any configuration option can 22 # During a first build the system will download many different source code tarballs 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages [all …]
|
/openbmc/openbmc/meta-facebook/meta-yosemite4/conf/templates/default/ |
H A D | local.conf.sample | 4 # to the system might want to change but pretty much any configuration option can 22 # During a first build the system will download many different source code tarballs 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages [all …]
|
/openbmc/openbmc/meta-facebook/meta-minerva/conf/templates/default/ |
H A D | local.conf.sample | 4 # to the system might want to change but pretty much any configuration option can 22 # During a first build the system will download many different source code tarballs 33 # Where to place shared-state files 44 # The default is a sstate-cache directory under TOPDIR. 46 #SSTATE_DIR ?= "${TOPDIR}/sstate-cache" 68 DISTRO ?= "openbmc-phosphor" 73 # DISTRO ?= "poky-bleeding" 82 # - 'package_deb' for debian style deb files 83 # - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager) 84 # - 'package_rpm' for rpm style packages [all …]
|