[OE-core] [OE-core Yocto PATCH 3/4] bootimg: Skip build iso image for aarch64

Naresh Bhat naresh.bhat at linaro.org
Thu Mar 5 13:56:55 UTC 2015


On 5 March 2015 at 02:07, Burton, Ross <ross.burton at intel.com> wrote:
> Hi Naresh,
>
> On 3 March 2015 at 15:46, Naresh Bhat <naresh.bhat at linaro.org> wrote:
>>
>> +    if [ "${TARGET_ARCH}" == "aarch64" ]:
>> +             return
>> +    else:
>> +            bb.build.exec_func('build_iso', d)
>
>
> As Bernhard says, that isn't valid Python.  Were these patches actually
> tested?
Yes, agreed.  I will change it in my next series. I have tested with
luvOS build.
>
> Ross



More information about the Openembedded-core mailing list