All of lore.kernel.org
 help / color / mirror / Atom feed
From: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
To: yocto@yoctoproject.org
Subject: Re: RaspberryPi 2
Date: Mon, 20 Jul 2015 14:39:52 -0500	[thread overview]
Message-ID: <55AD4E88.5060305@linux.intel.com> (raw)
In-Reply-To: <946917214.1073911.1437416807563.JavaMail.yahoo@mail.yahoo.com>




On 07/20/2015 01:26 PM, Edward Vidal wrote:
> 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"

no need to include de ??= once the = is set, but what you have is ok.

> +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"

The layer containing that machine, is it on your BBLAYERS? check the 
conf/bblayers.conf for this.


>
>     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
>
>
>


  reply	other threads:[~2015-07-20 19:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-20 18:26 RaspberryPi 2 Edward Vidal
2015-07-20 19:39 ` Leonardo Sandoval [this message]
  -- 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=55AD4E88.5060305@linux.intel.com \
    --to=leonardo.sandoval.gonzalez@linux.intel.com \
    --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.