FAQ

From KoanSoftware Wiki
Revision as of 16:22, 5 March 2010 by Admin (talk | contribs) (Created page with '== KaeilOS FAQ == === Bitbake errors === '''Q.''' A typical bitbake error $ bitbake console-image ERROR: Openembedded's config sanity checker detected a potential misconfig…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

KaeilOS FAQ

Bitbake errors

Q. A typical bitbake error

$ bitbake console-image
ERROR:  Openembedded'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:
  /proc/sys/vm/mmap_min_addr is not 0. This will cause problems with qemu so please fix the value (as root).
To fix this in later reboots, set vm.mmap_min_addr = 0 in /etc/sysctl.conf.

A. could be solved with

# echo 0 > /proc/sys/vm/mmap_min_addr