git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
366aedf
)
Add devshell.bbclass (from poky). Requires bitbake trunk. Use as 'bitbake target...
author
Richard Purdie
<rpurdie@rpsys.net>
Tue, 31 Oct 2006 10:12:59 +0000
(10:12 +0000)
committer
Richard Purdie
<rpurdie@rpsys.net>
Tue, 31 Oct 2006 10:12:59 +0000
(10:12 +0000)
classes/devshell.bbclass
[new file with mode: 0644]
patch
|
blob
diff --git a/classes/devshell.bbclass
b/classes/devshell.bbclass
new file mode 100644
(file)
index 0000000..
118e5e4
--- /dev/null
+++ b/
classes/devshell.bbclass
@@ -0,0
+1,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
+