qschulz has quit [Remote host closed the connection]
Vonter has quit [Ping timeout: 260 seconds]
Vonter has joined #yocto
qschulz has joined #yocto
Estrella_ has joined #yocto
goliath has quit [Quit: SIGSEGV]
davidinux has quit [Ping timeout: 255 seconds]
hrberg has quit [Remote host closed the connection]
hrberg has joined #yocto
davidinux has joined #yocto
ablu has quit [Ping timeout: 255 seconds]
ablu has joined #yocto
sakman has joined #yocto
zpfvo has quit [Ping timeout: 255 seconds]
zpfvo has joined #yocto
pidge has quit [Ping timeout: 264 seconds]
jclsn has quit [Ping timeout: 264 seconds]
jclsn has joined #yocto
pidge has joined #yocto
camus has joined #yocto
camus has quit [Ping timeout: 260 seconds]
mattsm has quit [Quit: Connection closed for inactivity]
camus has joined #yocto
davidinux has quit [Ping timeout: 264 seconds]
davidinux has joined #yocto
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #yocto
amitk has joined #yocto
jmd has joined #yocto
khem has joined #yocto
amitk has quit [Ping timeout: 272 seconds]
amitk has joined #yocto
zpfvo has quit [Ping timeout: 255 seconds]
zpfvo has joined #yocto
zpfvo has quit [Ping timeout: 255 seconds]
ptsneves1 has quit [Ping timeout: 255 seconds]
zpfvo has joined #yocto
alessioigor has joined #yocto
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 246 seconds]
ptsneves1 is now known as ptsneves
ptsneves has quit [Quit: ptsneves]
Starfoxxes has quit [Ping timeout: 258 seconds]
ptsneves has joined #yocto
Starfoxxes has joined #yocto
zpfvo has quit [Ping timeout: 240 seconds]
zpfvo has joined #yocto
Guest57 has joined #yocto
Guest57 has quit [Client Quit]
<jmd>
What does IMAGE_FEATURES += "tools-debug debug-tweaks" in a recipie indicate?
Vonter has quit [Ping timeout: 258 seconds]
rob_w has joined #yocto
Vonter has joined #yocto
florian_kc has joined #yocto
jmd has quit [Remote host closed the connection]
rob_w has quit [Read error: Connection reset by peer]
flom84 has joined #yocto
rob_w has joined #yocto
jmd has joined #yocto
florian_kc has quit [Ping timeout: 255 seconds]
<RobertBerger>
@jmd: tools-debug: Installs debugging tools such as strace and gdb. For information on GDB, see the “Debugging With the GNU Project Debugger (GDB) Remotely” section in the Yocto Project Development Tasks Manual. For information on tracing and profiling, see the Yocto Project Profiling and Tracing Manual.
<RobertBerger>
#jdm: debug-tweaks: Makes an image suitable for development (e.g. allows root logins, logins without passwords —including root ones, and enables post-installation logging). See the allow-empty-password, allow-root-login, empty-root-password, and post-install-logging features in this list for additional information.