summaryrefslogtreecommitdiffstats
path: root/meta/classes/devshell.bbclass
blob: 7948b654182907fc81e121485a0bb1fab187c229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
EXTRA_OEMAKE[export] = 1

do_devshell[dirs] = "${S}"
do_devshell[nostamp] = 1
do_devshell[interactive] = 1
devshell_do_devshell() {
	bash -i
}
addtask devshell


EXPORT_FUNCTIONS do_devshell