[yocto] RaspberryPi 2

Edward Vidal develone at sbcglobal.net
Mon Jul 20 11:26:47 PDT 2015


Hi all,
I made the following changes in local.conf--- ../../local.conf.orig       2015-07-20 07:01:42.835320506 -0600
+++ conf/local.conf     2015-07-20 10:50:00.129187741 -0600
@@ -34,7 +34,10 @@
 #MACHINE ?= "edgerouter"
 #
 # This sets the default machine to be qemux86 if no other machine is selected:
-MACHINE ??= "qemux86"
+#MACHINE ??= "qemux86"
+MACHINE = "raspberrypi2"
+MACHINE ??= "raspberrypi2"
+GPU_MEM = "16"

I did not understand the comment by Gary ThomasYes, I use it all the time.  Make the assignment immediate/firm though:
  MACHINE = "raspberrypi2"

   bitbake rpi-basic-image
ERROR:  OE-core's config sanity checker detected a potential misconfiguration.
    Either fix the cause of this error or at your own risk disable the checker (see sanity.conf).
    Following is the list of potential problems / advisories:

    Please set a valid MACHINE in your local.conf or environment


Summary: There was 1 ERROR message shown, returning a non-zero exit code.
I also tried setting the MACHINE variable with the same results.Any and all help is appreciated.
Edward Vidal Jr.
e-mail develone at sbcglobal.net
915-595-1613
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150720/04bc63a6/attachment.html>


More information about the yocto mailing list