Warning, /packaging/yocto-meta-kde-demo/recipes-core/images/kde-demo-profiling-image.bb is written in an unsupported language. File is not indexed.

0001 include recipes-core/images/kde-demo-image.bb
0002 
0003 EXTRA_IMAGE_FEATURES = "debug-tweaks tools-profile"
0004 
0005 IMAGE_INSTALL += " \
0006     bootchart2 \
0007     dropbear \
0008 "
0009 
0010 CMDLINE += " initcall_debug printk.time=y init=/sbin/bootchartd"