mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
devshell: Convert to its own class and add to poky.conf by default. Export EXTRA_OEMAKE to devshell.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@683 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
13
meta/classes/devshell.bbclass
Normal file
13
meta/classes/devshell.bbclass
Normal file
@@ -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
|
||||
|
||||
|
||||
EXPORT_FUNCTIONS do_devshell
|
||||
|
||||
Reference in New Issue
Block a user