Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- genius@14780884ff62:/tmp/yocto-autobuilder⟫ git clone http://git.yoctoproject.org/cgit/cgit.cgi/poky/
- Cloning into 'poky'...
- Checking connectivity... done.
- genius@14780884ff62:/tmp/yocto-autobuilder⟫ cd poky
- genius@14780884ff62:/tmp/yocto-autobuilder/poky⟫ source oe-init-build-env test
- 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, for
- example, select a different MACHINE (target hardware). See conf/local.conf
- for more information as common configuration options are commented.
- You had no conf/bblayers.conf file. This configuration file has therefore been
- created for you with some default values. To add additional metadata layers
- into your configuration please add entries to conf/bblayers.conf.
- 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
- meta-ide-support
- You can also run generated qemu images with a command like 'runqemu qemux86'
- ~/test/bb/bin/bb show CC
- # CC=${CCACHE}${HOST_PREFIX}gcc ${HOST_CC_ARCH}${TOOLCHAIN_OPTIONS}
- export CC="i586-poky-linux-gcc -m32 -march=i586 --sysroot=/tmp/yocto-autobuilder/poky/test/tmp/sysroots/qemux86"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement