| /OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/selinux/android-tools/ |
| H A D | android-tools_10.0.0.r36.bb | 34 file://core-debian/move-log-file-to-proper-dir.patch;patchdir=system/core \ 35 file://core-debian/Added-missing-headers.patch;patchdir=system/core \ 36 file://core-debian/libusb-header-path.patch;patchdir=system/core \ 37 file://core-debian/stdatomic.patch;patchdir=system/core \ 38 file://core-debian/Nonnull.patch;patchdir=system/core \ 39 file://core-debian/Vector-cast.patch;patchdir=system/core \ 40 file://core-debian/use-Python-3-for-mkbootimg.patch;patchdir=system/core \ 41 file://core-debian/throw-exception-on-unknown-os.patch;patchdir=system/core \ 42 file://core-debian/simg_dump-python3.patch;patchdir=system/core \ 43 file://core-debian/fix-attribute-issue-with-gcc.patch;patchdir=system/core \ [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | patch.bbclass | 53 patchdir = os.path.join(srcsubdir, 'patches') 54 if os.path.exists(patchdir): 55 if os.listdir(patchdir): 58 os.rmdir(patchdir) 71 patchdir = os.path.join(srcsubdir, 'patches') 72 if os.path.exists(patchdir): 73 shutil.rmtree(patchdir) 130 if "patchdir" in parm: 131 patchdir = parm["patchdir"] 132 if not os.path.isabs(patchdir): [all …]
|
| H A D | copyleft_compliance.bbclass | 52 patchdir = parm.get('patchdir') 53 if patchdir: 54 series = os.path.join(dest, 'series.subdir.%s' % patchdir.replace('/', '_'))
|
| H A D | kernel-yocto.bbclass | 30 # if patchdir has been passed, we won't be able to apply it so skip 32 patchdir = '' 33 if "patchdir" in parm: 34 patchdir = parm["patchdir"] 36 if subdir == patchdir: 39 # skip the patch if a patchdir was supplied, it won't be handled 41 if not patchdir:
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/ |
| H A D | patch-kernel | 66 patchdir=${2-.} 71 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ] 74 stopversion defaults to <all in patchdir>. 149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir 171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir 243 findFile $patchdir/${patch} || noFile ${patch} 274 findFile $patchdir/${patch} || noFile ${patch} 292 findFile $patchdir/${patch} || noFile ${patch} 307 for PATCHNAMES in $patchdir/patch-${CURRENTFULLVERSION}-ac*\.* 311 findFile $patchdir/patch-${CURRENTFULLVERSION}-ac${ACVALUE} || break [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/ |
| H A D | patch-kernel | 66 patchdir=${2-.} 71 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ] 74 stopversion defaults to <all in patchdir>. 149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir 171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir 243 findFile $patchdir/${patch} || noFile ${patch} 274 findFile $patchdir/${patch} || noFile ${patch} 292 findFile $patchdir/${patch} || noFile ${patch} 307 for PATCHNAMES in $patchdir/patch-${CURRENTFULLVERSION}-ac*\.* 311 findFile $patchdir/patch-${CURRENTFULLVERSION}-ac${ACVALUE} || break [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/ |
| H A D | patch-kernel | 65 patchdir=${2-.} 70 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ] 73 stopversion defaults to <all in patchdir>. 148 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir 170 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir 242 findFile $patchdir/${patch} || noFile ${patch} 273 findFile $patchdir/${patch} || noFile ${patch} 291 findFile $patchdir/${patch} || noFile ${patch} 306 for PATCHNAMES in $patchdir/patch-${CURRENTFULLVERSION}-ac*\.* 310 findFile $patchdir/patch-${CURRENTFULLVERSION}-ac${ACVALUE} || break [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/ |
| H A D | patch-kernel | 65 patchdir=${2-.} 70 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ] 73 stopversion defaults to <all in patchdir>. 148 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir 170 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir 242 findFile $patchdir/${patch} || noFile ${patch} 273 findFile $patchdir/${patch} || noFile ${patch} 291 findFile $patchdir/${patch} || noFile ${patch} 306 for PATCHNAMES in $patchdir/patch-${CURRENTFULLVERSION}-ac*\.* 310 findFile $patchdir/patch-${CURRENTFULLVERSION}-ac${ACVALUE} || break [all …]
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | patch-kernel | 66 patchdir=${2-.} 71 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ] 74 stopversion defaults to <all in patchdir>. 149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir 171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir 243 findFile $patchdir/${patch} || noFile ${patch} 274 findFile $patchdir/${patch} || noFile ${patch} 292 findFile $patchdir/${patch} || noFile ${patch} 307 for PATCHNAMES in $patchdir/patch-${CURRENTFULLVERSION}-ac*\.* 311 findFile $patchdir/patch-${CURRENTFULLVERSION}-ac${ACVALUE} || break [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/ |
| H A D | patch-kernel | 66 patchdir=${2-.} 71 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ] 74 stopversion defaults to <all in patchdir>. 149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir 171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir 243 findFile $patchdir/${patch} || noFile ${patch} 274 findFile $patchdir/${patch} || noFile ${patch} 292 findFile $patchdir/${patch} || noFile ${patch} 307 for PATCHNAMES in $patchdir/patch-${CURRENTFULLVERSION}-ac*\.* 311 findFile $patchdir/patch-${CURRENTFULLVERSION}-ac${ACVALUE} || break [all …]
|
| /OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/ |
| H A D | patch-kernel | 66 patchdir=${2-.} 71 usage: $PNAME [-h] [ sourcedir [ patchdir [ stopversion ] [ -acxx ] ] ] 74 stopversion defaults to <all in patchdir>. 149 if $uncomp ${patchdir}/$1${ext} | patch -p1 -s -N -E -d $sourcedir 171 if $uncomp ${patchdir}/"$1"${ext} | patch -p1 -Rs -N -E -d $sourcedir 243 findFile $patchdir/${patch} || noFile ${patch} 274 findFile $patchdir/${patch} || noFile ${patch} 292 findFile $patchdir/${patch} || noFile ${patch} 307 for PATCHNAMES in $patchdir/patch-${CURRENTFULLVERSION}-ac*\.* 311 findFile $patchdir/patch-${CURRENTFULLVERSION}-ac${ACVALUE} || break [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/open-vm-tools/ |
| H A D | open-vm-tools_11.3.5.bb | 32 file://0001-configure.ac-don-t-use-dnet-config.patch;patchdir=.. \ 33 file://0003-Use-configure-test-for-struct-timespec.patch;patchdir=.. \ 34 file://0004-Fix-definition-of-ALLPERMS-and-ACCESSPERMS.patch;patchdir=.. \ 35 file://0005-Use-configure-to-test-for-feature-instead-of-platfor.patch;patchdir=.. \ 36 file://0006-Use-configure-test-for-sys-stat.h-include.patch;patchdir=.. \ 37 file://0007-Fix-subdir-objects-configure-error.patch;patchdir=.. \ 38 file://0008-include-poll.h-instead-of-sys-poll.h.patch;patchdir=.. \ 39 file://0009-Rename-poll.h-to-vm_poll.h.patch;patchdir=.. \ 40 file://0010-use-posix-strerror_r-unless-on-gnu-libc-system.patch;patchdir=.. \ 41 file://0011-Use-uintmax_t-for-handling-rlim_t.patch;patchdir=.. \ [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/ |
| H A D | android-tools_5.1.1.r37.bb | 29 file://core/0001-adb-remove-selinux-extensions.patch;patchdir=system/core \ 30 file://core/0002-adb-Use-local-sockets-where-appropriate.patch;patchdir=system/core \ 31 file://core/0003-adb-define-shell-command.patch;patchdir=system/core \ 32 file://core/0004-adb-Fix-build-on-big-endian-systems.patch;patchdir=system/core \ 33 file://core/0005-adb-add-base64-implementation.patch;patchdir=system/core \ 34 file://core/0006-adb-Musl-fixes.patch;patchdir=system/core \ 35 file://core/0007-adb-usb_linux.c-fix-build-with-glibc-2.28.patch;patchdir=system/core \ 36 file://core/0008-adb-Allow-adbd-to-be-ran-as-root.patch;patchdir=system/core \ 37 file://core/0009-mkbootimg-Add-dt-parameter-to-specify-DT-image.patch;patchdir=system/core \ 38 file://core/0010-Use-linux-capability.h-on-linux-systems-too.patch;patchdir=system/core \ [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ |
| H A D | qtwebengine_git.bb | 172 … file://chromium/0001-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \ 173 file://chromium/0002-chromium-fix-build-with-clang.patch;patchdir=src/3rdparty \ 174 file://chromium/0003-chromium-Exclude-CRC32-for-32bit-arm.patch;patchdir=src/3rdparty \ 175 …file://chromium/0004-chromium-Do-not-try-to-set-the-guessed-values-for.patch;patchdir=src/3rdparty… 176 … file://chromium/0005-chromium-fix-build-after-y2038-changes-in-glibc.patch;patchdir=src/3rdparty \ 177 …file://chromium/0006-chromium-Fix-build-on-32bit-arches-with-64bit-time_t.patch;patchdir=src/3rdpa… 178 … file://chromium/0007-chromium-Include-cstddef-for-size_t-definition.patch;patchdir=src/3rdparty \ 179 …file://chromium/0008-chromium-Move-CharAllocator-definition-to-a-header-f.patch;patchdir=src/3rdpa… 180 file://chromium/0009-chromium-Link-v8-with-libatomic-on-x86.patch;patchdir=src/3rdparty \ 181 file://chromium/0010-chromium-icu-use-system-library-only-targets.patch;patchdir=src/3rdparty \ [all …]
|
| H A D | qtpdf_git.bb | 157 … file://chromium/0001-chromium-workaround-for-too-long-.rps-file-name.patch;patchdir=src/3rdparty \ 158 file://chromium/0002-chromium-fix-build-with-clang.patch;patchdir=src/3rdparty \ 159 file://chromium/0003-chromium-Exclude-CRC32-for-32bit-arm.patch;patchdir=src/3rdparty \ 160 …file://chromium/0004-chromium-Do-not-try-to-set-the-guessed-values-for.patch;patchdir=src/3rdparty… 161 … file://chromium/0005-chromium-fix-build-after-y2038-changes-in-glibc.patch;patchdir=src/3rdparty \ 162 …file://chromium/0006-chromium-Fix-build-on-32bit-arches-with-64bit-time_t.patch;patchdir=src/3rdpa… 163 … file://chromium/0007-chromium-Include-cstddef-for-size_t-definition.patch;patchdir=src/3rdparty \ 164 …file://chromium/0008-chromium-Move-CharAllocator-definition-to-a-header-f.patch;patchdir=src/3rdpa… 165 file://chromium/0009-chromium-Link-v8-with-libatomic-on-x86.patch;patchdir=src/3rdparty \ 166 file://chromium/0010-chromium-icu-use-system-library-only-targets.patch;patchdir=src/3rdparty \ [all …]
|
| H A D | qt5-plugin-generic-vboxtouch_git.bb | 20 file://0001-VirtualboxTouchScreenHandler-initialize-m_mouse.patch;patchdir=.. \ 21 file://0001-include-errno.h-for-errno-definition.patch;patchdir=.. \
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | apply-patches.sh | 45 patchdir=${2-../kernel-patches} 56 if [ ! -d "${patchdir}" ] ; then 57 echo "Aborting. '${patchdir}' is not a directory." 184 scan_patchdir "$patchdir" "$patchpattern"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/ |
| H A D | libstd-rs_1.59.0.bb | 6 file://0001-Add-400-series-syscalls-to-musl-riscv64-definitions.patch;patchdir=../../ \ 7 file://0001-Update-checksums-for-modified-vendored-libc.patch;patchdir=../../ \
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | patch.py | 187 self.patchdir = os.path.join(self.dir, 'patches') 189 bb.utils.mkdirhier(self.patchdir) 194 shellcmd = ["cat", patch, ">" , self.patchdir + "/" + os.path.basename(patch)] 210 self._removePatch(os.path.join(self.patchdir, p.strip())) 213 self._removePatch(os.path.join(self.patchdir, patches[-1].strip())) 565 shellcmd = ["git", "reset", "HEAD", self.patchdir] 860 patchdir = parm.get('patchdir') 861 if patchdir: 862 patchparm['patchdir'] = patchdir
|
| /OK3568_Linux_fs/buildroot/package/gcc/ |
| H A D | gcc.mk | 36 for patchdir in \ 40 if test -d $${patchdir}; then \ 41 $(APPLY_PATCHES) $(@D) $${patchdir} \*.patch || exit 1; \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/influxdb/ |
| H A D | influxdb_1.8.10.bb | 19 file://0001-Use-v2.1.2-xxhash-to-fix-build-with-go-1.17.patch;patchdir=src/${GO_IMPORT} \ 24 …" file://0001-patch-term-module-for-mips-ispeed-ospeed-termios-abs.patch;patchdir=src/${GO_IMPORT}"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/vk-gl-cts/ |
| H A D | khronos-cts.inc | 25 SRC_URI += "file://0001-Workaround-for-GCC-11-uninit-variable-warnings-946.patch;patchdir=external/… 26 file://0001-Include-limits-header-for-numeric_limits.patch;patchdir=external/vulkancts \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/breakpad/ |
| H A D | breakpad_git.bb | 44 file://0001-lss-Match-syscalls-to-match-musl.patch;patchdir=src/third_party/lss \ 45 file://mips_asm_sgidefs.patch;patchdir=src/third_party/lss \ 46 file://0001-Do-not-add-stack-pointer-to-clobber-list.patch;patchdir=src/third_party/lss \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/ |
| H A D | python3-grpcio_1.45.0.bb | 14 file://abseil-ppc-fixes.patch;patchdir=third_party/abseil-cpp \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/lmdb/ |
| H A D | lmdb_0.9.29.bb | 14 file://0001-make-set-soname-on-liblmdb.patch;patchdir=../.. \
|