[OE-core] [PATCH] kernel-fitimage.bbclass: Fix 64 bit ENTRYPOINT

Burton, Ross ross.burton at intel.com
Thu Feb 8 10:15:49 UTC 2018


On 8 February 2018 at 06:29, Vineeth Chowdary Karumanchi <
vineethchowz.chowdary at xilinx.com> wrote:

> 64 bit entry point should be passed in 2 literals ( "0x1 0x00008000"
> ).ENTRYPOINT is assigned with first half only and erroring out as
> 'command not found' for the second half. Adding quotes while assignment
> fixes the
> issue.
>

Does this mean that this expression below is broken too?


>         if [ -n "${UBOOT_ENTRYSYMBOL}" ]; then
>                 ENTRYPOINT=`${HOST_PREFIX}nm vmlinux | \
>                         awk '$3=="${UBOOT_ENTRYSYMBOL}" {print
> "0x"$1;exit}'`
>

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180208/df32fc25/attachment-0002.html>


More information about the Openembedded-core mailing list