Searched full:pkg2 (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/yocto/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'}) 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 D | graph-depends | 49 # 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 D | qconf-cfg.sh | 5 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 D | nconf-cfg.sh | 5 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 D | mconf-cfg.sh | 5 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 D | using-buildroot-development.txt | 52 <pkg2>_OVERRIDE_SRCDIR = /path/to/pkg2/sources
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/core/ |
| H A D | test_cpeid.py | 46 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 D | list-packageconfig-flags.py | 75 # flag_dict = {'flag': ['pkg1', 'pkg2',...]}
|
| /OK3568_Linux_fs/kernel/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),
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | actions,s500-pinctrl.yaml | 169 pkg2, pkg3]
|
| H A D | actions,s700-pinctrl.txt | 82 dnand_ceb3, porb, clko_25m, bsel, pkg0, pkg1, pkg2, pkg3
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | d11.h | 1417 #define TXS_PROCFLAG_AMPDU_BA_PKG2_READ_REQD 0x1 /* AMPDU BA txs pkg2 read required */
|