| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/ |
| H A D | perl-ptest.inc | 3 SRC_URI += "file://run-ptest \ 9 mkdir -p ${D}${PTEST_PATH} 10 sed -e "s:\/usr\/local:${bindir}:g" -i cpan/version/t/* 11 sed -e "s:\/opt:\/usr:" -i Porting/add-package.pl 12 sed -e "s:\/local\/gnu\/:\/:" -i hints/cxux.sh 13 …tar -c --exclude=try --exclude=a.out --exclude='*.o' --exclude=libperl.so* --exclude=[Mm]akefile -… 14 … --exclude=cygwin --exclude=os2 --exclude=djgpp --exclude=qnx --exclude=symbian --exclude=haiku \ 15 --exclude=vms --exclude=vos --exclude=NetWare --exclude=amigaos4 --exclude=buildcustomize.pl \ 16 …--exclude='win32/config.*' --exclude=plan9 --exclude=README.plan9 --exclude=perlplan9.pod --exclud… 17 --exclude=veryclean.sh --exclude=realclean.sh --exclude=getioctlsizes \ [all …]
|
| /OK3568_Linux_fs/kernel/arch/mips/pci/ |
| H A D | fixup-sb1250.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 #include <linux/dma-mapping.h> 23 * The BCM1250, etc. PCI host bridge does not support DAC on its 32-bit 25 * down the artificial PCI-HT bridge supports 40-bit addressing and the 26 * SP1011 HT-PCI bridge downstream supports both DAC and a 64-bit bus 27 * width, so we record the PCI-HT bridge's secondary and subordinate bus 39 struct sb1250_bus_dma_limit_exclude *exclude = data; in sb1250_bus_dma_limit() local 43 exclude_this = exclude->set && (dev->bus->number >= exclude->start && in sb1250_bus_dma_limit() 44 dev->bus->number <= exclude->end); in sb1250_bus_dma_limit() 45 ht_bridge = !exclude->set && (dev->vendor == PCI_VENDOR_ID_SIBYTE && in sb1250_bus_dma_limit() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/autoconf/autoconf/ |
| H A D | autoreconf-exclude.patch | 4 Subject: [PATCH 4/7] autoreconf-exclude.patch 6 Upstream-Status: Inappropriate [oe specific] 7 --- 11 diff --git a/bin/autoreconf.in b/bin/autoreconf.in 13 --- a/bin/autoreconf.in 15 @@ -82,6 +82,7 @@ Operation modes: 16 -i, --install copy missing standard auxiliary files 17 --no-recursive don't rebuild sub-packages 18 -s, --symlink with -i, install symbolic links instead of copies 19 + -x, --exclude=STEPS steps we should not run [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/ |
| H A D | typeaheads.py | 6 # SPDX-License-Identifier: GPL-2.0-only 30 layers = layers.exclude( 35 layer__name__icontains=search_term).exclude( 72 name__icontains=search_term).exclude(pk__in=primary_results) 74 layer_version__layer__name__icontains=search_term).exclude( 75 pk__in=primary_results).exclude(pk__in=secondary_results) 104 … secondary_results = distros.filter(name__icontains=search_term).exclude(pk__in=primary_results) 105 …ilter(layer_version__layer__name__icontains=search_term).exclude(pk__in=primary_results).exclude(p… 132 name__icontains=search_term).exclude(pk__in=primary_results) 134 layer_version__layer__name__icontains=search_term).exclude( [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/arm64/ |
| H A D | perf.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 :Date: 2019-03-06 11 ------------ 15 Userspace always runs at EL0 and thus this attribute will exclude EL0. 19 -------------- 26 For the host this attribute will exclude EL1 and additionally EL2 on a VHE 29 For the guest this attribute will exclude EL1. Please note that EL2 is 34 ---------- 41 For a non-VHE host this attribute will exclude EL2 as we consider the 50 ---------------------------- [all …]
|
| /OK3568_Linux_fs/kernel/scripts/package/ |
| H A D | mkspec | 9 # Patched for non-x86 by Opencon (L) 2002 <opencon@rio.skydome.net> 15 MAKE="$MAKE -f $srctree/Makefile" 20 if grep -q CONFIG_MODULES=y .config; then 26 if grep -q CONFIG_DRM=y .config; then 27 PROVIDES=kernel-drm 30 PROVIDES="$PROVIDES kernel-$KERNELRELEASE" 31 __KERNELRELEASE=$(echo $KERNELRELEASE | sed -e "s/-/_/g") 32 EXCLUDES="$RCS_TAR_IGNORE --exclude=*vmlinux* --exclude=*.mod \ 33 --exclude=*.o --exclude=*.ko --exclude=*.cmd --exclude=Documentation \ 34 --exclude=.config.old --exclude=.missing-syscalls.d --exclude=*.s" [all …]
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | using-buildroot-development.txt | 1 // -*- mode:doc; -*- 9 +output/build/<package>-<version>+, which is a temporary directory: 11 re-created at the next +make+ invocation. Even when a Git or 16 This behavior is well-suited when Buildroot is used mainly as an 24 Making changes directly in +output/build/<package>-<version>+ is not 36 +local.mk+ by default lives side-by-side with the +.config+ file, 39 * In the top-level Buildroot source directory for in-tree builds 41 * In the out-of-tree directory for out-of-tree builds (i.e., when 50 ------------------ 53 ------------------ [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/tests/ |
| H A D | parse-events.c | 1 // SPDX-License-Identifier: GPL-2.0 2 #include "parse-events.h" 31 eventfile = get_events_file("kvm-s390"); in kvm_s390_create_vm_valid() 51 TEST_ASSERT_VAL("wrong number of entries", 1 == evlist->core.nr_entries); in test__checkevent_tracepoint() 52 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->nr_groups); in test__checkevent_tracepoint() 53 TEST_ASSERT_VAL("wrong type", PERF_TYPE_TRACEPOINT == evsel->core.attr.type); in test__checkevent_tracepoint() 55 PERF_TP_SAMPLE_TYPE == evsel->core.attr.sample_type); in test__checkevent_tracepoint() 56 TEST_ASSERT_VAL("wrong sample_period", 1 == evsel->core.attr.sample_period); in test__checkevent_tracepoint() 64 TEST_ASSERT_VAL("wrong number of entries", evlist->core.nr_entries > 1); in test__checkevent_tracepoint_multi() 65 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->nr_groups); in test__checkevent_tracepoint_multi() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/kmod/ |
| H A D | 0001-depmod-Add-support-for-excluding-a-directory.patch | 3 Date: Thu, 31 Mar 2022 14:56:28 -0700 6 This adds support to depmod to enable a new exclude directive in 10 via a new exclude directive. 12 depmod.d/exclude.conf example: 13 exclude .debug 15 Upstream-Status: Accepted 17 Signed-off-by: Saul Wold <saul.wold@windriver.com> 19 Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com> 20 --- 22 tools/depmod.c | 66 +++++++++++++++++++++++++++++++++++++++++++++--- [all …]
|
| /OK3568_Linux_fs/buildroot/package/setools/ |
| H A D | 0001-Do-not-export-use-setools.InfoFlowAnalysis-and-setoo.patch | 2 From: rpm-build <rpm-build> 13 sedta and seinfoflow to require python3-networkx 15 Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com> 17 Signed-off-by: Adam Duskett <aduskett@gmail.com> 19 --- 20 sedta | 3 ++- 21 seinfoflow | 5 +++-- 22 setools/__init__.py | 4 ++-- 23 setoolsgui/apol/dta.py | 2 +- 24 setoolsgui/apol/infoflow.py | 2 +- [all …]
|
| /OK3568_Linux_fs/external/xserver/.gitlab-ci/ |
| H A D | Dockerfile | 1 FROM debian:testing-slim 6 echo 'path-exclude=/usr/share/doc/*' > /etc/dpkg/dpkg.cfg.d/99-exclude-cruft && \ 7 echo 'path-exclude=/usr/share/locale/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft && \ 8 echo 'path-exclude=/usr/share/man/*' >> /etc/dpkg/dpkg.cfg.d/99-exclude-cruft && \ 9 echo 'APT::Install-Recommends "false";' > /etc/apt/apt.conf && \ 10 echo '#!/bin/sh' > /usr/sbin/policy-rc.d && \ 11 echo 'exit 101' >> /usr/sbin/policy-rc.d && \ 12 chmod +x /usr/sbin/policy-rc.d && \ 13 …echo 'deb-src https://deb.debian.org/debian testing main' >/etc/apt/sources.list.d/deb-src.list &&… 14 apt-get update && \ [all …]
|
| /OK3568_Linux_fs/buildroot/package/systemd/ |
| H A D | fakeroot_tmpfiles.sh | 3 # The systemd-tmpfiles has the ability to grab information 23 # f+ "/var/example" - - - - %B\n%o\n%w\n%W%%\n 25 # [1] - https://github.com/systemd/systemd/pull/16187 27 [ -n "${HOST_SYSTEMD_TMPFILES-}" ] || 28 HOST_SYSTEMD_TMPFILES=systemd-tmpfiles 30 [ -n "${1-}" -a -d "${1-}"/usr/lib/tmpfiles.d ] || 33 ${HOST_SYSTEMD_TMPFILES} --no-pager --cat-config --root="$1" | 34 sed -e '/^[[:space:]]*#/d' -e 's,^[[:space:]]*,,' -e '/^$/d' | 35 while read -r line; do 38 eval "set -- $line" [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/quilt/ |
| H A D | quilt.inc | 3 track of the changes each patch makes. Patches can be applied, un-applied,\ 7 LICENSE = "GPL-2.0-only" 10 SRC_URI = "${SAVANNAH_GNU_MIRROR}/quilt/quilt-${PV}.tar.gz \ 11 file://run-ptest \ 14 file://0001-tests-Allow-different-output-from-mv.patch \ 15 file://fix-grep-3.8.patch \ 16 file://faildiff-order.patch \ 19 SRC_URI:append:class-target = " file://gnu_patch_test_fix_target.patch" 23 inherit autotools-brokensep ptest 25 INHIBIT_AUTOTOOLS_DEPS:class-native = "1" [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/ |
| H A D | export.py | 1 # Development tool - export command plugin 3 # Copyright (C) 2014-2017 Intel Corporation 5 # SPDX-License-Identifier: GPL-2.0-only 19 default_arcname_prefix = "workspace-export" 50 # Make sure workspace is non-empty and possible listed include/excluded recipes are in workspace 55 for param, recipes in {'include':args.include,'exclude':args.exclude}.items(): 63 …default_name = "%s-%s.tar.gz" % (default_arcname_prefix, datetime.datetime.now().strftime('%Y%m%d%… 72 logger.error('Tar archive %s exists. Use --overwrite/-o to overwrite it') 76 if not len(set(workspace.keys()).difference(set(args.exclude))): 88 if recipe not in args.exclude: [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | perf-completion.sh | 2 # SPDX-License-Identifier: GPL-2.0 7 local exclude i j first 8 # Which word separators to exclude? 9 exclude="${1//[^$COMP_WORDBREAKS]}" 11 if [ -z "$exclude" ]; then 16 # re-assemble words to complete. 22 [ $i -gt 0 ] && 23 [ -n "${COMP_WORDS[$i]}" ] && 25 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ] 29 if [ $j -ge 2 ] && [ -n "$first" ]; then [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | go.bbclass | 3 GO_PARALLEL_BUILD ?= "${@oe.utils.parallel_make_argument(d, '-p %d')}" 7 GOROOT:class-native = "${STAGING_LIBDIR_NATIVE}/go" 8 GOROOT:class-nativesdk = "${STAGING_DIR_TARGET}${libdir}/go" 20 GOARM:arm:class-target = "${TARGET_GOARM}" 21 GOARM:arm:class-target[export] = "1" 24 GO386:x86:class-target = "${TARGET_GO386}" 25 GO386:x86:class-target[export] = "1" 28 GOMIPS:mips:class-target = "${TARGET_GOMIPS}" 29 GOMIPS:mips:class-target[export] = "1" 31 DEPENDS_GOLANG:class-target = "virtual/${TUNE_PKGARCH}-go virtual/${TARGET_PREFIX}go-runtime" [all …]
|
| H A D | copyleft_filter.bbclass | 15 COPYLEFT_LICENSE_EXCLUDE[doc] = 'Space separated list of globs which exclude licenses' 24 COPYLEFT_AVAILABLE_RECIPE_TYPES = 'target native nativesdk cross crosssdk cross-canadian' 34 COPYLEFT_PN_EXCLUDE[doc] = 'Space separated list of recipe names to exclude' 57 exclude = oe.data.typed_value('COPYLEFT_LICENSE_EXCLUDE', d) 60 is_included, reason = oe.license.is_included(d.getVar('LICENSE'), include, exclude)
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | libfdt.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 10 /* U-Boot local hacks */ 90 * fdt_find_regions() - find regions in device tree 92 * Given a list of nodes to include and properties to exclude, find 97 * for all nodes but exclude the property "data", then you will get the 100 * This function can be used to produce a byte-stream to send to a hashing 110 * it prevents the root node from changing at all Any change to non-excluded 130 * @exc_prop: List of properties names to exclude 131 * @exc_prop_count: Number of properties in exclude list 149 * fdt_first_region() - find regions in device tree [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | init-exclude.patch | 1 # Hack in support for an "exclude" config option for the init module, so 5 # Upstream-status: Pending 7 # Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> 8 # Signed-off-by: Jackie Huang <jackie.huang@windriver.com> 9 --- 10 init/index.cgi | 27 ++++++++++++++------------- 11 init/init-lib.pl | 5 +++-- 12 2 files changed, 17 insertions(+), 15 deletions(-) 14 Index: webmin-1.850/init/index.cgi 16 --- webmin-1.850.orig/init/index.cgi [all …]
|
| /OK3568_Linux_fs/external/mpp/tools/ |
| H A D | astylerc | 2 --exclude=../build 3 --exclude=../osal/windows/pthread 4 --exclude=../osal/linux/drm.h 7 --style=linux 8 #--style=kr 11 --indent=spaces=4 12 --indent-labels 13 #--indent-switches 14 #--indent-preprocessor 15 --min-conditional-indent=0 [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/trace/coresight/ |
| H A D | coresight-etm4x-reference.rst | 11 --------------------------- 20 ---- 37 ---- 47 ---- 52 - > 0 : Programs up the hardware with the current values held in the driver 55 - = 0 : disable trace hardware. 60 ---- 72 ---- 85 ---- 91 / exclude according to the optional parameter, or if omitted [all …]
|
| /OK3568_Linux_fs/kernel/fs/ubifs/ |
| H A D | find.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2006-2008 Nokia Corporation. 21 * struct scan_data - data provided to scan callback functions 25 * @exclude_index: whether to exclude index LEBs 35 * valuable - determine whether LEB properties are valuable. 36 * @c: the UBIFS file-system description object 44 int n, cat = lprops->flags & LPROPS_CAT_MASK; in valuable() 51 heap = &c->lpt_heap[cat - 1]; in valuable() 52 if (heap->cnt < heap->max_cnt) in valuable() 54 if (lprops->free + lprops->dirty >= c->dark_wm) in valuable() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/LSM/ |
| H A D | LoadPin.rst | 5 LoadPin is a Linux Security Module that ensures all kernel-loaded files 7 the expectation that such a filesystem is backed by a read-only device 8 such as dm-verity or CDROM. This allows systems that have a verified 12 The LSM is selectable at build-time with ``CONFIG_SECURITY_LOADPIN``, and 13 can be controlled at boot-time with the kernel command line option 18 block device backing the filesystem is not read-only, a sysctl is 23 It's also possible to exclude specific file types from LoadPin using kernel 24 command line option "``loadpin.exclude``". By default, all files are 26 as "``loadpin.exclude=kernel-module,kexec-image``". This allows to use
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rsync/files/ |
| H A D | 0001-Add-missing-prototypes-to-function-declarations.patch | 3 Date: Mon, 29 Aug 2022 19:53:28 -0700 6 With Clang 15+ compiler -Wstrict-prototypes is triggering warnings which 7 are turned into errors with -Werror, this fixes the problem by adding 11 …on declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes] 16 Upstream-Status: Submitted [https://lists.samba.org/archive/rsync/2022-August/032858.html] 17 Signed-off-by: Khem Raj <raj.khem@gmail.com> 18 --- 19 checksum.c | 2 +- 20 exclude.c | 2 +- 21 hlink.c | 3 +-- [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/kmod/ |
| H A D | depmodwrapper-cross_1.0.bb | 14 DEPENDS += "kmod-native" 18 install -d ${D}${bindir_crossscripts}/ 22 # Expected to be called as: depmodwrapper -a KERNEL_VERSION 23 if [ "\$1" != "-a" -o "\$2" != "-b" ]; then 24 echo "Usage: depmodwrapper -a -b rootfs KERNEL_VERSION" >&2 29 if [ -r "${PKGDATA_DIR}/kernel-depmod/kernel-abiversion" ]; then 30 kernelabi=\$(cat "${PKGDATA_DIR}/kernel-depmod/kernel-abiversion") 33 if [ ! -e "\$3${nonarch_base_libdir}/depmod.d/exclude.conf" ]; then 34 mkdir -p "\$3${nonarch_base_libdir}/depmod.d" 35 echo "exclude .debug" > "\$3${nonarch_base_libdir}/depmod.d/exclude.conf" [all …]
|