Searched refs:bbdebug (Results 1 – 12 of 12) sorted by relevance
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | logging.bbclass | 85 # Usage: bbdebug 1 "first level debug message" 86 # bbdebug 2 "second level debug message" 87 bbdebug() { 88 USAGE='Usage: bbdebug [123] "message"' 102 printf "%b\0" "bbdebug $DBGLVL $*" > ${LOGFIFO}
|
/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/bitbake/lib/bb/ |
H A D | __init__.py | 55 return self.bbdebug(1, *args, **kwargs) 58 return self.bbdebug(2, *args, **kwargs) 61 return self.bbdebug(3, *args, **kwargs) 63 def bbdebug(self, level, msg, *args, **kwargs): member in BBLoggerMixin 158 mainlogger.bbdebug(lvl, ''.join(args))
|
H A D | siggen.py | 756 …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 unpatched defconfig in WORKDIR. ${KBUILD_DEFCONFIG} copied over it"
|
/openbmc/openbmc/poky/meta/recipes-bsp/grub/ |
H A D | grub-efi_2.12.bb | 54 bbdebug 1 "Including all available modules"
|
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/ |
H A D | gcc-target.inc | 246 bbdebug 2 "Pruning $f"
|
/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/meta/classes/ |
H A D | buildhistory.bbclass | 608 bbdebug 2 "Folder $outfolder does not exist, file $outfile not created"
|
/openbmc/openbmc/poky/documentation/ref-manual/ |
H A D | classes.rst | 1841 ``bbnote``, ``bbwarn``, ``bberror``, ``bbfatal``, and ``bbdebug``).
|