diff options
-rw-r--r-- | meta/classes/cross.bbclass | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index d88ffc16c..d5f630077 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass @@ -1,3 +1,6 @@ +# Disabled for now since the relocation paths are too long +#inherit relocatable + # Cross packages are built indirectly via dependency, # no need for them to be a direct target of 'world' EXCLUDE_FROM_WORLD = "1" |