summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
authorJun Zhang <jun.zhang@windriver.com>2016-02-19 16:00:43 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-02-21 09:32:41 +0000
commita33236049e006c9d93d0515388376cdc638cfaf1 (patch)
treed370d67b1267883c64b1b5857aa54862b818a65d /meta/conf/bitbake.conf
parent4d2910f832ba9f3cba933df005e402799a728cb0 (diff)
downloadpoky-a33236049e006c9d93d0515388376cdc638cfaf1.tar.gz
toolchain-scripts.bbclass: add three other path to PATH in env.sh
in sdk,there are some utils in sysroot/host-os/bin, sysroot/host-os/sbin/,sysroot/host-os/usr/bin need to use, so add these three paths to PATH in env.sh. (From OE-Core rev: 1116572916443109176c0df32efc275eceeb706a) Signed-off-by: Jun Zhang <jun.zhang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 631b759349..4ea0fe56fa 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -62,6 +62,9 @@ bindir_cross = "/bin"
62bindir_crossscripts = "${bindir}/crossscripts" 62bindir_crossscripts = "${bindir}/crossscripts"
63prefix_nativesdk = "/usr" 63prefix_nativesdk = "/usr"
64bindir_nativesdk = "${prefix_nativesdk}/bin" 64bindir_nativesdk = "${prefix_nativesdk}/bin"
65sbindir_nativesdk = "${prefix_nativesdk}/sbin"
66base_bindir_nativesdk = "/bin"
67base_sbindir_nativesdk = "/sbin"
65includedir_nativesdk = "${prefix_nativesdk}/include" 68includedir_nativesdk = "${prefix_nativesdk}/include"
66libdir_nativesdk = "${prefix_nativesdk}/lib" 69libdir_nativesdk = "${prefix_nativesdk}/lib"
67base_libdir_nativesdk = "/lib" 70base_libdir_nativesdk = "/lib"