diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-12 11:51:18 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-12 11:56:05 +0000 |
commit | 7c2bd6275c00191684c75fc48a9001a856eaca3e (patch) | |
tree | 487d882ffcb4079f62e30abd0c7a3d7c76f081d5 /conf | |
parent | 773ea5f8946b4dbd149fa6f4d4a11b0d2dcd6ea5 (diff) |
meta-toolchain: Various corrections after the layout_* variable removal (from Poky)
* Drop the inherit sdk since it only gains us a single path and a world of pain.
* Fix up paths to use SDKPATH instead of prefix.
* Drop layout_* variable usage
* Correct opkg control file locations
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 2f8a476d78..ae3ff25f9d 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -338,6 +338,7 @@ PKGDATA_DIR = "${TMPDIR}/pkgdata/${MULTIMACH_TARGET_SYS}" SDK_NAME = "${DISTRO}/${TARGET_ARCH}" SDK_PATH = "/usr/local/${SDK_NAME}" +SDKPATH = "${SDK_PATH}" ################################################################## # Kernel info. |