diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 16:56:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 00:29:29 +0100 |
commit | 4d609d502161137620c4b1901cc225f9e871c3dc (patch) | |
tree | 3bbb3286b831645fd29cae868b18b738ec508126 /meta/classes/imagetest-qemu.bbclass | |
parent | 8ceb769eab14066c9a5fc6a68284de9c1f5637fe (diff) | |
download | poky-4d609d502161137620c4b1901cc225f9e871c3dc.tar.gz |
Replace POKYBASE with COREBASE
(From OE-Core rev: 607a7657715f6fcba467a4e55ba64f41f4e13a15)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/imagetest-qemu.bbclass')
-rw-r--r-- | meta/classes/imagetest-qemu.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/imagetest-qemu.bbclass b/meta/classes/imagetest-qemu.bbclass index 8301df8452..e71403ece3 100644 --- a/meta/classes/imagetest-qemu.bbclass +++ b/meta/classes/imagetest-qemu.bbclass | |||
@@ -67,7 +67,7 @@ def qemuimagetest_main(d): | |||
67 | os.environ["QEMUARCH"] = machine | 67 | os.environ["QEMUARCH"] = machine |
68 | os.environ["QEMUTARGET"] = pname | 68 | os.environ["QEMUTARGET"] = pname |
69 | os.environ["DISPLAY"] = bb.data.getVar("DISPLAY", d, True) | 69 | os.environ["DISPLAY"] = bb.data.getVar("DISPLAY", d, True) |
70 | os.environ["POKYBASE"] = bb.data.getVar("POKYBASE", d, True) | 70 | os.environ["COREBASE"] = bb.data.getVar("COREBASE", d, True) |
71 | os.environ["TOPDIR"] = bb.data.getVar("TOPDIR", d, True) | 71 | os.environ["TOPDIR"] = bb.data.getVar("TOPDIR", d, True) |
72 | os.environ["TEST_STATUS"] = bb.data.getVar("TEST_STATUS", d, True) | 72 | os.environ["TEST_STATUS"] = bb.data.getVar("TEST_STATUS", d, True) |
73 | os.environ["TARGET_IPSAVE"] = bb.data.getVar("TARGET_IPSAVE", d, True) | 73 | os.environ["TARGET_IPSAVE"] = bb.data.getVar("TARGET_IPSAVE", d, True) |