Home
last modified time | relevance | path

Searched refs:rootfs_dbg (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A Dide_code.py145 if image_recipe.rootfs_dbg is not None:
146 files_readonly[image_recipe.rootfs_dbg + '/**'] = True
242 if gdb_cross_config.image_recipe.rootfs_dbg:
254 gdb_cross_config.image_recipe.rootfs_dbg, "usr", "src", "debug")
H A D__init__.py134 if self.image_recipe.rootfs_dbg:
147 self.image_recipe.rootfs_dbg, "usr", "src", "debug"))
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dide_sdk.py174 return bool(self.rootfs_dbg)
177 def rootfs_dbg(self): member in RecipeImage
465 os.path.join(image.rootfs_dbg, base_libdir, ".debug"),
466 os.path.join(image.rootfs_dbg, libdir, ".debug"),
468 os.path.join(image.rootfs_dbg, "usr", "lib", "debug"),
472 os.path.join(image.rootfs_dbg, base_libdir),
473 os.path.join(image.rootfs_dbg, libdir),