[yocto] [PATCH 1/5] plugins/sdk.ide: Rephrase error messages

Timo Mueller mail at timomueller.eu
Tue Mar 5 00:29:20 PST 2013


From: Timo Mueller <timo.mueller at bmw-carit.de>


Signed-off-by: Timo Mueller <timo.mueller at bmw-carit.de>
---
 .../src/org/yocto/sdk/ide/YoctoSDKMessages.properties                 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties b/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties
index 4a4fb60..f3ba7e2 100644
--- a/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties
+++ b/plugins/org.yocto.sdk.ide/src/org/yocto/sdk/ide/YoctoSDKMessages.properties
@@ -20,14 +20,14 @@ Poky.SDK.Target.Empty.Advice = You need specify Target Architecture before build
 Poky.Sysroot.Empty = Specified Sysroot Location is empty.
 Poky.Sysroot.Empty.Advice = You need specify Sysroot Location before building any project.
 Poky.Sysroot.Nonexist = Specified Sysroot Location does not exist.
-Poky.Qemu.Kernel.Empty.Advice = You need specify a valid Sysroot Location before building any project.
+Poky.Sysroot.Nonexist.Advice = You need specify a valid Sysroot Location before building any project.
 Poky.Qemu.Kernel.Empty =  Specified QEMU kernel location is emtpy.
 Poky.Qemu.Kernel.Empty.Advice = You need specify QEMU kernel image file Location before building any project.
 Poky.Qemu.Kernel.Nonexist = Specified QEMU kernel image file does not exist.
 Poky.Qemu.Kernel.Empty.Advice = You need specify a valid QEMU kernel image file before building any project.
 Poky.ADT.Sysroot.Wrongversion = The ADT version you're using is too old.
 Poky.ADT.Sysroot.Wrongversion.Advice = OECORE related items are not found in environment setup files.\nPlease upgrade to our latest ADT Version!
-Poky.Env.Script.Nonexist = Specified Build Tree Toolchain Root does not contain any toolchain yet.
+Poky.Env.Script.Nonexist = Specified toolchain directory does not contain a toolchain generated with meta-ide-support.
 Poky.Env.Script.Nonexist.Advice = Please run "bitbake meta-ide-support" to build the toolchain.
 Poky.Toolchain.No.Sysroot = Specified Toolchain Root Location does not contain a sysroot directory.
 Poky.Toolchain.No.Sysroot.Advice = Please install a valid toolchain sysroot.
-- 
1.7.11.7




More information about the yocto mailing list