diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 14:35:08 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-02 14:35:08 +0100 |
commit | 061df5abaf727741b11c05db2c47e2778f96d96e (patch) | |
tree | a79062441b0bd9564320c951cc330a268b28994e /meta/classes/nativesdk.bbclass | |
parent | 4e0ee648b4c18b770aba11921370258f3e2aaeef (diff) | |
download | poky-061df5abaf727741b11c05db2c47e2778f96d96e.tar.gz |
meta-toolchain: Improve layout
* Switch from /usr/local/poky to /opt/poky
* Use a sysroots directory for both the "native" sdk binaries and the target
* Drop the meta-toolchain extras packages. These are replaced with packaged-staging.
* Change the nativesdk layout to match our usual filesystem layout
* Clean up various hardcoded prefix references
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/nativesdk.bbclass')
-rw-r--r-- | meta/classes/nativesdk.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index 2c897c6076..892bae5ecf 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -37,9 +37,9 @@ CXXFLAGS = "${BUILDSDK_CFLAGS}" | |||
37 | LDFLAGS = "${BUILDSDK_LDFLAGS}" | 37 | LDFLAGS = "${BUILDSDK_LDFLAGS}" |
38 | 38 | ||
39 | # Change to place files in SDKPATH | 39 | # Change to place files in SDKPATH |
40 | prefix = "${SDKPATH}" | 40 | base_prefix = "${SDKPATHNATIVE}" |
41 | exec_prefix = "${SDKPATH}" | 41 | prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" |
42 | base_prefix = "${SDKPATH}" | 42 | exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" |
43 | 43 | ||
44 | FILES_${PN} += "${prefix}" | 44 | FILES_${PN} += "${prefix}" |
45 | FILES_${PN}-dbg += "${prefix}/.debug \ | 45 | FILES_${PN}-dbg += "${prefix}/.debug \ |