aboutsummaryrefslogtreecommitdiffstats
path: root/classes/crosssdk.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-10 14:05:19 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-10 14:05:19 +0000
commitc467d82b2559e05514aa647efefc7068ab429ad5 (patch)
treef715033822bc46386fd7f73338a79ab2cf1378d8 /classes/crosssdk.bbclass
parent539d1d9592ca0cde57ce94e227b63fd1104bb9d5 (diff)
downloadopenembedded-c467d82b2559e05514aa647efefc7068ab429ad5.tar.gz
Add replacement canadian classes from Poky, marking the replacements as deprecated
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'classes/crosssdk.bbclass')
-rw-r--r--classes/crosssdk.bbclass15
1 files changed, 15 insertions, 0 deletions
diff --git a/classes/crosssdk.bbclass b/classes/crosssdk.bbclass
new file mode 100644
index 0000000000..0b1af8fc2f
--- /dev/null
+++ b/classes/crosssdk.bbclass
@@ -0,0 +1,15 @@
+inherit cross
+
+PACKAGES = ""
+
+BASE_PACKAGE_ARCH = "${SDK_ARCH}"
+PACKAGE_ARCH = "${BASE_PACKAGE_ARCH}"
+STAGING_DIR_TARGET = "${STAGING_DIR}/${SDK_ARCH}-nativesdk${SDK_VENDOR}-${SDK_OS}"
+
+TARGET_ARCH = "${SDK_ARCH}"
+TARGET_VENDOR = "${SDK_VENDOR}"
+TARGET_OS = "${SDK_OS}"
+TARGET_PREFIX = "${SDK_PREFIX}"
+TARGET_CC_ARCH = "${SDK_CC_ARCH}"
+
+