Home
last modified time | relevance | path

Searched full:depend (Results 1 – 25 of 1267) sorted by relevance

12345678910>>...51

/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/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/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v5.h44 SAMPLE_ASPECT_RATIO_IDC = 0x74, /* E, H.264, depend on
54 depend on RC_BIT_RATE_CHANGE in ENC_PARAM_CHANGE */
56 depend on RC_FRAME_RATE_CHANGE in ENC_PARAM_CHANGE */
58 depend on I_PERIOD_CHANGE in ENC_PARAM_CHANGE */
/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/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/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/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/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/linux/drivers/s390/crypto/
H A DMakefile8 # zcrypt_api.o and zcrypt_msgtype*.o depend on ap.o
13 # adapter drivers depend on ap.o and zcrypt.o
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass482 …bb.error("%s: PACKAGECONFIG[%s] Only enable,disable,depend,rdepend,rrecommend,conflict_packageconf…
597 # Svn packages should DEPEND on subversion-native
601 # Git packages should DEPEND on git-native
605 # Mercurial packages should DEPEND on mercurial-native
610 # OSC packages should DEPEND on osc-native
620 # *.lz4 should DEPEND on lz4-native for unpacking
624 # *.zst should DEPEND on zstd-native for unpacking
628 # *.lz should DEPEND on lzip-native for unpacking
632 # *.xz should DEPEND on xz-native for unpacking
636 # .zip should DEPEND on unzip-native for unpacking
[all …]
/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-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/linux/arch/x86/kernel/apic/
H A DMakefile18 # APIC probe will depend on the listing order here
26 # APIC probe will depend on the listing order here
/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/openbmc/poky/meta/lib/oe/
H A Dpackagedata.py142 …bb.error("An allarch packagegroup shouldn't depend on packages which are dynamically renamed (%s t…
175 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.py1972 for depend in sorted(depends):
1973 … if depend.find('-native') != -1 or depend.find('-cross') != -1 or depend.startswith('virtual/'):
1974 #bb.note("Skipping %s" % depend)
1976 if depend.endswith('-dev'):
1977 depend = depend[:-4]
1978 if depend.endswith('-dbg'):
1979 depend = depend[:-4]
1980 pkgname = getname(depend, suffix)
1981 #bb.note("Adding %s for %s" % (pkgname, depend))
1993 for depend in sorted(rdepends):
[all …]
/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/linux/sound/
H A DKconfig78 # the following will depend on the order of config.
84 # the following will depend on the order of config.
/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/linux/sound/pci/cs5535audio/
H A Dcs5535audio_pm.c21 we depend on snd_ac97_suspend to tell the in snd_cs5535audio_stop_hardware()
93 /* we depend on ac97 to perform the codec power up */ in snd_cs5535audio_resume()
/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/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()

12345678910>>...51