summaryrefslogtreecommitdiffstats
path: root/meta/classes/cross.bbclass
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-02-18 10:57:08 +0000
committerJoshua Lock <josh@linux.intel.com>2010-02-18 10:57:08 +0000
commit814c3efb5c69fe340f0222de30e7077d6c07d3d1 (patch)
treeae45369c6c6537b3dff86f06dfab7b434920126b /meta/classes/cross.bbclass
parentde2138b474192023588c70be007545afa273f0c6 (diff)
downloadpoky-814c3efb5c69fe340f0222de30e7077d6c07d3d1.tar.gz
cross.bbclass: Note that relocatable binaries disabled for a reason
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/classes/cross.bbclass')
-rw-r--r--meta/classes/cross.bbclass3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index d88ffc16c6..d5f6300777 100644
--- a/meta/classes/cross.bbclass
+++ b/meta/classes/cross.bbclass
@@ -1,3 +1,6 @@
1# Disabled for now since the relocation paths are too long
2#inherit relocatable
3
1# Cross packages are built indirectly via dependency, 4# Cross packages are built indirectly via dependency,
2# no need for them to be a direct target of 'world' 5# no need for them to be a direct target of 'world'
3EXCLUDE_FROM_WORLD = "1" 6EXCLUDE_FROM_WORLD = "1"