Searched refs:bbdebug (Results 1 – 10 of 10) sorted by relevance
| /openbmc/openbmc/meta-arm/meta-arm/classes/ |
| H A D | apply_local_src_patches.bbclass | 35 bbdebug 1 "Looking for patches in $input_dir" 40 bbdebug 1 "Applying $patch_basename in $dest_dir." 45 bbdebug 1 "$patch_basename already applied."
|
| /openbmc/openbmc/poky/meta/classes-global/ |
| H A D | logging.bbclass | 95 # Usage: bbdebug 1 "first level debug message" 96 # bbdebug 2 "second level debug message" 97 bbdebug() { 98 USAGE='Usage: bbdebug [123] "message"' 112 printf "%b\0" "bbdebug $DBGLVL $*" > ${LOGFIFO}
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | __init__.py | 56 return self.bbdebug(1, *args, **kwargs) 59 return self.bbdebug(2, *args, **kwargs) 62 return self.bbdebug(3, *args, **kwargs) 64 def bbdebug(self, level, msg, *args, **kwargs): member in BBLoggerMixin 155 mainlogger.bbdebug(lvl, ''.join(args))
|
| H A D | siggen.py | 735 …hashequiv_logger.bbdebug((1, 2)[unihash == taskhash], 'Found unihash %s in place of %s for %s from…
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | image_types.bbclass | 89 …bbdebug 1 Executing "dd if=/dev/zero of=${IMGDEPLOYDIR}/${IMAGE_NAME}.$fstype seek=$ROOTFS_SIZE co… 91 bbdebug 1 "Actual Rootfs size: `du -s ${IMAGE_ROOTFS}`" 92 bbdebug 1 "Actual Partition size: `stat -c '%s' ${IMGDEPLOYDIR}/${IMAGE_NAME}.$fstype`" 93 …bbdebug 1 Executing "mkfs.$fstype -F $extra_imagecmd ${IMGDEPLOYDIR}/${IMAGE_NAME}.$fstype -d ${IM…
|
| H A D | kernel-yocto.bbclass | 161 … bbdebug 1 "detected SRC_URI or patched defconfig in UNPACKDIR. ${KBUILD_DEFCONFIG} copied over it"
|
| /openbmc/openbmc/poky/meta/recipes-bsp/grub/ |
| H A D | grub-efi_2.12.bb | 59 bbdebug 1 "Including all available modules"
|
| /openbmc/openbmc/poky/documentation/migration-guides/ |
| H A D | migration-2.0.rst | 109 The shell versions of the BitBake message functions (i.e. ``bbdebug``,
|
| /openbmc/openbmc/poky/documentation/dev-manual/ |
| H A D | debugging.rst | 609 the names ``bbplain``, ``bbnote``, ``bbdebug``, ``bbwarn``, ``bberror``, 654 bbdebug 2 "Running do_my_function" 658 bbdebug 2 "Got to point xyz" 668 bbdebug 2 "Completed do_my_function"
|
| /openbmc/openbmc/poky/documentation/ref-manual/ |
| H A D | classes.rst | 1913 ``bbnote``, ``bbwarn``, ``bberror``, ``bbfatal``, and ``bbdebug``).
|