From 814c3efb5c69fe340f0222de30e7077d6c07d3d1 Mon Sep 17 00:00:00 2001 From: Joshua Lock Date: Thu, 18 Feb 2010 10:57:08 +0000 Subject: cross.bbclass: Note that relocatable binaries disabled for a reason Signed-off-by: Joshua Lock --- meta/classes/cross.bbclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/classes/cross.bbclass') 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 @@ +# 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" -- cgit v1.2.3-54-g00ecf