[meta-ti] Can't build for BeagleBone

Gary Thomas gary at mlbassoc.com
Wed Oct 12 01:59:11 PDT 2016


On 2016-10-12 10:05, Gary Thomas wrote:
> On 2016-10-11 12:47, Denys Dmytriyenko wrote:
>> Yeah, I'm also getting this in master. Works fine in krogoth. Haven't yet looked close at it though...
>
> I've tracked it down to this function in the main Makefile not working
> correctly (line 1230):
>   define filechk_uboot.release
>         echo "$(UBOOTVERSION)$$($(CONFIG_SHELL) $(srctree)/scripts/setlocalversion $(srctree))"
>   endef
>
> In the Poky/Yocto build, the $(CONFIG_SHELL) is not expanding correctly.
> If I short-circuit this function, e.g.
>   define filechk_uboot.release
>         echo "MY VERSION"
>   endef
> then the build completes correctly.
>
> I can't see what has changed in this area recently, so I'm a bit baffled.
>

I spoke too soon.  Even with my work-around for the compile step,
the install step failed:

ERROR: u-boot-ti-staging-2016.05+gitAUTOINC+bbfdf926a1-r21 do_install: Function failed: do_install (log file is located 
at 
/local/bbb_2016-10-11/tmp/work/beaglebone-poky-linux-gnueabi/u-boot-ti-staging/2016.05+gitAUTOINC+bbfdf926a1-r21/temp/log.do_install.24630)
ERROR: Logfile of failure stored in: 
/local/bbb_2016-10-11/tmp/work/beaglebone-poky-linux-gnueabi/u-boot-ti-staging/2016.05+gitAUTOINC+bbfdf926a1-r21/temp/log.do_install.24630
Log data follows:
| DEBUG: Executing python function create_extlinux_config
| DEBUG: Python function create_extlinux_config finished
| DEBUG: Executing shell function do_install
| install: cannot stat 
‘/local/bbb_2016-10-11/tmp/work/beaglebone-poky-linux-gnueabi/u-boot-ti-staging/2016.05+gitAUTOINC+bbfdf926a1-r21/git/spl/u-boot-spl.bin’: 
No such file or directory
| WARNING: exit code 1 from a shell command.
| ERROR: Function failed: do_install (log file is located at 
/local/bbb_2016-10-11/tmp/work/beaglebone-poky-linux-gnueabi/u-boot-ti-staging/2016.05+gitAUTOINC+bbfdf926a1-r21/temp/log.do_install.24630)
ERROR: Task (/local/poky-cutting-edge/meta-ti/recipes-bsp/u-boot/u-boot-ti-staging_2016.05.bb:do_install) failed with 
exit code '1'


-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


More information about the meta-ti mailing list