Home
last modified time | relevance | path

Searched full:pkg2 (Results 1 – 9 of 9) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/decorator/
H A Dpackage.py20 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 Dnconf-cfg.sh8 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 Dmconf-cfg.sh8 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 Dacpi-build.c298 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 Dlist-packageconfig-flags.py75 # flag_dict = {'flag': ['pkg1', 'pkg2',...]}
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dactions,s700-pinctrl.txt82 dnand_ceb3, porb, clko_25m, bsel, pkg0, pkg1, pkg2, pkg3
H A Dactions,s500-pinctrl.yaml168 pkg2, pkg3]
/openbmc/linux/drivers/pinctrl/actions/
H A Dpinctrl-s500.c180 #define PKG2 _PIN(27) macro
321 PINCTRL_PIN(PKG2, "pkg2"),
1622 [PKG2] = PAD_INFO(PKG2),
H A Dpinctrl-s700.c220 #define PKG2 _PIN(27) macro
364 PINCTRL_PIN(PKG2, "pkg2"),
1802 [PKG2] = PAD_INFO(PKG2),