Home
last modified time | relevance | path

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

/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/meta/classes-global/
H A Dlogging.bbclass95 # 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__.py56 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 Dsiggen.py735 …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 patched defconfig in UNPACKDIR. ${KBUILD_DEFCONFIG} copied over it"
/openbmc/openbmc/poky/meta/recipes-bsp/grub/
H A Dgrub-efi_2.12.bb59 bbdebug 1 "Including all available modules"
/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/documentation/ref-manual/
H A Dclasses.rst1913 ``bbnote``, ``bbwarn``, ``bberror``, ``bbfatal``, and ``bbdebug``).