| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/liblognorm/ |
| H A D | liblognorm_2.0.6.bb | 1 SUMMARY = "Liblognorm is a fast-samples based normalization library." 6 LICENSE = "LGPL-2.1-or-later" 12 file://0001-Add-asprintf-to-autoconf-function-check-macro.patch \ 21 PACKAGECONFIG[regexp] = "--enable-regexp,--disable-regexp,pcre2," 22 PACKAGECONFIG[debug] = "--enable-debug,--disable-debug,," 23 PACKAGECONFIG[advstats] = "--enable-advanced-stats,--disable-advanced-stats,," 24 PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,sphinx," 25 PACKAGECONFIG[testbench] = "--enable-testbench,--disable-testbench,," 26 PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,," 27 PACKAGECONFIG[tools] = "--enable-tools,--disable-tools,,"
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/log4cpp/ |
| H A D | log4cpp_1.1.4.bb | 3 LICENSE = "LGPL-2.1-only" 7 file://fix-pc.patch;striplevel=2 \ 15 EXTRA_AUTORECONF += "-I m4" 18 --enable-doxygen=no \ 19 --enable-dot=no \ 20 --enable-html-docs=no \ 21 --enable-latex-docs=no \ 24 CXXFLAGS += "-std=c++14" 27 …sed -i -e 's|${DEBUG_PREFIX_MAP}||g; s|--sysroot=${STAGING_DIR_TARGET}||g' ${D}${bindir}/log4cpp-c…
|
| /openbmc/qemu/ |
| H A D | .readthedocs.yml | 2 # Read the Docs configuration file 3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details 10 os: ubuntu-22.04 14 # Build documentation in the docs/ directory with Sphinx 16 configuration: docs/conf.py 18 # We recommend specifying your dependencies to enable reproducible builds: 19 # https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html 22 - requirements: docs/requirements.txt
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/jq/ |
| H A D | jq_1.7.1.bb | 1 SUMMARY = "Lightweight and flexible command-line JSON processor" 12 SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}-${PV}/${BPN}-${PV}.tar.gz \ 13 file://run-ptest \ 17 inherit autotools github-releases ptest 19 UPSTREAM_CHECK_REGEX = "releases/tag/${BPN}-(?P<pver>\d+(\.\d+)+)" 23 PACKAGECONFIG[docs] = "--enable-docs,--disable-docs,ruby-native" 24 PACKAGECONFIG[maintainer-mode] = "--enable-maintainer-mode,--disable-maintainer-mode,flex-native bi… 25 PACKAGECONFIG[oniguruma] = "--with-oniguruma,--without-oniguruma,onig" 26 # enable if you want ptest running under valgrind 27 PACKAGECONFIG[valgrind] = "--enable-valgrind,--disable-valgrind,valgrind" [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 …]
|
| H A D | crossbuild-template.yml | 7 - ccache 12 - source scripts/ci/gitlab-ci-section 13 - section_start setup "Pre-script setup" 14 - JOBS=$(expr $(nproc) + 1) 15 - cat /packages.txt 16 - section_end setup 18 - export CCACHE_BASEDIR="$(pwd)" 19 - export CCACHE_DIR="$CCACHE_BASEDIR/ccache" 20 - export CCACHE_MAXSIZE="500M" 21 - export PATH="$CCACHE_WRAPPERSDIR:$PATH" [all …]
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | release-notes-4.0.1.rst | 1 .. SPDX-License-Identifier: CC-BY-SA-2.0-UK 4 ----------------------------------- 9 - linux-yocto/5.15: fix :cve_nist:`2022-28796` 10 - python3: ignore :cve_nist:`2015-20107` 11 - e2fsprogs: fix :cve_nist:`2022-1304` 12 - lua: fix :cve_nist:`2022-28805` 13 - busybox: fix :cve_nist:`2022-28391` 18 - abi_version/sstate: Bump hashequiv and sstate versions due to git changes 19 - apt: add apt selftest to test signed package feeds 20 - apt: upgrade 2.4.4 -> 2.4.5 [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/db/ |
| H A D | db_5.3.28.bb | 9 # at once - DB3 and DB5 can both be installed on the 23 SRC_URI = "https://download.oracle.com/berkeley-db/db-${PV}.tar.gz" 24 SRC_URI += "file://fix-parallel-build.patch \ 25 file://0001-atomic-Rename-local-__atomic_compare_exchange-to-avo.patch \ 26 file://0001-configure-Add-explicit-tag-options-to-libtool-invoca.patch \ 27 file://sequence-type.patch \ 28 file://0001-Fix-libc-compatibility-by-renaming-atomic_init-API.patch \ 29 file://0001-clock-Do-not-define-own-timespec.patch \ 42 # The executables go in a separate package - typically there 47 PACKAGES =+ "${PN}-cxx" [all …]
|
| /openbmc/pldm/ |
| H A D | README.md | 1 # PLDM - Platform Level Data Model 3 [](LICENSE) 18 - **Standardized Messaging:** Adheres to the DMTF's PLDM specifications, 21 - **Modularity:** Supports multiple PLDM types, including base, FRU,Firmware 23 - **Extensibility:** Easily extendable to support new PLDM types and custom OEM 25 - **Integration:** Seamlessly integrates with other OpenBMC components for 34 - `Meson` 35 - `Ninja` 44 meson setup build && meson compile -C build 52 meson test -C build [all …]
|
| /openbmc/openbmc/poky/meta/recipes-support/libpcre/ |
| H A D | libpcre_8.45.bb | 8 LICENSE = "BSD-3-Clause" 11 SRC_URI = "${SOURCEFORGE_MIRROR}/${SOURCEFORGE_PROJECT}/pcre-${PV}.tar.bz2 \ 12 file://run-ptest \ 20 S = "${WORKDIR}/pcre-${PV}" 25 PACKAGECONFIG ??= "pcre8 unicode-properties jit" 27 PACKAGECONFIG[pcre8] = "--enable-pcre8,--disable-pcre8" 28 PACKAGECONFIG[pcre16] = "--enable-pcre16,--disable-pcre16" 29 PACKAGECONFIG[pcre32] = "--enable-pcre32,--disable-pcre32" 30 PACKAGECONFIG[pcretest-readline] = "--enable-pcretest-libreadline,--disable-pcretest-libreadline,re… 31 PACKAGECONFIG[unicode-properties] = "--enable-unicode-properties,--disable-unicode-properties" [all …]
|
| H A D | libpcre2_10.45.bb | 2 newest version is PCRE2, which is a re-working of the original PCRE \ 10 LICENSE = "BSD-3-Clause" 13 SRC_URI = "${GITHUB_BASE_URI}/download/pcre2-${PV}/pcre2-${PV}.tar.bz2" 16 UPSTREAM_CHECK_REGEX = "releases/tag/pcre2-(?P<pver>\d+(\.\d+)+)$" 22 S = "${WORKDIR}/pcre2-${PV}" 27 BINCONFIG = "${bindir}/pcre2-config" 29 inherit autotools binconfig-disabled github-releases 32 --enable-newline-is-lf \ 33 --with-link-size=2 \ 34 --with-match-limit=10000000 \ [all …]
|
| /openbmc/qemu/tests/docker/ |
| H A D | test-mingw | 1 #!/bin/bash -e 12 # the top-level directory. 16 requires_binary x86_64-w64-mingw32-gcc i686-w64-mingw32-gcc 20 TARGET_LIST=${TARGET_LIST:-$DEF_TARGET_LIST} \ 22 --enable-trace-backends=simple \ 23 --enable-gnutls \ 24 --enable-nettle \ 25 --enable-curl \ 26 --enable-vnc \ 27 --enable-bzip2 \ [all …]
|
| H A D | test-misc | 1 #!/bin/bash -e 11 # See the COPYING file in the top-level directory. 13 # SPDX-License-Identifier: GPL-2.0-or-later 17 requires_binary sphinx-build-3 sphinx-build 22 configure_qemu --disable-user --disable-system --enable-docs --enable-tools
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-pastedeploy_3.1.0.bb | 13 # Uncomment this line to enable all the optional features. 14 #PACKAGECONFIG ?= "paste docs" 15 PACKAGECONFIG[paste] = ",,,python3-paste" 16 PACKAGECONFIG[docs] = ",,,python3-sphinx python3-pylons-sphinx-themes" 19 python3-core \ 20 python3-misc \ 21 python3-netclient \ 22 python3-pkgutil \ 23 python3-setuptools \ 24 python3-threading \
|
| /openbmc/openbmc/poky/meta/recipes-graphics/freetype/ |
| H A D | freetype_2.13.3.bb | 3 highly customizable, and portable while capable of producing high-quality output (glyph \ 10 LICENSE = "(FTL | GPL-2.0-or-later) & MIT" 12 file://docs/FTL.TXT;md5=9f37b4e6afa3fef9dba8932b16bd3f97 \ 13 file://docs/GPLv2.TXT;md5=8ef380476f642c20ebf40fecb0add2ec \ 19 UPSTREAM_CHECK_REGEX = "freetype-(?P<pver>\d+(\.\d+)+)" 26 EXTRA_AUTORECONF += "--exclude=autoheader --exclude=automake -I ." 30 PACKAGECONFIG[bzip2] = "--with-bzip2,--without-bzip2,bzip2" 31 # harfbuzz results in a circular dependency so enabling is non-trivial 32 PACKAGECONFIG[harfbuzz] = "--with-harfbuzz,--without-harfbuzz,harfbuzz" 33 PACKAGECONFIG[pixmap] = "--with-png,--without-png,libpng" [all …]
|
| /openbmc/openbmc/poky/meta/recipes-devtools/ruby/ |
| H A D | ruby_3.4.3.bb | 1 SUMMARY = "An interpreter of object-oriented scripting language" 3 and easy object-oriented programming. It has many features to process \ 5 It is simple, straight-forward, and extensible. \ 7 HOMEPAGE = "http://www.ruby-lang.org/" 9 LICENSE = "Ruby | BSD-2-Clause | BSD-3-Clause | GPL-2.0-only | ISC | MIT" 17 DEPENDS:append:class-target = " ruby-native" 18 DEPENDS:append:class-nativesdk = " ruby-native" 21 SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ 22 file://0001-extmk-fix-cross-compilation-of-external-gems.patch \ 23 file://0002-Obey-LDFLAGS-for-the-link-of-libruby.patch \ [all …]
|
| /openbmc/phosphor-bmc-code-mgmt/ |
| H A D | meson.options | 2 # https://github.com/openbmc/docs/blob/master/architecture/code-update/flash-layout.md#supported-fi… 3 # - static: NOR flash configured with fixed-sized MTD partitions. 4 # - ubi: NOR flash device configured with UBI volumes. 5 # - mmc: eMMC flash device configured with ext4 filesystems. 7 'bmc-layout', 16 'host-bios-upgrade', 19 description: 'Enable host bios upgrade support.', 23 'sync-bmc-files', 26 description: 'Enable sync of filesystem files.', 32 'verify-signature', [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/sensors/ |
| H A D | xfce4-sensors-plugin_1.4.5.bb | 2 HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-sensors-plugin/start" 3 LICENSE = "GPL-2.0-or-later" 6 inherit xfce-panel-plugin 8 SRC_URI += "file://0001-Do-not-check-for-sys-class-power_supply-we-are-cross.patch" 12 --disable-procacpi \ 13 --disable-xnvctrl \ 16 LDFLAGS:append = "${@bb.utils.contains('DISTRO_FEATURES', 'ld-is-lld', ' -fuse-ld=bfd', '', d)}" 19 sed -i 's:LIBSENSORS_CFLAGS=.*:LIBSENSORS_CFLAGS=-I${STAGING_INCDIR}:g' ${S}/configure.ac 23 PACKAGECONFIG[libsensors] = "--enable-libsensors,--disable-libsensors, lmsensors" 24 PACKAGECONFIG[hddtemp] = "--enable-hddtemp,--disable-hddtemp, hddtemp" [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-multimedia/parole/ |
| H A D | parole_4.18.0.bb | 2 HOMEPAGE = "https://docs.xfce.org/apps/parole/start" 3 LICENSE = "GPL-2.0-only" 6 inherit xfce-app gtk-doc mime mime-xdg 9 dbus-glib \ 10 xfce4-dev-tools-native \ 15 gstreamer1.0-plugins-base \ 21 RDEPENDS:${PN} += "gstreamer1.0-plugins-good" 23 EXTRA_OECONF = "--disable-gtk-doc DATADIRNAME=share" 26 PACKAGECONFIG[clutter] = "--enable-clutter, --disable-clutter, clutter-gtk-1.0" 27 PACKAGECONFIG[notify] = "--enable-notify-plugin, --disable-notify-plugin, libnotify" [all …]
|
| /openbmc/webui-vue/docs/customization/ |
| H A D | theme.md | 4 will require becoming familiar with the Bootstrap and Bootstrap-Vue component 25 these built-in variables is `enabled-*`. 27 ### $enable-rounded 29 This option enables or disables the border-radius styles on various components. 31 - Set to `false` to remove rounded corners on all container elements and buttons 33 ### $enable-validation-icons 35 This option enables or disables background-image icons within textual inputs and 38 - Set to `false` due to inability to style icons using CSS 42 - [View all the Bootstrap Sass Options](https://getbootstrap.com/docs/4.2/getting-started/theming/#… 51 ### $transition-base [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-xfce/xfce4-power-manager/ |
| H A D | xfce4-power-manager_4.20.0.bb | 2 HOMEPAGE = "https://docs.xfce.org/xfce/xfce4-power-manager/start" 5 LICENSE = "GPL-2.0-or-later" 12 DEPENDS += "libnotify libxrandr virtual/libx11 libxext xfce4-panel upower libxscrnsaver" 17 GDBUS_CODEGEN=${STAGING_BINDIR_NATIVE}/gdbus-codegen \ 18 --enable-panel-plugins \ 24 PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, polkit" 25 PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland, wayland-native" 27 PACKAGES += "xfce4-powermanager-plugin" 30 ${datadir}/polkit-1 \ 34 FILES:xfce4-powermanager-plugin = " \ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/webm/ |
| H A D | libvpx_1.15.1.bb | 1 SUMMARY = "VPX multi-format codec" 2 DESCRIPTION = "The BSD-licensed libvpx reference implementation provides en- and decoders for VP8 a… 6 LICENSE = "BSD-3-Clause" 12 file://libvpx-configure-support-blank-prefix.patch \ 18 # sysroots/armv4t-oe-linux-gnueabi/usr/lib/libvpx.a(vpx_encoder.c.o)(.text+0xc4): unresolvable R_AR… 21 CFLAGS += "-fPIC" 22 BUILD_LDFLAGS += "-pthread" 27 VPXTARGET:armv7a = "${@bb.utils.contains("TUNE_FEATURES","neon","armv7-linux-gcc","generic-gnu",d)}" 28 VPXTARGET ?= "generic-gnu" 31 --target=${VPXTARGET} \ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/mailwatch/ |
| H A D | xfce4-mailwatch-plugin_1.3.1.bb | 1 SUMMARY = "Multi-protocol, multi-mailbox mail watcher for the Xfce4 panel" 2 HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start" 3 LICENSE = "GPL-2.0-only" 6 inherit xfce-panel-plugin 13 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/places/ |
| H A D | xfce4-places-plugin_1.8.3.bb | 3 HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-places-plugin/start" 4 LICENSE = "GPL-2.0-only" 7 inherit xfce-panel-plugin 12 PACKAGECONFIG[notify] = "--enable-notifications,--disable-notifications,libnotify"
|
| /openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/clipman/ |
| H A D | xfce4-clipman-plugin_1.6.2.bb | 2 HOMEPAGE = "https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin/start" 4 LICENSE = "GPL-2.0-only" 7 inherit xfce-panel-plugin 14 PACKAGECONFIG[qrencode] = "--enable-libqrencode,--disable-libqrencode,qrencode"
|