Trevor,

I added the following to .../build/conf/local.conf

PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"
COMPATIBLE_MACHINE_beaglebone = "beaglebone"
COMPATIBLE_MACHINE_quilt-native = "beaglebone"

Then change the required package within /meta/recipes-rt/images/core-image-rt.bb from -minimal to -base (base package is not working for some reason - no files created within target /boot folder)

Then I added some desired features to the build not found in -base
EXTRA_IMAGE_FEATURES = "debug-tweaks dev-pkgs tools-sdk"

Then the build succeeded... after about 4 hours :-)


On 13/04/2015 14:24, Trevor Woerner wrote:
Hi Stephen,

(replying to really old post, sorry)

On 02/10/15 08:06, Stephen Flowers wrote:
I have built the realtime kernel using Yocto and deployed on the
beaglebone black (specifically core-image-rt-sdk).
I'm curious to know how you built your image. When I try "bitbake
core-image-rt" or "bitbake core-image-rt-sdk" bitbake complains about
incompatibilities "not in COMPATIBLE_MACHINE" for linux-yocto-rt.

Best regards,
     Trevor

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to