Hey guys, I mentioned this in IRC yesterday but thought it was worth making it better known including the workaround.
Checking out the danny branch for both poky and meta-ti and setting the MACHINE to beaglebone fails to build a suitable version of uboot when performing a bitbake -k core-image-minimal The error output is: make: *** No rule to make target `am335x_evm_config'. Stop. make: *** [am335x_evm_config] Error 1 If you navigate to the build directory you can see that it tries to build u-boot-v2011.06 which I understand has no support for the am335x. The earliest supported build being 2011.09. To get around this you can add: PREFERRED_VERSION_u-boot = "2011.09+git" to your local.conf. Is there an official bugtracker to file against this and a better way to add the fix/workaround to the danny layer? Regards, Nick
_______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
