/openbmc/openbmc/poky/meta/recipes-core/packagegroups/ |
H A D | packagegroup-core-sdk.bb | 66 # 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 D | depends.py | 19 for depend in depends: 20 dparts = depend.split('.') 27 depend_id = depend
|
/openbmc/linux/drivers/hid/i2c-hid/ |
H A D | Kconfig | 22 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/linux/arch/arm/boot/dts/intel/ixp/ |
H A D | intel-ixp45x-ixp46x.dtsi | 51 /* Dummy values that depend on firmware */ 62 /* Dummy values that depend on firmware */ 73 /* Dummy values that depend on firmware */
|
H A D | intel-ixp4xx.dtsi | 174 /* Dummy values that depend on firmware */ 185 /* Dummy values that depend on firmware */ 197 /* Dummy values that depend on firmware */
|
/openbmc/openbmc/meta-phosphor/recipes-connectivity/openssl/ |
H A D | openssl_%.bbappend | 17 oe_runmake depend 20 # We don't want to depend on perl in our image
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libb64/libb64/ |
H A D | 0001-example-Do-not-run-the-tests.patch | 16 @@ -33,11 +33,8 @@ depend: $(SOURCES) 17 makedepend -f- $(CFLAGS) $(SOURCES) 2> /dev/null 1> depend
|
/openbmc/openbmc/poky/scripts/lib/checklayer/ |
H A D | __init__.py | 154 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-oe/recipes-graphics/libsdl/libsdl-1.2.15/ |
H A D | 0001-build-Pass-tag-CC-explictly-when-using-libtool.patch | 6 Do not depend solely on libtool heuristics which fail 22 @@ -72,10 +72,10 @@ depend: 23 include $(depend)
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/ |
H A D | openpower-debug-collector_git.bb | 34 # Do not depend on phosphor-logging for native build 37 # Do not depend on phosphor-logging for native SDK build
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-dma-buffer | 13 The alignment requirements in number of sample sets will depend 18 will remain static and does not depend on which channels are
|
H A D | sysfs-class-net-queues | 8 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/meta-openembedded/meta-filesystems/recipes-utils/xfsdump/files/ |
H A D | 0001-xfsdump-support-usrmerge.patch | 18 @@ -97,12 +97,8 @@ default: depend $(LTCOMMAND) 36 @@ -111,12 +111,8 @@ default: depend $(LTCOMMAND)
|
/openbmc/linux/Documentation/devicetree/bindings/display/ |
H A D | st,stih4xx.txt | 16 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 D | package.py | 1972 for depend in sorted(depends): 1973 … if depend.find('-native') != -1 or depend.find('-cross') != -1 or depend.startswith('virtual/'): 1976 if depend.endswith('-dev'): 1977 depend = depend[:-4] 1978 if depend.endswith('-dbg'): 1979 depend = depend[:-4] 1980 pkgname = getname(depend, suffix) 1993 for depend in sorted(rdepends): 1994 if depend.find('virtual-locale-') != -1: 1997 if depend.endswith('-dev'): [all …]
|
H A D | packagedata.py | 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]
|
/openbmc/linux/arch/riscv/ |
H A D | Kconfig.errata | 7 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 D | driver_chipcommon_pmu.c | 371 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 D | 0001-build-Fix-Savannah-64681-webpage.ps-deps.patch | 29 +# 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 D | Makefile | 12 rm -f *.o *~ core .depend .*.cmd *.ko *.mod.c
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-tstee/files/ |
H A D | Makefile | 12 rm -f *.o *~ core .depend .*.cmd *.ko *.mod.c
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-kernel/arm-ffa-user/files/ |
H A D | Makefile | 12 rm -f *.o *~ core .depend .*.cmd *.ko *.mod.c
|
/openbmc/linux/drivers/soc/litex/ |
H A D | Kconfig | 17 All drivers that use functions from litex.h must depend on
|
/openbmc/openbmc/poky/meta/recipes-core/util-linux/ |
H A D | util-linux-libuuid_2.40.2.bb | 1 # To allow util-linux to optionally build-depend on cryptsetup, libuuid is
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/imapfilter/ |
H A D | imapfilter_2.8.2.bb | 19 # No need for manuals at this point, MANDIR is hardcoded to depend on prefix
|