/openbmc/linux/scripts/ |
H A D | Kbuild.include | 163 # if_changed - execute command if any prerequisite is newer than 174 # $(savedcmd_$@) gets empty. Then, target will be built even if $(newer-prereqs) 191 # Find any prerequisites that are newer than target or that do not exist. 193 # If there is no prerequisite other than phony targets, $(newer-prereqs) becomes 195 newer-prereqs = $(filter-out $(PHONY),$?) 201 if-changed-cond = $(newer-prereqs)$(cmd-check)$(check-FORCE) 235 # (3) Prerequisite is newer than target 246 $(if $(newer-prereqs),- due to: $(newer-prereqs), \ 270 # .NOTINTERMEDIATE is more correct, but only available on newer Make versions. 273 # Use .SECONDARY for older Make versions, but "newer-prereq" cannot detect
|
/openbmc/openbmc/poky/meta/recipes-support/apr/apr/ |
H A D | libtoolize_check.patch | 24 -# Require libtool 1.4 or newer 29 +# Require libtoolize 1.4 or newer 35 echo " You need libtool version 1.4 or newer installed"
|
/openbmc/linux/drivers/gpu/drm/v3d/ |
H A D | Kconfig | 3 tristate "Broadcom V3D 3.x and newer" 12 V3D 3.x or newer GPUs. SoCs supported include the BCM2711,
|
/openbmc/qemu/docs/devel/migration/ |
H A D | best-practices.rst | 39 - Care should be taken with device emulation code so that newer 42 - Care should be taken with newer firmware so that backward migration 47 support. This is also useful when newer versions of firmware outgrow
|
/openbmc/linux/Documentation/userspace-api/media/dvb/ |
H A D | dvb-frontend-parameters.rst | 13 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
|
/openbmc/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-dhcom-picoitx.dts | 7 * DHCOM PCB number: 493-300 or newer 8 * PicoITX PCB number: 487-600 or newer
|
H A D | imx6ull-dhcom-picoitx.dts | 7 * DHCOR PCB number: 578-200 or newer 8 * DHCOM PCB number: 579-200 or newer 9 * PicoITX PCB number: 487-600 or newer
|
H A D | imx6q-dhcom-pdk2.dts | 8 * DHCOM PCB number: 493-300 or newer 9 * PDK2 PCB number: 516-400 or newer
|
H A D | imx6s-dhcom-drc02.dts | 7 * DHCOM PCB number: 493-400 or newer 8 * DRC02 PCB number: 568-100 or newer
|
H A D | imx6ull-dhcom-drc02.dts | 7 * DHCOR PCB number: 578-200 or newer 8 * DHCOM PCB number: 579-200 or newer 9 * DRC02 PCB number: 568-100 or newer (2nd ethernet by SoM)
|
/openbmc/linux/drivers/accel/ivpu/ |
H A D | Kconfig | 4 tristate "Intel VPU for Meteor Lake and newer" 13 or newer. VPU stands for Versatile Processing Unit and it's a CPU-integrated
|
/openbmc/linux/arch/arm/boot/dts/st/ |
H A D | stm32mp153c-dhcor-drc-compact.dts | 7 * DHCOR PCB number: 586-100 or newer 8 * DRC Compact PCB number: 627-100 or newer
|
H A D | stm32mp157c-dhcom-pdk2.dts | 7 * DHCOM PCB number: 587-200 or newer 8 * PDK2 PCB number: 516-400 or newer
|
H A D | stm32mp157c-dhcom-picoitx.dts | 7 * DHCOM PCB number: 587-200 or newer 8 * PicoITX PCB number: 487-600 or newer
|
H A D | stm32mp153c-dhcom-drc02.dts | 7 * DHCOM PCB number: 587-200 or newer 8 * DRC02 PCB number: 568-100 or newer
|
H A D | stm32mp157a-dhcor-avenger96.dts | 9 * DHCOR PCB number: 586-100 or newer 10 * Avenger96 PCB number: 588-200 or newer
|
/openbmc/linux/tools/memory-model/scripts/ |
H A D | newlitmushist.sh | 54 sh $T/list-C-script > $T/list-C-newer 57 sort -u $T/list-C-new $T/list-C-newer > $T/list-C-needed
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-lief/ |
H A D | 0001-build-requirements.txt-Allow-newer-versions.patch | 4 Subject: [PATCH] build-requirements.txt: Allow newer versions 6 Allowing building with newer version
|
/openbmc/linux/Documentation/driver-api/firmware/ |
H A D | firmware-usage-guidelines.rst | 5 Users switching to a newer kernel should *not* have to install newer 32 bumps should not introduce new features that newer kernels depend on
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pandas/ |
H A D | 0001-pyproject.toml-don-t-pin-dependency-versions.patch | 6 Pandas will fail to build if the exact versions aren't found, but newer 7 ones actually work. Since newer versions of pandas are adjusting the
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | omap-mcbsp.txt | 7 "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)
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-dbs/mysql/mariadb/ |
H A D | 0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch | 6 __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
|
/openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
H A D | 0013-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch | 4 Subject: [PATCH] Define alignof using _Alignof when using C11 or newer 9 when using std=c11 or newer
|
/openbmc/openbmc/poky/meta/recipes-devtools/gdb/gdb/ |
H A D | 0007-Define-alignof-using-_Alignof-when-using-C11-or-newe.patch | 4 Subject: [PATCH] Define alignof using _Alignof when using C11 or newer 9 when using std=c11 or newer
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prctl/ |
H A D | 0001-support-cross-complication.patch | 28 - 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")
|