Home
last modified time | relevance | path

Searched +full:- +full:- +full:disable +full:- +full:strip (Results 1 – 25 of 131) sorted by relevance

123456

/openbmc/openbmc/poky/meta/recipes-multimedia/libtiff/
H A Dtiff_4.7.0.bb11 SRC_URI = "http://download.osgeo.org/libtiff/tiff-${PV}.tar.gz"
16 UPSTREAM_CHECK_REGEX = "tiff-(?P<pver>\d+(\.\d+)+).tar"
18 CVE_STATUS[CVE-2015-7313] = "fixed-version: Tested with check from https://security-tracker.debian.…
19 CVE_STATUS[CVE-2023-52356] = "fixed-version: Fixed since 4.7.0, NVD tracks this as version-less vul…
20 CVE_STATUS[CVE-2023-6228] = "fixed-version: Fixed since 4.7.0, NVD tracks this as version-less vuln…
21 CVE_STATUS[CVE-2023-6277] = "fixed-version: Fixed since 4.7.0, NVD tracks this as version-less vuln…
28 strip-chopping extrasample-as-alpha check-ycbcr-subsampling"
30 PACKAGECONFIG[cxx] = "--enable-cxx,--disable-cxx,,"
31 PACKAGECONFIG[jbig] = "--enable-jbig,--disable-jbig,jbig,"
32 PACKAGECONFIG[jpeg] = "--enable-jpeg,--disable-jpeg,jpeg,"
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/omxplayer/
H A D0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch8 Upstream-Status: Inappropriate [embedded specific]
10 Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
11 Signed-off-by: Jonathan Liu <net147@gmail.com>
13 ---
14 Makefile | 6 +++---
15 Makefile.ffmpeg | 2 +-
16 2 files changed, 4 insertions(+), 4 deletions(-)
18 --- a/Makefile
20 @@ -2,9 +2,9 @@ CFLAGS=-pipe -mfloat-abi=hard -mcpu=arm1
21-std=c++0x -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS -DTARGET_POSIX -DTARGET_LINUX -fPIC -DPI…
[all …]
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/proftpd/
H A Dproftpd_1.3.9.bb4 LICENSE = "GPL-2.0-or-later"
12 file://proftpd-basic.init \
14 file://close-RequireValidShell-check.patch \
22 inherit autotools-brokensep useradd update-rc.d systemd multilib_script
28 CVE_STATUS[CVE-2001-0027] = "fixed-version: version 1.2.0rc3 removed affected module"
30 EXTRA_OECONF += "--enable-largefile INSTALL=install"
37 PACKAGECONFIG[curses] = "--enable-curses --enable-ncurses, --disable-curses --disable-ncurses, ncur…
38 PACKAGECONFIG[openssl] = "--enable-openssl, --disable-openssl, openssl, openssl"
39 PACKAGECONFIG[pam] = "--enable-auth-pam, --disable-auth-pam, libpam, libpam"
40 PACKAGECONFIG[ipv6] = "--enable-ipv6, --disable-ipv6"
[all …]
/openbmc/openbmc/poky/meta/lib/patchtest/tests/
H A Dtest_python_pylint.py5 # SPDX-License-Identifier: GPL-2.0-only
18 …pylint_options = " -E --disable='E0611, E1101, F0401, E0602' --msg-template='L:{line} F:{module} I…
31 self.skip('Python-unidiff parse error')
43 if line.strip():
44 … self.pylint_pretest[line.strip().split(' ',1)[0]] = line.strip().split(' ',1)[1]
59 if line.strip():
60 … self.pylint_test[line.strip().split(' ',1)[0]] = line.strip().split(' ',1)[1]
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc7 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/poky/meta/recipes-devtools/elfutils/
H A Delfutils_0.192.bb5 LICENSE = "( GPL-2.0-or-later | LGPL-3.0-or-later ) & GPL-3.0-or-later"
7 … file://debuginfod/debuginfod-client.c;endline=28;md5=6b7b0a4b25197d7f2e12b2f4aa1c86b8 \
10 DEPENDS:append:libc-musl = " argp-standalone fts musl-legacy-error musl-obstack"
12 # http://ftp.de.debian.org/debian/pool/main/e/elfutils/elfutils_0.176-1.debian.tar.xz
14 file://run-ptest \
15 file://0002-Fix-elf_cvt_gunhash-if-dest-and-src-are-same.patch \
16 file://0003-fixheadercheck.patch \
17 file://0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch \
18 file://0001-skip-the-test-when-gcc-not-deployed.patch \
20 file://0001-tests-Makefile.am-compile-test_nlist-with-standard-C.patch \
[all …]
/openbmc/qemu/tests/docker/dockerfiles/
H A Demsdk-wasm32-cross.docker11 FROM emscripten/emsdk:$EMSDK_VERSION_QEMU AS build-base
17 ENV CFLAGS="-O3 -pthread -DWASM_BIGINT"
19 ENV LDFLAGS="-sWASM_BIGINT -sASYNCIFY=1 -L$TARGET/lib"
20 RUN apt-get update && apt-get install -y \
22 build-essential \
23 libglib2.0-dev \
26 ninja-build \
27 python3-pip
31 RUN mkdir -p $TARGET
45 pkgconfig = ['pkg-config', '--static']
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/
H A Dtoybox_0.8.12.bb8 inherit cml1 update-alternatives
10 SRC_URI = "http://www.landley.net/toybox/downloads/${BPN}-${PV}.tar.gz"
15 RDEPENDS:${PN} = "${@["", "toybox-inittab"][(d.getVar('VIRTUAL-RUNTIME_init_manager') == 'toybox')]…
26 COMPILER:toolchain-clang = "clang"
29 PACKAGECONFIG ??= "no-iconv no-getconf"
31 PACKAGECONFIG[no-iconv] = ",,"
32 PACKAGECONFIG[no-getconf] = ",,"
36 STRIP="strip" \
42 if [ "${S}" != "${B}" ] && [ -f "${S}/.config" ] && [ ! -f "${B}/.config" ]; then
48 if [ -f "${WORKDIR}/defconfig" ] && [ ! -f "${B}/.config" ]; then
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/omxplayer/
H A Domxplayer_git.bb7 LICENSE = "GPL-2.0-only"
10 DEPENDS = "alsa-lib libpcre virtual/egl boost freetype dbus openssl libssh virtual/libomxil coreuti…
29 file://0002-Libraries-and-headers-from-ffmpeg-are-installed-in-u.patch \
30 file://0003-Remove-strip-step-in-Makefile.patch \
31 file://0004-Add-FFMPEG_EXTRA_CFLAGS-and-FFMPEG_EXTRA_LDFLAGS.patch \
32 file://fix-tar-command-with-DIST.patch \
33 file://use-native-pkg-config.patch \
34 file://0005-Don-t-require-internet-connection-during-build.patch \
35 file://0006-Prevent-ffmpeg-configure-compile-race-condition.patch \
36 file://0001-Specify-cc-cxx-and-ld-variables-from-environment.patch \
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/e2fsprogs/e2fsprogs/
H A Dremove.ldconfig.call.patch6 building zlib(-native) and I have to call touch */libstdc++.so &&
9 So remove ldconfig call from make install-libs
13 Upstream-Status: Inappropriate [disable feature]
15 Signed-off-by: Scott Garman <scott.a.garman@intel.com>
16 Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
17 ---
18 lib/Makefile.elf-lib | 3 ---
19 1 file changed, 3 deletions(-)
21 diff --git a/lib/Makefile.elf-lib b/lib/Makefile.elf-lib
23 --- a/lib/Makefile.elf-lib
[all …]
/openbmc/openbmc/poky/meta/recipes-devtools/rsync/
H A Drsync_3.4.1.bb6 # GPL-2.0-or-later (<< 3.0.0), GPL-3.0-or-later (>= 3.0.0)
8 LICENSE = "GPL-3.0-or-later"
15 file://makefile-no-rebuild.patch \
17 file://0001-Add-missing-prototypes-to-function-declarations.patch \
22 inherit autotools-brokensep
28 PACKAGECONFIG[acl] = "--enable-acl-support,--disable-acl-support,acl,"
29 PACKAGECONFIG[attr] = "--enable-xattr-support,--disable-xattr-support,attr,"
30 PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,"
31 PACKAGECONFIG[lz4] = "--enable-lz4,--disable-lz4,lz4"
32 PACKAGECONFIG[openssl] = "--enable-openssl,--disable-openssl,openssl"
[all …]
/openbmc/u-boot/drivers/net/fm/
H A Dtgec.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Copyright 2009-2011 Freescale Semiconductor, Inc.
7 /* MAXFRM - maximum frame length */
30 struct tgec *regs = mac->base; in tgec_init_mac()
33 out_be32(&regs->imask, IMASK_MASK_ALL); in tgec_init_mac()
36 out_be32(&regs->ievent, IEVENT_CLEAR_ALL); in tgec_init_mac()
39 out_be32(&regs->maxfrm, mac->max_rx_len & MAXFRM_MASK); in tgec_init_mac()
42 * 1588 disable, insert second mac disable payload length check in tgec_init_mac()
43 * disable, normal operation, any rx error frame is discarded, clear in tgec_init_mac()
45 * strip, Tx CRC append, Rx disable and Tx disable in tgec_init_mac()
[all …]
/openbmc/u-boot/scripts/
H A DKbuild.include14 dot-target = $(dir $@).$(notdir $@)
17 # The temporary file to save gcc -MD generated dependencies must not
19 depfile = $(subst $(comma),_,$(dot-target).d)
50 # - If no file exist it is created
51 # - If the content differ the new file is used
52 # - If they are equal no change, and no timestamp update
53 # - stdin is piped in from the first prerequisite ($<) so one has
56 $(Q)set -e; \
58 mkdir -p $(dir $@); \
60 if [ -r $@ ] && cmp -s $@ $@.tmp; then \
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/
H A Dlvm2.inc4 LICENSE = "GPL-2.0-only & LGPL-2.1-only"
12 file://0001-implement-libc-specific-reopen_stream.patch \
13 file://0004-tweak-MODPROBE_CMD-for-cross-compile.patch \
14 file://0001-Avoid-bashisms-in-init-scripts.patch \
15 file://0005-do-not-build-manual.patch \
16 file://0006-start-lvm2-monitor.service-after-tmp.mount.patch \
17 file://reproducible-build.patch \
18 file://0001-include-libgen.h-for-basename.patch \
27 inherit autotools-brokensep pkgconfig systemd
41 m = re.match(r'(\w+)[-. ](\w+)[-. ](\w+)', line.strip())
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-support/accountsservice/accountsservice/
H A D00b6e12ad4044d33cc54c71c75773c5a653dad09.patch3 Date: Sun, 9 Feb 2025 23:24:08 -0800
4 Subject: [PATCH] build: Disable tests when cross compiling and allow
8 Upstream-Status: Backport [https://gitlab.freedesktop.org/accountsservice/accountsservice/-/commit/…
10 Signed-off-by: Markus Volk <f_l_k@t-online.de>
11 ---
12 meson.build | 64 ++++++++++++++++++++++++++---------------------
14 2 files changed, 38 insertions(+), 28 deletions(-)
16 diff --git a/meson.build b/meson.build
18 --- a/meson.build
20 @@ -77,34 +77,40 @@ foreach func: check_functions
[all …]
/openbmc/openbmc/poky/meta/recipes-bsp/u-boot/
H A Du-boot-tools.inc1 SUMMARY = "U-Boot bootloader tools"
2 DEPENDS += "gnutls openssl util-linux swig-native"
7 PROVIDES = "${MLPREFIX}u-boot-mkimage ${MLPREFIX}u-boot-mkenvimage ${MLPREFIX}u-boot-mkeficapsule"
8 PROVIDES:class-native = "u-boot-mkimage-native u-boot-mkenvimage-native u-boot-mkeficapsule-native"
10 PACKAGES += "${PN}-mkimage ${PN}-mkenvimage ${PN}-mkeficapsule"
12 # Required for backward compatibility with "u-boot-mkimage-xxx.bb"
13 RPROVIDES:${PN}-mkimage = "u-boot-mkimage"
14 RREPLACES:${PN}-mkimage = "u-boot-mkimage"
15 RCONFLICTS:${PN}-mkimage = "u-boot-mkimage"
17 …AKE:class-target = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUI…
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/openldap/openldap/
H A D0001-build-top.mk-unset-STRIP_OPTS.patch6 Unset STRIP_OPTS to disable strip to fix QA errors:
8 ERROR: openldap-2.5.9-r0 do_package: QA Issue: File
10 prevent future debugging! [already-stripped]
12 ERROR: openldap-2.5.9-r0 do_package: QA Issue: File
14 prevent future debugging! [already-stripped]
16 Upstream-Status: Inappropriate [embedded specific]
18 Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
19 ---
20 build/top.mk | 2 +-
21 1 file changed, 1 insertion(+), 1 deletion(-)
[all …]
/openbmc/openbmc/poky/meta/recipes-graphics/glew/glew/
H A Dnotempdir.patch1 We don't use the dist-* targets and hence DIST_DIR isn't used. The current code
5 https://github.com/nigels-com/glew/issues/334
7 Upstream-Status: Pending [a revised version would be needed for upstream]
8 Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 Index: glew-2.2.0/Makefile
12 --- glew-2.2.0.orig/Makefile
13 +++ glew-2.2.0/Makefile
14 @@ -56,7 +56,6 @@ DIST_SRC_ZIP ?= $(shell pwd)/$(DIST_NAME
16 DIST_WIN32 ?= $(shell pwd)/$(DIST_NAME)-win32.zip
18 -DIST_DIR := $(shell mktemp -d /tmp/glew.XXXXXX)/$(DIST_NAME)
[all …]
/openbmc/openbmc/poky/meta/classes/
H A Dicecc.bbclass4 # SPDX-License-Identifier: MIT
17 # The class now handles all 3 different compile 'stages' (i.e native ,cross-kernel and target) crea…
19 # It also supports meta-toolchain generation.
24 # If ICECC_ENV_EXEC is set in local.conf, then it should point to the icecc-create-env script provi…
25 # or the default one provided by icecc-create-env_0.1.bb will be used.
45 ICECC_ENV_EXEC ?= "${STAGING_BINDIR_NATIVE}/icecc-create-env"
55 # ICECC_ENV_VERSION:append = "-my-ver-1"
74 # Disable recipe list contains a list of recipes that can not distribute
76 # document why (how it failed) so that we can re-evaluate it later e.g. when
79 # libgcc-initial - fails with CPP sanity check error if host sysroot contains
[all …]
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dsystemd.bbclass4 # SPDX-License-Identifier: MIT
11 SYSTEMD_PACKAGES:class-native ?= ""
12 SYSTEMD_PACKAGES:class-nativesdk ?= ""
14 # Whether to enable or disable the services on installation.
21 # If the distro features have systemd but not sysvinit, inhibit update-rcd
22 # from doing any work so that pure-systemd images don't have redundant init
25 d.appendVar("DEPENDS", " systemd-systemctl-native")
26 d.appendVar("PACKAGE_WRITE_DEPS", " systemd-systemctl-native")
35 if [ -n "$D" ]; then
36 OPTS="--root=$D"
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/
H A Dselenium_helpers_base.py5 # Copyright (C) 2013-2016 Intel Corporation
7 # SPDX-License-Identifier: GPL-2.0-only
40 options.add_argument('--headless')
41 options.add_argument('--disable-infobars')
42 options.add_argument('--disable-dev-shm-usage')
43 options.add_argument('--no-sandbox')
44 options.add_argument('--remote-debugging-port=9222')
50 …me_path = os.popen("find ~/.cache/selenium/chrome/ -name 'chrome' -type f -print -quit").read().st…
53 … os.popen("find ~/.cache/selenium/chromedriver/ -name 'chromedriver' -type f -print -quit").read()…
57 depends_chrome = os.popen(f"ldd {chrome_path} | grep 'not found'").read().strip()
[all …]
/openbmc/openbmc/meta-phosphor/recipes-core/os-release/
H A Dos-release.bbappend3 # These modifications to os-release disable the bitbake parse
4 # cache (for the os-release recipe only). Before copying
13 "git --work-tree %s --git-dir %s/.git %s")
14 % (oeroot, oeroot, cmd))[0].strip('\n')
20 # and not the contents are used in the task-hash (for sstate reuse). We need
22 # contents of the 'git describe --dirty' call. Create a strong/immediate
24 PHOSPHOR_OS_RELEASE_DISTRO_VERSION := "${@run_git(d, 'describe --dirty')}"
27 VERSION = "${@'-'.join(d.getVar('VERSION_ID').split('-')[0:2])}"
32 # Make os-release available to other recipes.
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/
H A D0001-test_shutdown-skip-problematic-test.patch3 Date: Wed, 8 May 2024 11:58:09 -0400
6 This test hangs frequently when run on the Autobuilder. Disable it in
9 Upstream-Status: Inappropriate [OE-Specific]
11 Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
12 ---
16 diff --git a/Lib/test/test_concurrent_futures/test_shutdown.py b/Lib/test/test_concurrent_futures/t…
18 --- a/Lib/test/test_concurrent_futures/test_shutdown.py
20 @@ -20,6 +20,7 @@ def sleep_and_print(t, msg):
28 @@ -156,6 +157,7 @@ class ExecutorShutdownTest:
36 @@ -252,6 +254,7 @@ class ThreadPoolShutdownTest(ThreadPoolMixin, ExecutorShutdownTest, BaseTestCase
[all …]
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-click-spinner/
H A D0001-Update-Versioneer-to-0.22.patch6 Upstream-Status: Backport [https://github.com/click-contrib/click-spinner/commit/5622ab0a0b4296dc8f…
8 Signed-off-by: Ny Antra Ranaivoarison <nyantra.ranaivoarison@smile.fr>
9 ---
10 click_spinner/__init__.py | 5 +-
11 click_spinner/_version.py | 665 +++++++++++++++++++++-
12 versioneer.py | 1128 ++++++++++++++++++++++++-------------
13 3 files changed, 1400 insertions(+), 398 deletions(-)
15 diff --git a/click_spinner/__init__.py b/click_spinner/__init__.py
17 --- a/click_spinner/__init__.py
19 @@ -77,6 +77,5 @@ def spinner(beep=False, disable=False, force=False, stream=sys.stdout):
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dbuild.py1 # Development tool - build command plugin
3 # Copyright (C) 2014-2015 Intel Corporation
5 # SPDX-License-Identifier: GPL-2.0-only
42 return ['do_%s' % task.strip() for task in tasks]
71 if args.recipename.endswith('-native') and 'package' in task:
90 …parser_build.add_argument('-s', '--disable-parallel-make', action="store_true", help='Disable make…
91 …parser_build.add_argument('-c', '--clean', action='store_true', help='clean up recipe building res…

123456