On Sun, Aug 29, 2010 at 2:54 AM, Koen Kooi <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On 28-08-10 22:24, Khem Raj wrote: >> Signed-off-by: Khem Raj <[email protected]> >> --- >> recipes/meta/meta-toolchain-arago-dvsdk.bb | 1 + >> 1 files changed, 1 insertions(+), 0 deletions(-) >> >> diff --git a/recipes/meta/meta-toolchain-arago-dvsdk.bb >> b/recipes/meta/meta-toolchain-arago-dvsdk.bb >> index 8e5b233..6deb2bc 100644 >> --- a/recipes/meta/meta-toolchain-arago-dvsdk.bb >> +++ b/recipes/meta/meta-toolchain-arago-dvsdk.bb >> @@ -1,3 +1,4 @@ >> +EXCLUDE_FROM_WORLD = "1" >> TOOLCHAIN_HOST_TASK = "task-arago-toolchain-dvsdk-host" >> TOOLCHAIN_TARGET_TASK = "task-arago-toolchain-dvsdk-target" >> > > NAK, you're not saying why this needs to get excluded from world, it > seems to build fine over here.
Does not parse for me. NOTE: Runtime target 'ti-xdctools-sdk' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ti-xdctools-sdk'] NOTE: Runtime target 'task-arago-toolchain-dvsdk-host' is unbuildable, removing... Missing or unbuildable dependency chain was: ['task-arago-toolchain-dvsdk-host', 'ti-xdctools-sdk'] ERROR: Required build target 'meta-toolchain-arago-dvsdk' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-toolchain-arago-dvsdk', 'task-arago-toolchain-dvsdk-host', 'ti-xdctools-sdk'] What provides ti-xdctools-sdk in your case ? hmm if you see sdk.bbclass then you will see that it demands the recipes inheriting from it to be excluded from build it being sdk I just excluded it. > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.5 (Darwin) > > iD8DBQFMei5gMkyGM64RGpERAtn8AJ9f73BbHxsaMB//KfFcL2PVjBuq3ACfU/Fm > wcSPTERL/9JjMXlzY38bmyY= > =jouZ > -----END PGP SIGNATURE----- > > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
