From: Edward Vidal <develone@sbcglobal.net>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: RaspberryPi 2
Date: Mon, 20 Jul 2015 18:26:47 +0000 (UTC) [thread overview]
Message-ID: <946917214.1073911.1437416807563.JavaMail.yahoo@mail.yahoo.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 1192 bytes --]
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@sbcglobal.net
915-595-1613
[-- Attachment #2: Type: text/html, Size: 2396 bytes --]
next reply other threads:[~2015-07-20 18:26 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-07-20 18:26 Edward Vidal [this message]
2015-07-20 19:39 ` RaspberryPi 2 Leonardo Sandoval
-- strict thread matches above, loose matches on Subject: below --
2015-07-20 15:50 Edward Vidal
2015-07-20 16:00 ` Gary Thomas
2015-07-20 15:06 Edward Vidal
2015-07-20 15:14 ` Gary Thomas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=946917214.1073911.1437416807563.JavaMail.yahoo@mail.yahoo.com \
--to=develone@sbcglobal.net \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.