Searched full:pkg2 (Results 1 – 9 of 9) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/decorator/ |
H A D | package.py | 20 If test depends on pkg1 or pkg2 you need to use: 21 @OEHasPackage({'pkg1', 'pkg2'}) 23 If test depends on pkg1 and pkg2 you need to use: 25 @OEHasPackage('pkg2') 27 If test depends on pkg1 but pkg2 must not be present use: 28 @OEHasPackage({'pkg1', '!pkg2'}) 78 If test depends on pkg1 or pkg2 you need to use: 79 @OERequirePackage({'pkg1', 'pkg2'}) 81 If test depends on pkg1 and pkg2 you need to use: 83 @OERequirePackage('pkg2') [all …]
|
/openbmc/linux/scripts/kconfig/ |
H A D | nconf-cfg.sh | 8 PKG2="ncurses menu panel" 17 if ${HOSTPKG_CONFIG} --exists $PKG2; then 18 ${HOSTPKG_CONFIG} --cflags ${PKG2} > ${cflags} 19 ${HOSTPKG_CONFIG} --libs ${PKG2} > ${libs}
|
H A D | mconf-cfg.sh | 8 PKG2="ncurses" 17 if ${HOSTPKG_CONFIG} --exists ${PKG2}; then 18 ${HOSTPKG_CONFIG} --cflags ${PKG2} > ${cflags} 19 ${HOSTPKG_CONFIG} --libs ${PKG2} > ${libs}
|
/openbmc/qemu/hw/loongarch/ |
H A D | acpi-build.c | 298 Aml *pkg0, *pkg1, *pkg2; in build_uart_device_aml() local 324 pkg2 = aml_package(0x2); in build_uart_device_aml() 325 aml_append(pkg2, aml_touuid("DAFFD814-6EBA-4D8C-8A91-BC9BBF4AA301")); in build_uart_device_aml() 326 aml_append(pkg2, pkg1); in build_uart_device_aml() 327 aml_append(dev, aml_name_decl("_DSD", pkg2)); in build_uart_device_aml()
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | list-packageconfig-flags.py | 75 # flag_dict = {'flag': ['pkg1', 'pkg2',...]}
|
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | actions,s700-pinctrl.txt | 82 dnand_ceb3, porb, clko_25m, bsel, pkg0, pkg1, pkg2, pkg3
|
H A D | actions,s500-pinctrl.yaml | 168 pkg2, pkg3]
|
/openbmc/linux/drivers/pinctrl/actions/ |
H A D | pinctrl-s500.c | 180 #define PKG2 _PIN(27) macro 321 PINCTRL_PIN(PKG2, "pkg2"), 1622 [PKG2] = PAD_INFO(PKG2),
|
H A D | pinctrl-s700.c | 220 #define PKG2 _PIN(27) macro 364 PINCTRL_PIN(PKG2, "pkg2"), 1802 [PKG2] = PAD_INFO(PKG2),
|