Searched refs:globs (Results 1 – 15 of 15) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
H A D | __init__.py | 320 def install_glob(self, globs, sdk=False): argument 333 cmd = ["oe-pkgdata-util", "-p", pkgdatadir, "list-pkgs", globs] 347 def install_complementary(self, globs=None): argument 353 if globs is None: 354 globs = self.d.getVar('IMAGE_INSTALL_COMPLEMENTARY') 364 globs += " *-locale-%s" % lang 366 globs += (" " + complementary_linguas) % lang 368 if globs: 384 globs]
|
/openbmc/openbmc/poky/scripts/lib/checklayer/cases/ |
H A D | common.py | 43 def find_file_by_name(self, globs): argument 55 for name in globs:
|
/openbmc/openbmc/poky/meta/classes/ |
H A D | copyleft_filter.bbclass | 15 COPYLEFT_LICENSE_INCLUDE[doc] = 'Space separated list of globs which include licenses' 19 COPYLEFT_LICENSE_EXCLUDE[doc] = 'Space separated list of globs which exclude licenses'
|
/openbmc/openbmc/poky/scripts/esdk-tools/ |
H A D | runqemu | 122 def get_first_file(globs): argument 124 for g in globs: 701 globs = (glob_name, glob_link) 702 self.rootfs = get_first_file(globs) 704 raise RunQemuError("Failed to find rootfs: %s or %s" % globs) 764 globs = (kernel_match_name, kernel_match_link, kernel_startswith) 765 self.kernel = get_first_file(globs) 767 raise RunQemuError('KERNEL not found: %s, %s or %s' % globs) 787 globs = (glob_match, glob_startswith, glob_wild) 788 self.dtb = get_first_file(globs) [all …]
|
/openbmc/openbmc/poky/scripts/ |
H A D | runqemu | 122 def get_first_file(globs): argument 124 for g in globs: 701 globs = (glob_name, glob_link) 702 self.rootfs = get_first_file(globs) 704 raise RunQemuError("Failed to find rootfs: %s or %s" % globs) 764 globs = (kernel_match_name, kernel_match_link, kernel_startswith) 765 self.kernel = get_first_file(globs) 767 raise RunQemuError('KERNEL not found: %s, %s or %s' % globs) 787 globs = (glob_match, glob_startswith, glob_wild) 788 self.dtb = get_first_file(globs) [all …]
|
H A D | oe-pkgdata-util | 39 globs = [] 41 globs.extend(globitem.split()) 73 for g in globs: 104 for g in globs:
|
/openbmc/openbmc/meta-phosphor/recipes-phosphor/settings/ |
H A D | phosphor-settings-manager_git.bb | 41 # This doesn't correctly handle globs in ".override.yml" entries in SRC_URI.
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | populate_sdk_base.bbclass | 30 globs = [] 34 globs.append(glob) 35 return ' '.join(globs)
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.11.rst | 62 - package: enable recursion on file globs
|
H A D | release-notes-5.0.5.rst | 53 - lib/oe/package-manager: skip processing installed-pkgs with empty globs
|
H A D | release-notes-5.1.1.rst | 82 - lib/oe/package-manager: skip processing installed-pkgs with empty globs
|
H A D | migration-3.2.rst | 210 the decision was taken to remove support for globs in ``file://`` URLs.
|
/openbmc/openbmc-tools/rootfs_size/ |
H A D | results.txt | 398 4096: /usr/share/mime/globs
|
/openbmc/openbmc/poky/meta/lib/oeqa/files/ |
H A D | buildhistory_filelist2.txt | 8807 -rw-r--r-- root root 29350 ./usr/share/mime/globs
|
H A D | buildhistory_filelist1.txt | 8804 -rw-r--r-- root root 29350 ./usr/share/mime/globs
|