Yocto core-image-rt compilation error

0

I am trying to build the 'core-image-rt' on BeagleBone platform.  But I am getting following error:

ERROR: Nothing PROVIDES 'core-image-rt'
ERROR: core-image-rt was skipped: Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it

How can I resolve this error?

nyk_mat

Posted 2016-09-14T09:45:17.907

Reputation: 71

Answers

0

In conf/local.conf:

PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-rt"

You can find the related script in /meta/recipes-kernel/linux/linux-yocto-rt_4.x.bb

yet

Posted 2016-09-14T09:45:17.907

Reputation: 111

It is preferable to include more details in your answer – yass – 2017-03-28T17:04:12.697