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" f='https://trygvis.io/git/2012/05/openembedded-core.git/atom/meta/classes/sdl.bbclass?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/meta/classes/sdl.bbclass
blob: a412ccbe0e6e5c600c59758fb8f4366c09247bf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44