aboutsummaryrefslogtreecommitdiffstats
path: root/classes/devshell.bbclass
blob: 118e5e4a2aaca0bc4038f8a7075cc336a3109432 (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