diff options
author | Tom Rini <tom_rini@mentor.com> | 2010-07-27 16:06:26 -0700 |
---|---|---|
committer | Tom Rini <tom_rini@mentor.com> | 2010-07-27 16:10:29 -0700 |
commit | 8085586dd2ae51c9cddb3adf865acbdcb502db53 (patch) | |
tree | 4ba22a311194106d806bd0f561d6eed188d4ff62 /classes/cross.bbclass | |
parent | d8e0ee5155b8688ba0f2793f6600ef764ac74a98 (diff) |
packaged-staging: Place cross/native/etc into the normal path
With the changes to move ${CROSS_DIR} into sysroots/ we now
$ORIGIN-mangle cross packages (and already were native) so change
the comment from cross.bbclass while we're at this and then put
these recipes into the usual packaged-staging cache.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'classes/cross.bbclass')
-rw-r--r-- | classes/cross.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/cross.bbclass b/classes/cross.bbclass index 75b2abe244..db86192e05 100644 --- a/classes/cross.bbclass +++ b/classes/cross.bbclass @@ -1,4 +1,4 @@ -# Disabled for now since the relocation paths are too long +# We want cross packages to be relocatable inherit relocatable # Cross packages are built indirectly via dependency, |