Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- el3@el3-MS-7758:~/yocto/poky/firstBuild$ bitbake core-image-minimal
- bitbake: command not found
- el3@el3-MS-7758:~/yocto/poky/firstBuild$ ls
- conf
- el3@el3-MS-7758:~/yocto/poky/firstBuild$ cd ..
- el3@el3-MS-7758:~/yocto/poky$ source oe-init-build-env nextBuild
- You had no conf/local.conf file. This configuration file has therefore been
- created for you with some default values. You may wish to edit it to use a
- different MACHINE (target hardware) or enable parallel build options to take
- advantage of multiple cores for example. See the file for more information as
- common configuration options are commented.
- The Yocto Project has extensive documentation about OE including a reference manual
- which can be found at:
- http://yoctoproject.org/documentation
- For more information about OpenEmbedded see their website:
- http://www.openembedded.org/
- You had no conf/bblayers.conf file. The configuration file has been created for
- you with some default values. To add additional metadata layers into your
- configuration please add entries to this file.
- The Yocto Project has extensive documentation about OE including a reference manual
- which can be found at:
- http://yoctoproject.org/documentation
- For more information about OpenEmbedded see their website:
- http://www.openembedded.org/
- ### Shell environment set up for builds. ###
- You can now run 'bitbake <target>'
- Common targets are:
- core-image-minimal
- core-image-sato
- meta-toolchain
- adt-installer
- meta-ide-support
- You can also run generated qemu images with a command like 'runqemu qemux86'
- el3@el3-MS-7758:~/yocto/poky/nextBuild$ cp ../firstBuild/conf/local.conf conf/local.conf
- el3@el3-MS-7758:~/yocto/poky/nextBuild$
- el3@el3-MS-7758:~/yocto/poky/nextBuild$
- el3@el3-MS-7758:~/yocto/poky/nextBuild$ bitbake core-image-minimal
- 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.
- el3@el3-MS-7758:~/yocto/poky/nextBuild$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement