diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 08:47:59 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-09-17 22:25:24 +0100 |
commit | 9fba0f42bc6d4433b0b673875758f6a6b32980a6 (patch) | |
tree | e0980c2fe40d939ae4cf689f4d3176a4bab3e953 /meta | |
parent | 9174f712c624cb385d6cf9493950956533211fe5 (diff) | |
download | poky-9fba0f42bc6d4433b0b673875758f6a6b32980a6.tar.gz |
bitbake.conf: Update SPECIAL_PKGSUFFIX to include crosssdk/cross-canadian and drop -cross-sdk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index ef5d06c915..4437fa7008 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -149,7 +149,7 @@ P = "${PN}-${PV}" | |||
149 | # Base package name | 149 | # Base package name |
150 | # Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial" | 150 | # Automatically derives "foo" from "foo-native", "foo-cross" or "foo-initial" |
151 | # otherwise it is the same as PN and P | 151 | # otherwise it is the same as PN and P |
152 | SPECIAL_PKGSUFFIX = "-native -cross-sdk -cross -nativesdk -initial -intermediate" | 152 | SPECIAL_PKGSUFFIX = "-native -cross -initial -intermediate -nativesdk -crosssdk -cross-canadian" |
153 | BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}" | 153 | BPN = "${@base_prune_suffix(bb.data.getVar('PN', d, True), bb.data.getVar('SPECIAL_PKGSUFFIX', d, True).split(), d)}" |
154 | BP = "${BPN}-${PV}" | 154 | BP = "${BPN}-${PV}" |
155 | 155 | ||