Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/classes/
H A Dlogging.bbclass79 # Usage: bbdebug 1 "first level debug message"
80 # bbdebug 2 "second level debug message"
81 bbdebug() {
82 USAGE='Usage: bbdebug [123] "message"'
96 printf "%b\0" "bbdebug $DBGLVL $*" > ${LOGFIFO}
H A Dimage_types.bbclass81bbdebug 1 Executing "dd if=/dev/zero of=${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.$fstype …
83 bbdebug 1 "Actual Rootfs size: `du -s ${IMAGE_ROOTFS}`"
84bbdebug 1 "Actual Partion size: `stat -c '%s' ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.$f…
85bbdebug 1 Executing "mkfs.$fstype -F $extra_imagecmd ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUF…
H A Dkernel-yocto.bbclass155bbdebug 1 "detected SRC_URI or unpatched defconfig in WORKDIR. ${KBUILD_DEFCONFIG} copied over it"
H A Dbuildhistory.bbclass606 bbdebug 2 "Folder $outfolder does not exist, file $outfile not created"
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A D__init__.py48 return self.bbdebug(1, *args, **kwargs)
51 return self.bbdebug(2, *args, **kwargs)
54 return self.bbdebug(3, *args, **kwargs)
56 def bbdebug(self, level, msg, *args, **kwargs): member in BBLoggerMixin
147 mainlogger.bbdebug(lvl, ''.join(args))
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/grub/
H A Dgrub-efi_2.06.bb54 bbdebug 1 "Including all available modules"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/
H A Dgcc-target.inc246 bbdebug 2 "Pruning $f"
/OK3568_Linux_fs/yocto/poky/documentation/migration-guides/
H A Dmigration-2.0.rst107 The shell versions of the BitBake message functions (i.e. ``bbdebug``,
/OK3568_Linux_fs/yocto/poky/documentation/ref-manual/
H A Dclasses.rst1535 ``bbnote``, ``bbwarn``, ``bberror``, ``bbfatal``, and ``bbdebug``).
/OK3568_Linux_fs/yocto/poky/documentation/dev-manual/
H A Dcommon-tasks.rst9762 the names ``bbplain``, ``bbnote``, ``bbdebug``, ``bbwarn``, ``bberror``,
9809 bbdebug 2 "Running do_my_function"
9813 bbdebug 2 "Got to point xyz"
9823 bbdebug 2 "Completed do_my_function"