mirror of
https://git.yoctoproject.org/poky
synced 2026-02-05 08:18:43 +01:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@684 311d38ba-8fff-0310-9ca6-ca027cbcb966
14 lines
207 B
Plaintext
14 lines
207 B
Plaintext
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
|
|
|