aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/devshell.bbclass
blob: ddb6e55303abebfbdb1293a28dca76ace31233e2 (plain)
1
2
3
4
5
6
7
8
9
10
inherit terminal

python do_devshell () {
    oe_terminal(d.getVar('SHELL', True), 'OpenEmbedded Developer Shell', d)
}

addtask devshell after do_patch

do_devshell[dirs] = "${S}"
do_devshell[nostamp] = "1"