Home
last modified time | relevance | path

Searched refs:newer (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr/
H A Dlibtoolize_check.patch24 -# Require libtool 1.4 or newer
29 +# Require libtoolize 1.4 or newer
35 echo " You need libtool version 1.4 or newer installed"
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Ddvb-frontend-parameters.rst13 per-system parameters. However, as newer delivery systems required more
19 existing delivery systems, and to add newer delivery systems.
21 So, newer applications should use
23 instead, in order to be able to support the newer System Delivery like
/OK3568_Linux_fs/kernel/drivers/gpu/drm/v3d/
H A DKconfig3 tristate "Broadcom V3D 3.x and newer"
12 V3D 3.x or newer GPU, such as BCM7268.
/OK3568_Linux_fs/external/mpp/build/android/
H A DREADME.md75 * `arm64-v8a` - ARMv8 AArch64 instruction set - only for NDK r10 and newer
76 * `x86_64` - Intel64 instruction set (r1) - only for NDK r10 and newer
77 * `mips64` - MIPS64 instruction set (r6) - only for NDK r10 and newer
105 * Available for NDK r7 and newer.
108 * Available for NDK r7 and newer.
111 * Implies `-frtti -fno-exceptions` for NDK r7 and newer.
114 * Implies `-frtti -fno-exceptions` for NDK r7 and newer.
119 * Available for NDK r7b and newer.
137 * **ANDROID_GOLD_LINKER** = `ON` - use gold linker with GCC 4.6 for NDK r8b and newer (only for ARM…
217 * Ensure you are using CMake newer than 2.8.9;
[all …]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dstm32mp157c-dhcom-pdk2.dts7 * DHCOM PCB number: 587-200 or newer
8 * PDK2 PCB number: 516-400 or newer
H A Dstm32mp153c-dhcom-drc02.dts7 * DHCOM PCB number: 587-200 or newer
8 * DRC02 PCB number: 568-100 or newer
H A Dstm32mp157a-dhcor-avenger96.dts9 * DHCOR PCB number: 586-100 or newer
10 * Avenger96 PCB number: 588-200 or newer
/OK3568_Linux_fs/kernel/tools/memory-model/scripts/
H A Dnewlitmushist.sh54 sh $T/list-C-script > $T/list-C-newer
57 sort -u $T/list-C-new $T/list-C-newer > $T/list-C-needed
/OK3568_Linux_fs/kernel/scripts/
H A DKbuild.include207 # if_changed - execute command if any prerequisite is newer than
231 # Find any prerequisites that are newer than target or that do not exist.
236 newer-prereqs = $(filter-out $(PHONY),$?)
239 if_changed = $(if $(newer-prereqs)$(cmd-check), \
244 if_changed_dep = $(if $(newer-prereqs)$(cmd-check),$(cmd_and_fixdep),@:)
254 if_changed_rule = $(if $(newer-prereqs)$(cmd-check),$(rule_$(1)),@:)
268 # (3) Prerequisite is newer than target
279 $(if $(newer-prereqs),- due to: $(newer-prereqs), \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DKbuild.include207 # if_changed - execute command if any prerequisite is newer than
231 # Find any prerequisites that are newer than target or that do not exist.
236 newer-prereqs = $(filter-out $(PHONY),$?)
239 if_changed = $(if $(newer-prereqs)$(cmd-check), \
244 if_changed_dep = $(if $(newer-prereqs)$(cmd-check),$(cmd_and_fixdep),@:)
254 if_changed_rule = $(if $(newer-prereqs)$(cmd-check),$(rule_$(1)),@:)
268 # (3) Prerequisite is newer than target
279 $(if $(newer-prereqs),- due to: $(newer-prereqs), \
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DKbuild.include207 # if_changed - execute command if any prerequisite is newer than
231 # Find any prerequisites that are newer than target or that do not exist.
236 newer-prereqs = $(filter-out $(PHONY),$?)
239 if_changed = $(if $(newer-prereqs)$(cmd-check), \
244 if_changed_dep = $(if $(newer-prereqs)$(cmd-check),$(cmd_and_fixdep),@:)
254 if_changed_rule = $(if $(newer-prereqs)$(cmd-check),$(rule_$(1)),@:)
268 # (3) Prerequisite is newer than target
279 $(if $(newer-prereqs),- due to: $(newer-prereqs), \
/OK3568_Linux_fs/buildroot/boot/uboot/2016.07/
H A D0001-arc-Use-mcpu-XXX-instead-of-obsolete-marcXXX.patch6 With newer ARC tools old way of CPU specification gets obsolete,
7 so we're switching to newer and more common way of setting "-mcpu".
/OK3568_Linux_fs/buildroot/boot/uboot/2016.09.01/
H A D0001-arc-Use-mcpu-XXX-instead-of-obsolete-marcXXX.patch6 With newer ARC tools old way of CPU specification gets obsolete,
7 so we're switching to newer and more common way of setting "-mcpu".
/OK3568_Linux_fs/buildroot/package/gpm/
H A D0005-fix-building-w-newer-glibc.patch4 Subject: [PATCH] fix building w/newer glibc
24 +#include <sys/sysmacros.h> /* major() w/newer glibc */
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/
H A D0017-Define-__NR_futex-if-it-does-not-exist.patch6 __NR_futex is not defines by newer architectures e.g. arc, riscv32 as
9 to fail to build for these newer architectures. This patch defines a
/OK3568_Linux_fs/external/xserver/debian/patches/
H A D07_use-modesetting-driver-by-default-on-GeForce.diff5 8 and newer
34 + /* 'modesetting' is preferred for GeForce 8 and newer GPUs */
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler-gcc.h15 # error Sorry, your version of GCC is too old - please use 4.9 or newer.
21 # error Sorry, your version of GCC is too old - please use 5.1 or newer.
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/files/
H A D0001-futex.h-Define-__NR_futex-if-it-does-not-exist.patch6 __NR_futex is not defines by newer architectures e.g. arc, riscv32 as
9 to fail to build for these newer architectures. This patch defines a
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/libxshmfence/
H A D0001-xshmfence_futex.h-Define-SYS_futex-if-it-does-not-ex.patch6 _NR_futex is not defines by newer architectures e.g. riscv32 as
9 such applications start to fail to build for these newer architectures.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Domap-mcbsp.txt7 "ti,omap4-mcbsp" for McBSP on OMAP4 and newer SoC
18 - ti,buffer-size: Size of the FIFO on the port (OMAP2430 and newer SoC)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/
H A D0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch6 __NR_futex is not defines by newer architectures e.g. arc, riscv32 as
10 to fail to build for these newer architectures. This patch defines a
/OK3568_Linux_fs/kernel/tools/build/
H A DBuild.include54 # Find any prerequisites that is newer than target or that does not exist.
72 # if_changed_dep - execute command if any prerequisite is newer than
80 # if_changed - execute command if any prerequisite is newer than
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-general.rst28 migrate to a newer version of Yocto Project, the metadata (e.g.
44 newer or older version of a recipe in another layer.
62 is updated to a newer version, the patch might no longer apply. If
/OK3568_Linux_fs/kernel/Documentation/userspace-api/
H A Diommu.rst76 newer kernel (larger UAPI size)
77 3. A newer user with newer kernel header (larger UAPI size) running
92 For example, an older QEMU (with older kernel header) can run on newer
95 kernel. Simply recompiling existing code with newer kernel header should
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-prctl/
H A D0001-support-cross-complication.patch28 - sys.stderr.write("This module requires linux 2.6.18 or newer\n")
32 - sys.stderr.write("This module requires python 2.4 or newer\n")

12345678910>>...20