[oe] Creating a Own Tool chain, some referenced packages are not included into the SDK archive

Denys Dmytriyenko denis at denix.org
Thu Jul 8 16:55:24 UTC 2010


On Thu, Jul 08, 2010 at 05:22:38PM +0200, Hauser, Wolfgang (external) wrote:
> Hello, I have found the problems of creating the toolchain 
> meta-toolchain-qte.bb (and my derived one) !
> 
> Second problem:
> meta-toolchain-qte.bb contains following line in do_populate_sdk_append():
> 
>   >script = "${SDK_OUTPUT}/${SDKPATH}/environment-setup"<
> 
> this have to be changed to:
> 
>   >script="${SDK_OUTPUT}/${SDKPATH}/environment-setup"<
> 
> because the code is used as shell commands and not as python code !
> 
> The issue above results in a call of "script" with arguments "=" and 
> "${SDK_OUTPUT}/${SDKPATH}/environment-setup".
> "script" opens a "bash -i" and wait for commands. Therefore the processing 
> blocks until this shell exits.

Worked here for long time and environment-setup gets populated with 
corresponding lines...

-- 
Denys




More information about the Openembedded-devel mailing list