- debug
bitbake -c devshell
- log location for package build
- build log (for QEMU)
munakata@muna910:~/yocto$ source poky/oe-init-build-env
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
meta-toolchain-sdk
adt-installer
meta-ide-support
You can also run generated qemu images with a command like 'runqemu qemux86'
munakata@muna910:~/yocto/build$ ls -l conf/
合計 16
-rw-rw-r-- 1 munakata munakata 400 3月 5 19:04 bblayers.conf
-rw-rw-r-- 1 munakata munakata 10552 3月 5 19:04 local.conf
munakata@muna910:~/yocto/build$ ls -l ../
合計 16
drwxrwxr-x 3 munakata munakata 4096 3月 5 19:04 build
drwxr-xr-x 7 munakata munakata 4096 2月 4 15:24 meta-renesas-20130204
drwxr-xr-x 7 munakata munakata 4096 3月 5 09:51 meta-renesas-send-munakata-san-20130305
drwxr-xr-x 11 munakata munakata 4096 3月 5 19:04 poky
munakata@muna910:~/yocto/build$ vi conf/bblayers.conf
munakata@muna910:~/yocto/build$ vi conf/
bblayers.conf local.conf
munakata@muna910:~/yocto/build$ vi conf/local.conf
--------------------------------------------
munakata@muna910:~/yocto/build$ bitbake core-image-sato
Pseudo is not present but is required, building this first before the main build
Parsing recipes: 100% |#################################################################################################################################| Time: 00:01:09
Parsing of 810 .bb files complete (0 cached, 810 parsed). 1119 targets, 27 skipped, 0 masked, 0 errors.
Build Configuration:
BB_VERSION = "1.17.1"
BUILD_SYS = "i686-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "i586-poky-linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.3+snapshot-20130305"
TUNE_FEATURES = "m32 i586"
TARGET_FPU = ""
meta
meta-yocto
meta-yocto-bsp = "master:93ec7b4d1550e07caec86e2998d0f94a01c7e785"
meta-renesas-send-munakata-san-20130305 = "<unknown>:<unknown>"
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
NOTE: Tasks Summary: Attempted 63 tasks of which 0 didn't need to be rerun and all succeeded.
Loading cache: 100% |###################################################################################################################################| ETA: 00:00:00
Loaded 1120 entries from dependency cache.
Build Configuration:
BB_VERSION = "1.17.1"
BUILD_SYS = "i686-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "i586-poky-linux"
MACHINE = "qemux86"
DISTRO = "poky"
DISTRO_VERSION = "1.3+snapshot-20130305"
TUNE_FEATURES = "m32 i586"
TARGET_FPU = ""
meta
meta-yocto
meta-yocto-bsp = "master:93ec7b4d1550e07caec86e2998d0f94a01c7e785"
meta-renesas-send-munakata-san-20130305 = "<unknown>:<unknown>"
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: Failed to fetch URL ftp://ftp.ossp.org/pkg/lib/uuid/uuid-1.6.2.tar.gz, attempting MIRRORS if available
WARNING: Failed to fetch URL http://zlib.net/pigz/pigz-2.2.5.tar.gz, attempting MIRRORS if available
NOTE: validating kernel config, see log.do_kernel_configcheck for details
WARNING: QA Issue: avahi: Files/directories were installed but not shipped
/usr/share/dbus-1
WARNING: QA Issue: rpm: Files/directories were installed but not shipped
/etc
/etc/rcS.d
/etc/rcS.d/S98run-postinsts
WARNING: Failed to fetch URL http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-018.tar.bz2, attempting MIRRORS if available
WARNING: harfbuzz-native: No generic license file exists for: Old-MIT in any provider
WARNING: harfbuzz-native: No generic license file exists for: UCDN in any provider
WARNING: harfbuzz-native: No generic license file exists for: HarfBuzz-old in any provider
WARNING: harfbuzz: No generic license file exists for: Old-MIT in any provider
WARNING: harfbuzz: No generic license file exists for: UCDN in any provider
WARNING: harfbuzz: No generic license file exists for: HarfBuzz-old in any provider
NOTE: Tasks Summary: Attempted 5790 tasks of which 529 didn't need to be rerun and all succeeded.
Summary: There were 11 WARNING messages shown.
munakata@muna910:~/yocto/build$
- build log (for QEMU)
munakata@muna910:~/yocto/build$ bitbake core-image-sato
Parsing recipes: 100% |#################################################################################################################################| Time: 00:00:58
Parsing of 810 .bb files complete (0 cached, 810 parsed). 1119 targets, 44 skipped, 0 masked, 0 errors.
Build Configuration:
BB_VERSION = "1.17.1"
BUILD_SYS = "i686-linux"
NATIVELSBSTRING = "Ubuntu-12.04"
TARGET_SYS = "arm-poky-linux-gnueabi"
MACHINE = "armadillo800eva"
DISTRO = "poky"
DISTRO_VERSION = "1.3+snapshot-20130305"
TUNE_FEATURES = "tune-cortexa9hf-neon"
TARGET_FPU = "soft"
meta
meta-yocto
meta-yocto-bsp = "master:93ec7b4d1550e07caec86e2998d0f94a01c7e785"
meta-renesas-send-munakata-san-20130305 = "<unknown>:<unknown>"
NOTE: Resolving any missing task queue dependencies
NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: harfbuzz: No generic license file exists for: Old-MIT in any provider
WARNING: harfbuzz: No generic license file exists for: UCDN in any provider
WARNING: harfbuzz: No generic license file exists for: HarfBuzz-old in any provider
NOTE: validating kernel config, see log.do_kernel_configcheck for details
WARNING: QA Issue: avahi: Files/directories were installed but not shipped
/usr/share/dbus-1
WARNING: QA Issue: rpm: Files/directories were installed but not shipped
/etc
/etc/rcS.d
/etc/rcS.d/S98run-postinsts
NOTE: Tasks Summary: Attempted 5531 tasks of which 2034 didn't need to be rerun and all succeeded.
Summary: There were 5 WARNING messages shown.
munakata@muna910:~/yocto/build$