Home
last modified time | relevance | path

Searched refs:bbdebug (Results 1 – 12 of 12) sorted by relevance

/openbmc/openbmc/poky/meta/classes-global/
H A Dlogging.bbclass85 # 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 Dapply_local_src_patches.bbclass35 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__.py55 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 Dsiggen.py756 …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 Dimage_types.bbclass89bbdebug 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`"
93bbdebug 1 Executing "mkfs.$fstype -F $extra_imagecmd ${IMGDEPLOYDIR}/${IMAGE_NAME}.$fstype -d ${IM…
H A Dkernel-yocto.bbclass161bbdebug 1 "detected SRC_URI or unpatched defconfig in WORKDIR. ${KBUILD_DEFCONFIG} copied over it"
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub-efi_2.12.bb54 bbdebug 1 "Including all available modules"
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dgcc-target.inc246 bbdebug 2 "Pruning $f"
/openbmc/openbmc/poky/documentation/migration-guides/
H A Dmigration-2.0.rst109 The shell versions of the BitBake message functions (i.e. ``bbdebug``,
/openbmc/openbmc/poky/documentation/dev-manual/
H A Ddebugging.rst609 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 Dbuildhistory.bbclass608 bbdebug 2 "Folder $outfolder does not exist, file $outfile not created"
/openbmc/openbmc/poky/documentation/ref-manual/
H A Dclasses.rst1841 ``bbnote``, ``bbwarn``, ``bberror``, ``bbfatal``, and ``bbdebug``).