Home
last modified time | relevance | path

Searched refs:patch (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/buildroot/support/kconfig/patches/
A Dseries1 01-kconfig-kernel-to-buildroot.patch
2 06-br-build-system-integration.patch
3 10-br-build-system.patch
4 11-use-mktemp-for-lxdialog.patch
5 12-fix-glade-file-path.patch
6 14-support-out-of-tree-config.patch
7 16-fix-space-to-de-select-options.patch
8 17-backport-kecho.patch
9 18-merge-config.sh-create-temporary-files-in-tmp.patch
10 19-merge_config.sh-add-br2-external-support.patch
[all …]
/buildroot/support/scripts/
A Dapply-patches.sh69 patch="${2}"
77 case "$patch" in
92 *.patch*)
102 echo "Applying $patch using ${type}: "
104 if [ ! -e "${path}/$patch" ] ; then
105 echo "Error: missing patch file ${path}/$patch"
110 echo "Error: duplicate filename '${patch}'"
113 echo " to be applied : ${path}/${patch}"
116 echo "${path}/${patch}" >> ${builddir}/.applied_patches_list
117 … ${uncomp} "${path}/$patch" | patch -g0 -p1 --no-backup-if-mismatch -d "${builddir}" -t -N $silent
[all …]
/buildroot/
A D.checkpackageignore377 package/android-tools/0010-adb-added-patch-for-openssl-1.1.0-compatibility.patch lib_patch.Upstream
429 package/bind/0001-cross.patch lib_patch.Upstream
525 package/dht/0001-cmake.patch lib_patch.Upstream
618 package/fbv/0004-giflib.patch lib_patch.Upstream
1119 package/ntp/0001-nano.patch lib_patch.Upstream
1147 package/olsr/0006-build-patch-for-gpsd-3-25.patch lib_patch.Upstream
1189 package/patch/0001-Fix-segfault-with-mangled-rename-patch.patch lib_patch.Upstream
1190 package/patch/0002-Allow-input-files-to-be-missing-for-ed-style-patches.patch lib_patch.Upstream
1191 package/patch/0003-Fix-arbitrary-command-execution-in-ed-style-patches-.patch lib_patch.Upstream
1192 package/patch/0004-Invoke-ed-directly-instead-of-using-the-shell.patch lib_patch.Upstream
[all …]
A D.gitignore10 /*.patch
/buildroot/linux/
A Dlinux-ext-aufs.mk15 aufs$(BR2_PACKAGE_AUFS_SERIES)-kbuild.patch \
16 aufs$(BR2_PACKAGE_AUFS_SERIES)-base.patch \
17 aufs$(BR2_PACKAGE_AUFS_SERIES)-mmap.patch \
18 aufs$(BR2_PACKAGE_AUFS_SERIES)-standalone.patch
A Dlinux-ext-rtai.mk22 if test -f $(RTAI_DIR)/base/arch/$(RTAI_ARCH)/patches/hal-linux-$${kver}-*patch ; then \
25 hal-linux-$${kver}-*patch ; \
/buildroot/package/patch/
A DConfig.in2 bool "patch"
7 Take patch files (containing difference listings) and apply
10 http://www.gnu.org/software/patch/
12 comment "patch needs a toolchain w/ wchar"
A Dpatch.mk8 PATCH_SOURCE = patch-$(PATCH_VERSION).tar.xz
9 PATCH_SITE = $(BR2_GNU_MIRROR)/patch
A Dpatch.hash2 sha256 ac610bda97abe0d9f6b7c963255a11dcb196c25e337c61f94e4778d632f1d8fd patch-2.7.6.tar.xz
/buildroot/docs/manual/
A Dpatch-policy.adoc4 [[patch-policy]]
15 global patch directory.
26 or a tarball containing a patch series.
39 These patch files should be named +<number>-<description>.patch+.
46 digits, like 'git-format-patch' does. E.g.: +0001-foobar-the-buz.patch+
62 ==== Global patch directory
69 [[patch-apply-order]]
86 * Otherwise, patch files matching +*.patch+ are applied in alphabetical
123 At the end, the patch should look like:
147 === Additional patch documentation
[all …]
A Dcustomize-patches.adoc22 . For every directory - +<global-patch-dir>+ - that exists in
26 * +<global-patch-dir>/<packagename>/<packageversion>/+ if the
29 * Otherwise, +<global-patch-dir>/<packagename>+ if the directory
32 . Patches will then be applied from a +<package-patch-dir>+ as
38 * Otherwise, patch files matching +*.patch+ are applied in
41 +<number>-<description>.patch+, where +<number>+ refers to the
45 xref:patch-apply-order[]
48 specifying a custom patch directory for packages. It can be used to
50 be used in place of the custom patch directory options that are
60 as it is done from a post-patch hook of the Linux package.
[all …]
/buildroot/support/gnuconfig/
A Dupdate11 for p in $(ls patches/*.patch 2>/dev/null); do
12 patch -p1 < "${p}"
/buildroot/package/sdl_sound/
A D0002-remove-werror.patch6 We patch configure directly, because:
10 2/ the length of the configure or configure.in patch would be exactly
11 the same (one line), or maybe more for the configure.in patch if
14 3/ the patch will never go upstream, because upstream is dead.
/buildroot/package/xinetd/
A D0003-rpc-fix.patch1 This patch fixes compiling xinetd without RPC support.
3 The content of this patch was copied from the OpenWrt project:
4 https://dev.openwrt.org/browser/packages/net/xinetd/patches/003-rpc_fix.patch
/buildroot/package/lzop/
A Dlzop.mk22 patch -i support/libtool/buildroot-libtool-v2.4.4.patch $(@D)/autoconf/ltmain.sh
/buildroot/package/oprofile/
A D0001-musl.patch8 …openwrt/blob/f22d5e25660106a48727c7aa5d1a73e4171a7987/package/devel/oprofile/patches/100-musl.patch
9 after I found a hint for the patch here:
10 http://patchwork.openembedded.org/patch/112675/
12 Removed unneeded patch for libop/op_events.c.
16 I decided to put this patch into the buildroot repo instead of adding
/buildroot/package/sredird/
A D0001-termio.patch4 http://svnweb.freebsd.org/ports/head/comms/sredird/files/patch-sredird.c?revision=363168&view=markup
5 http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/sysutils/sredird/patches/patch-aa
6 https://github.com/bitrig/bitrig-ports/blob/master/comms/sredird/patches/patch-sredird_c
/buildroot/support/kconfig/
A D.gitignore2 # Quilt is being used to handle the patch series
/buildroot/package/cmake/
A D0001-rename-cmake-rootfile.patch10 This buildroot-specific patch makes sure ctest looks also for
13 [Vincent: tweak patch for 3.6.3]
14 [James: tweak patch for 3.15.4]
15 [Bernd: tweak patch for 3.27.0]
/buildroot/package/aumix/
A Daumix.hash4 sha256 3bfa74db4aeb68bfef7ee213bb1dbf236d784dea3d35a52f6e23a48c847375dd 19_no-common.patch
/buildroot/package/lynx/
A Dlynx.hash3 sha256 b2207e757dbbefc34a20a32b1b4a216b4a4316e1dc812bceca4ac6294871119a 90_CVE-2021-38165.patch
/buildroot/package/readline/
A D0002-Readline-8.2-patch-1-fix-crash-when-readline-is-star.patch4 Subject: [PATCH] Readline-8.2 patch 1: fix crash when readline is started with
7 Upstream: https://git.savannah.gnu.org/cgit/readline.git/patch/?id=7274faabe97ce53d6b464272d7e6ab6c…
35 # Do not edit -- exists only for use by patch
/buildroot/package/
A Dpkg-autotools.mk68 patch -i support/libtool/buildroot-libtool-v1.5.patch $${i}; \
70 patch -i support/libtool/buildroot-libtool-v2.2.patch $${i}; \
73 patch -i support/libtool/buildroot-libtool-v2.4.4.patch $${i}; \
75 patch -i support/libtool/buildroot-libtool-v2.4.patch $${i}; \
/buildroot/package/python-bsdiff4/
A DConfig.in5 binary diff and patch using the BSDIFF4-format.
/buildroot/package/bsdiff/
A DConfig.in5 Binary patch/diff like xdelta but creates smaller diffs.

Completed in 64 milliseconds

12345678910>>...15