Lines Matching refs:basepath
21 … basepath = '/full/path/to/poky/meta/recipes-whatever/helloworld/helloworld_1.2.3.bb:do_sometask'
24 actual_cleaned = bb.siggen.clean_basepath(basepath)
29 …basepath = 'virtual:something:/full/path/to/poky/meta/recipes-whatever/helloworld/helloworld_1.2.3…
32 actual_cleaned = bb.siggen.clean_basepath(basepath)
37 …basepath = 'mc:somemachine:/full/path/to/poky/meta/recipes-whatever/helloworld/helloworld_1.2.3.bb…
40 actual_cleaned = bb.siggen.clean_basepath(basepath)
45 …basepath = 'virtual:something:A:B:C:/full/path/to/poky/meta/recipes-whatever/helloworld/helloworld…
48 actual_cleaned = bb.siggen.clean_basepath(basepath)
53 …basepath = 'mc:somemachine:virtual:something:/full/path/to/poky/meta/recipes-whatever/helloworld/h…
56 actual_cleaned = bb.siggen.clean_basepath(basepath)
61 …basepath = 'mc:X:virtual:something:C:B:A:/full/path/to/poky/meta/recipes-whatever/helloworld/hello…
64 actual_cleaned = bb.siggen.clean_basepath(basepath)