From abfe8598c35dfccb15505461f9f4ca7f44b50a44 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 17 Sep 2009 01:00:45 +0100 Subject: bitbake.conf: Add SDK variable definitions Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/conf/bitbake.conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 67de34ef8e..ef5d06c915 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -30,6 +30,9 @@ export libdir = "${exec_prefix}/lib" export includedir = "${exec_prefix}/include" export oldincludedir = "${exec_prefix}/include" +# +# These must match the various bbclass layout definitions +# base_bindir_native = "/bin" base_sbindir_native = "/sbin" sysconfdir_native = "/etc" -- cgit v1.2.3-54-g00ecf