Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/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'})
77 If test depends on pkg1 or pkg2 you need to use:
78 @OERequirePackage({'pkg1', 'pkg2'})
80 If test depends on pkg1 and pkg2 you need to use:
82 @OERequirePackage('pkg2')
[all …]
/OK3568_Linux_fs/buildroot/support/scripts/
H A Dgraph-depends49 # sub-dicts is "pkg2".
53 def is_dep_cache_insert(pkg, pkg2, val): argument
55 is_dep_cache[pkg].update({pkg2: val})
57 is_dep_cache[pkg] = {pkg2: val}
60 # Retrieves from the cache whether pkg2 is a transitive dependency
63 def is_dep_cache_lookup(pkg, pkg2): argument
64 return is_dep_cache[pkg][pkg2]
68 # transitive) of pkg2, dependencies being listed in the deps
71 def is_dep_uncached(pkg, pkg2, deps): argument
73 for p in deps[pkg2]:
[all …]
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dqconf-cfg.sh5 PKG2="QtCore QtGui"
21 if pkg-config --exists $PKG2; then
22 echo cflags=\"$(pkg-config --cflags $PKG2)\"
23 echo libs=\"$(pkg-config --libs $PKG2)\"
H A Dnconf-cfg.sh5 PKG2="ncurses menu panel"
14 if pkg-config --exists $PKG2; then
15 echo cflags=\"$(pkg-config --cflags $PKG2)\"
16 echo libs=\"$(pkg-config --libs $PKG2)\"
H A Dmconf-cfg.sh5 PKG2="ncurses"
14 if pkg-config --exists $PKG2; then
15 echo cflags=\"$(pkg-config --cflags $PKG2)\"
16 echo libs=\"$(pkg-config --libs $PKG2)\"
/OK3568_Linux_fs/buildroot/docs/manual/
H A Dusing-buildroot-development.txt52 <pkg2>_OVERRIDE_SRCDIR = /path/to/pkg2/sources
/OK3568_Linux_fs/buildroot/support/testing/tests/core/
H A Dtest_cpeid.py46 pkg_json = self.get_json("host-cpe-id-pkg2")
47 self.assertNotIn("cpe-id", pkg_json['host-cpe-id-pkg2'])
/OK3568_Linux_fs/yocto/poky/scripts/contrib/
H A Dlist-packageconfig-flags.py75 # flag_dict = {'flag': ['pkg1', 'pkg2',...]}
/OK3568_Linux_fs/kernel/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),
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/
H A Dactions,s500-pinctrl.yaml169 pkg2, pkg3]
H A Dactions,s700-pinctrl.txt82 dnand_ceb3, porb, clko_25m, bsel, pkg0, pkg1, pkg2, pkg3
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dd11.h1417 #define TXS_PROCFLAG_AMPDU_BA_PKG2_READ_REQD 0x1 /* AMPDU BA txs pkg2 read required */