Home
last modified time | relevance | path

Searched refs:depend (Results 1 – 25 of 527) sorted by relevance

12345678910>>...22

/openbmc/openbmc/poky/meta/recipes-core/packagegroups/
H A Dpackagegroup-core-sdk.bb66 # for depend in rdepends:
67 # split_depend = depend.split(' (')
74 # for depend in rdepends2:
75 # split_depend = depend.split(' (')
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddepends.py19 for depend in depends:
20 dparts = depend.split('.')
27 depend_id = depend
/openbmc/openbmc/meta-phosphor/recipes-connectivity/openssl/
H A Dopenssl_%.bbappend17 oe_runmake depend
20 # We don't want to depend on perl in our image
/openbmc/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp45x-ixp46x.dtsi51 /* Dummy values that depend on firmware */
62 /* Dummy values that depend on firmware */
73 /* Dummy values that depend on firmware */
H A Dintel-ixp4xx.dtsi174 /* Dummy values that depend on firmware */
185 /* Dummy values that depend on firmware */
197 /* Dummy values that depend on firmware */
/openbmc/linux/drivers/hid/i2c-hid/
H A DKconfig22 will be called i2c-hid-acpi. It will also build/depend on the
40 will be called i2c-hid-of. It will also build/depend on the
56 will be called i2c-hid-of-elan. It will also build/depend on
72 will be called i2c-hid-of-goodix. It will also build/depend on
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/
H A D0001-example-Do-not-run-the-tests.patch16 @@ -33,11 +33,8 @@ depend: $(SOURCES)
17 makedepend -f- $(CFLAGS) $(SOURCES) 2> /dev/null 1> depend
/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/
H A Dopenpower-debug-collector_git.bb34 # Do not depend on phosphor-logging for native build
37 # Do not depend on phosphor-logging for native SDK build
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl-1.2.15/
H A D0001-build-Pass-tag-CC-explictly-when-using-libtool.patch6 Do not depend solely on libtool heuristics which fail
22 @@ -72,10 +72,10 @@ depend:
23 include $(depend)
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-dma-buffer13 The alignment requirements in number of sample sets will depend
18 will remain static and does not depend on which channels are
H A Dsysfs-class-net-queues8 network device queue. Possible values depend on the number
42 network device transmit queue. Possible values depend on the
52 network device transmit queue. Possible values depend on the
/openbmc/openbmc/poky/scripts/lib/checklayer/
H A D__init__.py154 def _find_layer(depend, layers): argument
160 if depend == collection:
190 for depend in depends.split():
192 if depend == 'core':
195 layer_depend = _find_layer(depend, layers)
198 (layer['name'], depend))
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/
H A D0001-xfsdump-support-usrmerge.patch18 @@ -97,12 +97,8 @@ default: depend $(LTCOMMAND)
36 @@ -111,12 +111,8 @@ default: depend $(LTCOMMAND)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/nmap/files/
H A D0001-configure.ac-make-ndiff-depend-on-python3.patch4 Subject: [PATCH] configure.ac: make ndiff depend on python3
8 let ndiff depend on python3.
/openbmc/linux/Documentation/devicetree/bindings/display/
H A Dst,stih4xx.txt16 number of clocks may depend of the SoC type.
34 number of clocks may depend of the SoC type.
67 number of clocks may depend of the SoC type.
80 number of clocks may depend of the SoC type.
93 number of clocks may depend of the SoC type.
107 number of clocks may depend of the SoC type.
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagedata.py175 for depend, depversions in deps.items():
176 new_depend = get_package_mapping(depend, pkg, d, depversions)
177 if depend != new_depend:
178 bb.note("package name mapping done: %s -> %s" % (depend, new_depend))
179 new_depends[new_depend] = deps[depend]
H A Dpackage.py1930 for depend in sorted(depends):
1931 … if depend.find('-native') != -1 or depend.find('-cross') != -1 or depend.startswith('virtual/'):
1934 if depend.endswith('-dev'):
1935 depend = depend[:-4]
1936 if depend.endswith('-dbg'):
1937 depend = depend[:-4]
1951 for depend in sorted(rdepends):
1955 if depend.endswith('-dev'):
1956 depend = depend[:-4]
1957 if depend.endswith('-dbg'):
[all …]
/openbmc/linux/arch/riscv/
H A DKconfig.errata7 All Andes errata Kconfig depend on this Kconfig. Disabling
28 All SiFive errata Kconfig depend on this Kconfig. Disabling
60 All T-HEAD errata Kconfig depend on this Kconfig. Disabling
/openbmc/linux/drivers/ssb/
H A Ddriver_chipcommon_pmu.c371 u32 depend; /* The depend mask */ member
402 .depend = ((1 << SSB_PMURES_4328_EXT_SWITCHER_PWM) |
416 .depend = ((1 << SSB_PMURES_4325_RX_PWRSW_PU) |
493 depend_tab[i].depend); in ssb_pmu_resources_init()
497 depend_tab[i].depend); in ssb_pmu_resources_init()
501 ~(depend_tab[i].depend)); in ssb_pmu_resources_init()
/openbmc/openbmc/poky/meta/recipes-extended/groff/files/
H A D0001-build-Fix-Savannah-64681-webpage.ps-deps.patch29 +# groff(1)'s `-I` implies `-g` and `-s`, so we must depend on grn and
42 +# groff(1)'s `-I` implies `-g` and `-s`, so we must depend on grn and
/openbmc/openbmc/poky/meta-skeleton/recipes-kernel/hello-mod/files/
H A DMakefile12 rm -f *.o *~ core .depend .*.cmd *.ko *.mod.c
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/files/
H A DMakefile12 rm -f *.o *~ core .depend .*.cmd *.ko *.mod.c
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-tee/files/
H A DMakefile12 rm -f *.o *~ core .depend .*.cmd *.ko *.mod.c
/openbmc/linux/drivers/soc/litex/
H A DKconfig17 All drivers that use functions from litex.h must depend on
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Time/
H A DEpochTime.interface.yaml12 allowed to set time depend on the time settings.

12345678910>>...22