/openbmc/openbmc/poky/meta/recipes-support/nettle/ |
H A D | nettle_3.10.1.bb | 2 …ESCRIPTION = "Nettle is a cryptographic library that is designed to fit easily in more or less any… 3 HOMEPAGE = "http://www.lysator.liu.se/~nisse/nettle/" 5 cryptographic algorithms for higher-level applications by implementing a \ 6 context-independent set of cryptographic algorithms" 8 LICENSE = "LGPL-3.0-or-later | GPL-2.0-or-later" 12 … file://serpent-decrypt.c;beginline=14;endline=36;md5=ca0d220bc413e1842ecc507690ce416e \ 13 … file://serpent-set-key.c;beginline=14;endline=36;md5=ca0d220bc413e1842ecc507690ce416e" 18 file://Add-target-to-only-build-tests-not-run-them.patch \ 19 file://run-ptest \ 20 file://check-header-files-of-openssl-only-if-enable_.patch \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/libarchive/ |
H A D | libarchive_3.7.7.bb | 2 DESCRIPTION = "C library and command-line tools for reading and writing tar, cpio, zip, ISO, and ot… 5 LICENSE = "BSD-2-Clause" 8 DEPENDS = "e2fsprogs-native" 12 DEPENDS_BZIP2 = "bzip2-replacement-native" 13 DEPENDS_BZIP2:class-target = "bzip2" 15 PACKAGECONFIG[acl] = "--enable-acl,--disable-acl,acl," 16 PACKAGECONFIG[xattr] = "--enable-xattr,--disable-xattr,attr," 17 PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib," 18 PACKAGECONFIG[bz2] = "--with-bz2lib,--without-bz2lib,${DEPENDS_BZIP2}," 19 PACKAGECONFIG[xz] = "--with-lzma,--without-lzma,xz," [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/cryptsetup/ |
H A D | cryptsetup_2.7.5.bb | 1 SUMMARY = "Manage plain dm-crypt and LUKS encrypted volumes" 2 DESCRIPTION = "Cryptsetup is used to conveniently setup dm-crypt managed \ 3 device-mapper mappings. These include plain dm-crypt volumes and \ 5 and can hence offer more features than plain dm-crypt. On the other \ 9 LICENSE = "GPL-2.0-with-OpenSSL-exception" 13 json-c \ 16 util-linux-libuuid \ 19 DEPENDS:append:libc-musl = " argp-standalone" 20 LDFLAGS:append:libc-musl = " -largp" 33 luks2-reencryption \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/ |
H A D | qemu.inc | 7 LICENSE = "GPL-2.0-only & LGPL-2.1-only" 9 DEPENDS += "bison-native meson-native ninja-native" 11 RDEPENDS:${PN}-ptest = "bash" 13 require qemu-targets.inc 14 # https://gitlab.com/qemu-project/qemu/-/commit/81e2b198a8cb4ee5fdf108bd438f44b193ee3a36 means 15 # we need a full python3-native setup 16 inherit pkgconfig ptest update-rc.d systemd python3native 21 SRC_URI = "https://download.qemu.org/${BPN}-${PV}.tar.xz \ 23 file://run-ptest \ 24 file://fix-strerrorname_np.patch \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-crypto/pkcs11-helper/ |
H A D | pkcs11-helper_1.30.0.bb | 2 DESCRIPTION = "pkcs11-helper is a library that simplifies the interaction with PKCS \ 3 providers for end-user applications using a simple API and optional OpenSSL \ 6 card removal and card insert events, handling card ie-insert to a different \ 9 HOMEPAGE = "https://github.com/OpenSC/pkcs11-helper" 12 LICENSE = "GPL-2.0-only & BSD-3-Clause" 25 UPSTREAM_CHECK_GITTAGREGEX = "pkcs11-helper-(?P<pver>\d+(\.\d+)+)" 27 DEPENDS = "zlib nettle gnutls gmp openssl nss nspr" 31 EXTRA_OECONF = "--disable-static"
|
/openbmc/openbmc-tools/ipkdbg/ |
H A D | build-opkg | 3 set -eu 5 set -x 7 # : ${OPKG_LIBS:="-llzma -lldap -llber -lz -pthread"} 8 : ${OPKG_LIBS:="-lz -pthread -lzstd"} 11 echo "$@" | sha256sum | awk '{ printf "build-opkg-%s", $1 }' 15 rm -f build-opkg-* 20 [ -f libarchive-3.5.2.tar.gz ] || wget http://libarchive.org/downloads/libarchive-3.5.2.tar.gz 21 [ -d libarchive-3.5.2 ] || tar -xvf libarchive-3.5.2.tar.gz 22 cd libarchive-3.5.2 24 --without-zlib \ [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/boinc/ |
H A D | boinc-client_7.20.5.bb | 4 SUMMARY = "Open-source software for volunteer computing" 5 DESCRIPTION = "The Berkeley Open Infrastructure for Network Computing (BOINC) is an open- \ 19 LICENSE = "LGPL-2.0-or-later & GPL-3.0-only" 29 …${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'gtk+3 wxwidgets libnotify xcb-util libxscrnsaver',… 30 nettle \ 35 file://boinc-AM_CONDITIONAL.patch \ 36 file://0001-scripts-Do-not-check-for-files-on-build-host.patch \ 37 file://0001-Do-not-undefine-_FILE_OFFSET_BITS.patch \ 47 --enable-libraries \ 48 --enable-unicode \ [all …]
|
/openbmc/openbmc/poky/meta/recipes-gnome/epiphany/ |
H A D | epiphany_47.2.bb | 3 It provides a simple and easy-to-use internet browsing experience." 6 LICENSE = "GPL-3.0-or-later" 12 gsettings-desktop-schemas \ 13 nettle \ 14 json-glib \ 21 glib-2.0-native \ 22 coreutils-native \ 23 desktop-file-utils-native \ 26 inherit gnomebase gsettings features_check gettext mime-xdg gtk-icon-cache 29 SRC_URI = "${GNOME_MIRROR}/${GNOMEBN}/${@oe.utils.trim_version("${PV}", 1)}/${GNOMEBN}-${PV}.tar.${… [all …]
|
/openbmc/qemu/scripts/ |
H A D | meson-buildoptions.sh | 1 # This file is generated by meson-buildoptions.py, do not edit! 3 printf "%s\n" ' --audio-drv-list=CHOICES Set audio driver list [default] (choices: alsa/co' 6 printf "%s\n" ' --bindir=VALUE Executable directory [bin]' 7 printf "%s\n" ' --block-drv-ro-whitelist=VALUE' 8 printf "%s\n" ' set block driver read-only whitelist (by default' 9 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 10 printf "%s\n" ' --block-drv-rw-whitelist=VALUE' 11 printf "%s\n" ' set block driver read-write whitelist (by default' 12 printf "%s\n" ' affects only QEMU, not tools like qemu-img)' 13 printf "%s\n" ' --datadir=VALUE Data file directory [share]' [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rsyslog/ |
H A D | librelp_1.11.0.bb | 4 LICENSE = "GPL-3.0-only" 10 file://0001-Fix-function-inline-errors-in-debug-optimization-Og.patch \ 11 file://0001-tests-Fix-callback-prototype.patch \ 12 file://0001-tcp-fix-some-compiler-warnings-with-enable-tls-opens.patch \ 13 file://0001-tests-Include-missing-sys-time.h.patch \ 14 file://0001-relp-fix-build-against-upcoming-gcc-14-Werror-calloc.patch \ 15 file://run-ptest \ 26 PACKAGECONFIG ?= "tls-openssl valgrind" 31 PACKAGECONFIG[tls] = "--enable-tls,--disable-tls,gnutls nettle" 32 PACKAGECONFIG[tls-openssl] = "--enable-tls-openssl,--disable-tls-openssl,openssl" [all …]
|
/openbmc/qemu/ |
H A D | meson.build | 10 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py')) 23 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak') 30 tmpdir = meson.current_build_dir() / 'meson-private/temp' 61 have_linux_user = have_linux_user or target.endswith('linux-user') 62 have_bsd_user = have_bsd_user or target.endswith('bsd-user') 63 have_system = have_system or target.endswith('-softmmu') 107 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"') 114 message('To use Rust you can install a new version with "cargo install bindgen-cli"') 132 # instead. QEMU --enable-modules depends on this because the SystemTap 135 add_global_arguments('-DSTAP_SDT_V2', [all …]
|
H A D | .travis.yml | 5 - gcc 9 # - OS name (currently only linux) 10 # - OS distribution (e.g. "jammy" for Linux) 11 # - Names and values of visible environment variables set in .travis.yml or Settings panel 19 # $ travis encrypt -r "qemu/qemu" "irc.oftc.net#qemu" 23 …- secure: "F7GDRgjuOo5IUyRLqSkmDL7kvdU4UcH3Lm/W2db2JnDHTGCqgEdaYEYKciyCLZ57vOTsTsOgesN8iUT7hNHBd1K… 30 - SRC_DIR=".." 31 - BUILD_DIR="build" 32 - BASE_CONFIG="--disable-docs --disable-tools" 33 - TEST_BUILD_CMD="" [all …]
|
H A D | meson_options.txt | 1 # These options do not correspond to a --enable/--disable-* option 3 # scripts/meson-buildoptions.py's SKIP_OPTIONS constant too. 9 option('qemu_firmwarepath', type : 'array', value : ['share/qemu-firmware'], 12 description: 'use specified string as sub-version of the package') 25 …description: 'set block driver read-write whitelist (by default affects only QEMU, not tools like … 27 …description: 'set block driver read-only whitelist (by default affects only QEMU, not tools like q… 28 option('interp_prefix', type : 'string', value : '/usr/gnemul/qemu-%M', 33 description: 'fuzzing engine library for OSS-Fuzz') 40 # Everything else can be set via --enable/--disable-* option 42 # here make sure to run "make update-buildoptions". [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/gnutls/ |
H A D | gnutls_3.8.8.bb | 7 LICENSE = "GPL-3.0-or-later & LGPL-2.1-or-later" 8 LICENSE:${PN} = "LGPL-2.1-or-later" 9 LICENSE:${PN}-xx = "LGPL-2.1-or-later" 10 LICENSE:${PN}-bin = "GPL-3.0-or-later" 11 LICENSE:${PN}-openssl = "GPL-3.0-or-later" 17 DEPENDS = "nettle gmp virtual/libiconv libunistring" 21 SRC_URI = "https://www.gnupg.org/ftp/gcrypt/gnutls/v${SHRT_VER}/gnutls-${PV}.tar.xz \ 23 file://0001-Creating-.hmac-file-should-be-excuted-in-target-envi.patch \ 24 file://run-ptest \ 25 file://Add-ptest-support.patch \ [all …]
|
/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 …]
|
/openbmc/qemu/scripts/coverity-scan/ |
H A D | run-coverity-scan | 1 #!/bin/sh -e 8 # See the COPYING file in the top-level directory. 10 # Copyright (c) 2017-2020 Linaro Limited 14 # run the (closed-source) coverity build tools, so don't 18 # tree, and that tree is a fresh clean one, because we do an in-tree 21 # regular expressions it uses; an out-of-tree build won't work for this.) 31 # --check-upload-only : return success if upload is possible 32 # --dry-run : run the tools, but don't actually do the upload 33 # --docker : create and work inside a container 34 # --docker-engine : specify the container engine to use (docker/podman/auto); [all …]
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-3.4.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 -------------------------------- 9 - Linux kernel 5.14, glibc 2.34 and ~280 other recipe upgrades 10 - Switched override character to ':' (replacing '_') for more robust parsing and improved performa… 11 - Rust integrated into core, providing rust support for cross-compilation and SDK 12 - New :ref:`ref-classes-create-spdx` class for creating SPDX SBoM documents 13 - New recipes: cargo, core-image-ptest-all, core-image-ptest-fast, core-image-weston-sdk, erofs-ut… 14 - Several optimisations to reduce unnecessary task dependencies for faster builds 15 - seccomp integrated into core, with additional enabling for gnutls, systemd, qemu 16 - New overlayfs class to help generate overlayfs mount units [all …]
|
H A D | release-notes-4.1.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 --------------------------------- 10 - Linux kernel 5.19, glibc 2.36 and ~260 other recipe upgrades 12 - ``make`` 4.0 is now the minimum make version required on the build host. 14 :term:`buildtools` tarball, and additionally a new :term:`buildtools-make` tarball 17 :ref:`ref-manual/system-requirements:required git, tar, python, make and gcc versions`. 19 - New layer setup tooling: 21 - New ``scripts/oe-setup-layers`` standalone script to restore the layer 23 - New ``bitbake-layers create-layers-setup`` command to save the 25 - New ``bitbake-layers save-build-conf`` command to save the active build [all …]
|
H A D | release-notes-4.2.4.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 3 Release notes for Yocto-4.2.4 (Mickledore) 4 ------------------------------------------ 6 Security Fixes in Yocto-4.2.4 9 - bind: Fix :cve_nist:`2023-3341` and :cve_nist:`2023-4236` 10 - binutils: Fix :cve_nist:`2023-39128` 11 - cups: fix :cve_nist:`2023-4504` 12 - curl: Fix :cve_nist:`2023-28320`, :cve_nist:`2023-32001`, :cve_nist:`2023-38039`, :cve_nist:`202… 13 - dmidecode: fix for :cve_nist:`2023-30630` 14 - dropbear: fix :cve_nist:`2023-36328` [all …]
|
/openbmc/ |
D | opengrok1.0.log | 1 2025-03-21 03:00:54.402-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-21 03:00:54.529-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
D | opengrok2.0.log | 1 2025-03-20 03:00:35.677-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-20 03:00:35.795-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
/openbmc/linux/ |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |
H A D | opengrok0.0.log | 1 2024-12-28 20:09:05.996-0600 FINEST t1171 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/drivers/staging/media/av7110/video-continue.rst.gz' 2 2024-12-28 20:09:05.942-0600 FINEST t1149 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/u-boot/arch/sh/config.mk.gz' 3 2024-12-2 [all...] |