Hi Chris,

On Mon, Oct 28, 2013 at 07:54:51PM -0400, Chris Patterson wrote:
> 
> I'm not terribly familiar with the nativesdk, and (foolishly) neglected to 
> test
> that.  However, I looked into it, and it looks like the relocatable_sdk.patch
> affects a linker script that is no longer available.  I dropped the patch and
> tested installing an oe-core sdk sysroot (via bitbake -c populate_sdk
> core-image-minimal) and qemu appears to work fine from within the sdk
> environment.
> 
> I'm open to suggestions for further testing this upgrade (particularly a case
> to cover what relocatable_sdk.patch was originally intended to resolve). I'm
> certainly not the expert here, but am willing to help out.
> 
To test this particular case, build meta-toolchain and install it in a
different location than the default one. Then, just do a 'readelf -s"
on any qemu binary and make sure the .interp section has a size of 0x1000 bytes.

If it does, then it's ok to drop the patch. That patch was needed
because qemu happened to use their own linker scripts and, in order to
have the SDK relocatable, we needed to reseve space in the .interp
section to squeeze the new path.

Laurentiu
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to