aboutsummaryrefslogtreecommitdiffstats
path: root/classes/devshell.bbclass
blob: 14f957e12b16fcfe436735b02d98bdf0d1578bf7 (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 after do_patch


EXPORT_FUNCTIONS do_devshell