Searched refs:bbdebug (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | logging.bbclass | 79 # 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 D | image_types.bbclass | 81 …bbdebug 1 Executing "dd if=/dev/zero of=${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.$fstype … 83 bbdebug 1 "Actual Rootfs size: `du -s ${IMAGE_ROOTFS}`" 84 …bbdebug 1 "Actual Partion size: `stat -c '%s' ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.$f… 85 …bbdebug 1 Executing "mkfs.$fstype -F $extra_imagecmd ${IMGDEPLOYDIR}/${IMAGE_NAME}${IMAGE_NAME_SUF…
|
| H A D | kernel-yocto.bbclass | 155 … bbdebug 1 "detected SRC_URI or unpatched defconfig in WORKDIR. ${KBUILD_DEFCONFIG} copied over it"
|
| H A D | buildhistory.bbclass | 606 bbdebug 2 "Folder $outfolder does not exist, file $outfile not created"
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ |
| H A D | __init__.py | 48 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 D | grub-efi_2.06.bb | 54 bbdebug 1 "Including all available modules"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/ |
| H A D | gcc-target.inc | 246 bbdebug 2 "Pruning $f"
|
| /OK3568_Linux_fs/yocto/poky/documentation/migration-guides/ |
| H A D | migration-2.0.rst | 107 The shell versions of the BitBake message functions (i.e. ``bbdebug``,
|
| /OK3568_Linux_fs/yocto/poky/documentation/ref-manual/ |
| H A D | classes.rst | 1535 ``bbnote``, ``bbwarn``, ``bberror``, ``bbfatal``, and ``bbdebug``).
|
| /OK3568_Linux_fs/yocto/poky/documentation/dev-manual/ |
| H A D | common-tasks.rst | 9762 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"
|