Searched full:pkg1 (Results 1 – 8 of 8) 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: 24 @OEHasPackage('pkg1') 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: 81 @OERequirePackage('pkg1') [all …]
|
| /OK3568_Linux_fs/buildroot/support/testing/tests/core/ |
| H A D | test_cpeid.py | 29 pkg_json = self.get_json("cpe-id-pkg1") 30 self.assertNotIn("cpe-id", pkg_json['cpe-id-pkg1']) 35 pkg_json = self.get_json("host-cpe-id-pkg1") 36 self.assertNotIn("cpe-id", pkg_json['host-cpe-id-pkg1'])
|
| /OK3568_Linux_fs/yocto/poky/scripts/contrib/ |
| H A D | list-packageconfig-flags.py | 63 # pkg_dict = {'pkg1': ['flag1', 'flag2',...]} 75 # flag_dict = {'flag': ['pkg1', 'pkg2',...]}
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | using-buildroot-development.txt | 51 <pkg1>_OVERRIDE_SRCDIR = /path/to/pkg1/sources
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/actions/ |
| H A D | pinctrl-s500.c | 179 #define PKG1 _PIN(26) macro 320 PINCTRL_PIN(PKG1, "pkg1"), 1621 [PKG1] = PAD_INFO(PKG1),
|
| H A D | pinctrl-s700.c | 219 #define PKG1 _PIN(26) macro 363 PINCTRL_PIN(PKG1, "pkg1"), 1801 [PKG1] = PAD_INFO(PKG1),
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/pinctrl/ |
| H A D | actions,s500-pinctrl.yaml | 168 dnand_rdbn, dnand_wrb, porb, clko_25m, bsel, pkg0, pkg1,
|
| H A D | actions,s700-pinctrl.txt | 82 dnand_ceb3, porb, clko_25m, bsel, pkg0, pkg1, pkg2, pkg3
|