All of lore.kernel.org
 help / color / mirror / Atom feed
* Build Yocto image for EeePC901
@ 2011-07-19  6:17 Li, Simon
  2011-07-19 18:36 ` Darren Hart
  0 siblings, 1 reply; 4+ messages in thread
From: Li, Simon @ 2011-07-19  6:17 UTC (permalink / raw)
  To: yocto@yoctoproject.org


[-- Attachment #1.1: Type: text/plain, Size: 625 bytes --]

To whom may concern,
I tried to build Yocto for a real device, which is EeePC901. Because of README.hardware mentioned.
Here are my steps:

# source poky-bernard-5.0.1/poky-init-build.env build-poky-5.0.1

Modify the local.conf (As attachment)

# bitbake poky-image-sato-directdisk

However I got the build failed, please refer to the attachment, build_fail_log.txt
I think the key fail message is
| ERROR: Function 'poky-image-sato-directdisk: LIC_FILES_CHKSUM points to invalid file: ${COREBASE}/LICENSE' failed

Is there any problem I got? Or where can I find the files? Thanks.

Best Regards,

Simon


[-- Attachment #1.2: Type: text/html, Size: 3544 bytes --]

[-- Attachment #2: build_fail_log.txt --]
[-- Type: text/plain, Size: 3381 bytes --]

NOTE: package task-poky-x11-sato-1.0-r30: task do_compile: Succeeded
NOTE: Running task 4394 of 5844 (ID: 279, /media/588d449a-9bd9-4d87-aae1-6e3e86c669b3/poky-bernard-5.0.1/meta/recipes-sato/tasks/task-poky-x11-sato.bb, do_install)
NOTE: package task-poky-x11-sato-1.0-r30: task do_install: Started
NOTE: package task-poky-x11-sato-1.0-r30: task do_install: Succeeded
NOTE: Running task 4395 of 5844 (ID: 270, /media/588d449a-9bd9-4d87-aae1-6e3e86c669b3/poky-bernard-5.0.1/meta/recipes-sato/tasks/task-poky.bb, do_configure)
NOTE: package task-poky-1.0-r33: task do_configure: Started
NOTE: package task-poky-1.0-r33: task do_configure: Succeeded
NOTE: Running task 4396 of 5844 (ID: 271, /media/588d449a-9bd9-4d87-aae1-6e3e86c669b3/poky-bernard-5.0.1/meta/recipes-sato/tasks/task-poky.bb, do_compile)
NOTE: package task-poky-1.0-r33: task do_compile: Started
NOTE: package task-poky-1.0-r33: task do_compile: Succeeded
NOTE: Running task 4397 of 5844 (ID: 266, /media/588d449a-9bd9-4d87-aae1-6e3e86c669b3/poky-bernard-5.0.1/meta/recipes-sato/tasks/task-poky.bb, do_install)
NOTE: package task-poky-1.0-r33: task do_install: Started
NOTE: package task-poky-1.0-r33: task do_install: Succeeded
NOTE: Running task 4398 of 5844 (ID: 257, /media/588d449a-9bd9-4d87-aae1-6e3e86c669b3/poky-bernard-5.0.1/meta/recipes-core/tasks/task-base.bb, do_configure)
NOTE: package task-base-1.0-r69: task do_configure: Started
NOTE: package task-base-1.0-r69: task do_configure: Succeeded
NOTE: Running task 4399 of 5844 (ID: 258, /media/588d449a-9bd9-4d87-aae1-6e3e86c669b3/poky-bernard-5.0.1/meta/recipes-core/tasks/task-base.bb, do_compile)
NOTE: package task-base-1.0-r69: task do_compile: Started
NOTE: package task-base-1.0-r69: task do_compile: Succeeded
NOTE: Running task 4400 of 5844 (ID: 253, /media/588d449a-9bd9-4d87-aae1-6e3e86c669b3/poky-bernard-5.0.1/meta/recipes-core/tasks/task-base.bb, do_install)
NOTE: package task-base-1.0-r69: task do_install: Started
NOTE: package task-base-1.0-r69: task do_install: Succeeded
NOTE: Running task 4401 of 5844 (ID: 7, /media/588d449a-9bd9-4d87-aae1-6e3e86c669b3/poky-bernard-5.0.1/meta/recipes-sato/images/poky-image-sato-directdisk.bb, do_configure)
NOTE: package poky-image-sato-directdisk-1.0-r0: task do_configure: Started
ERROR: Function 'poky-image-sato-directdisk: LIC_FILES_CHKSUM points to invalid file: ${COREBASE}/LICENSE' failed
ERROR: Logfile of failure stored in: /media/588d449a-9bd9-4d87-aae1-6e3e86c669b3/build-poky-5.0.1/tmp/work/core2-poky-linux/poky-image-sato-directdisk-1.0-r0/temp/log.do_configure.7341
Log data follows:
| NOTE: Checking autotools environment for common misconfiguration
| ERROR: Function 'poky-image-sato-directdisk: LIC_FILES_CHKSUM points to invalid file: ${COREBASE}/LICENSE' failed
NOTE: package poky-image-sato-directdisk-1.0-r0: task do_configure: Failed
ERROR: Task 7 (/media/588d449a-9bd9-4d87-aae1-6e3e86c669b3/poky-bernard-5.0.1/meta/recipes-sato/images/poky-image-sato-directdisk.bb, do_configure) failed with exit code '1'
Waiting for 1 active tasks to finish:
0: zypper-1.5.3-git1+2c5bb6ceb99ecd950ef993e43d77bf0569ea0582-r5 do_compile (pid 5879)
NOTE: package zypper-1.5.3-git1+2c5bb6ceb99ecd950ef993e43d77bf0569ea0582-r5: task do_compile: Succeeded
ERROR: '/media/588d449a-9bd9-4d87-aae1-6e3e86c669b3/poky-bernard-5.0.1/meta/recipes-sato/images/poky-image-sato-directdisk.bb' failed


[-- Attachment #3: local.conf --]
[-- Type: application/octet-stream, Size: 9440 bytes --]

# CONF_VERSION is increased each time build/conf/ changes incompatibly
CONF_VERSION = "1"

# Uncomment and change to cache the files Poky downloads in an alternative
# location, default it ${TOPDIR}/downloads
#DL_DIR ?= "${TOPDIR}/downloads"
# Uncomment and change to cache Poky's built staging output in an alternative
# location, default ${TOPDIR}/sstate-cache
#SSTATE_DIR ?= "${TOPDIR}/sstate-cache"

# Uncomment and set to allow bitbake to execute multiple tasks at once.
# For a quadcore, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
# be appropriate.
BB_NUMBER_THREADS = "2"
# Also, make can be passed flags so it run parallel threads e.g.:
PARALLEL_MAKE = "-j 2"

# Set a default machine to target unless a machine is selected from the 
# lists below.
#MACHINE ??= "qemux86"

# Supported emulation machines
#MACHINE ?= "qemuarm"
#MACHINE ?= "qemumips"
#MACHINE ?= "qemuppc"
#MACHINE ?= "qemux86"
#MACHINE ?= "qemux86-64"

# Supported target hardware for demonstration purposes
MACHINE ?= "atom-pc"
#MACHINE ?= "beagleboard"
#MACHINE ?= "emenlow"
#MACHINE ?= "mpc8315e-rdb"
#MACHINE ?= "routerstationpro"

DISTRO ?= "poky"
# For bleeding edge / experimental / unstable package versions
# DISTRO ?= "poky-bleeding"

BBMASK = ""

# EXTRA_IMAGE_FEATURES allows extra packages to be added to the generated images 
# (Some of these are automatically added to certain image types)
# "dbg-pkgs"     - add -dbg packages for all installed packages
#                  (adds symbol information for debugging/profiling)
# "dev-pkgs"     - add -dev packages for all installed packages
#                  (useful if you want to develop against libs in the image)
# "tools-sdk"      - add development tools (gcc, make, pkgconfig etc.)
# "tools-debug"    - add debugging tools (gdb, strace)
# "tools-profile"  - add profiling tools (oprofile, exmap, lttng valgrind (x86 only))
# "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
# "debug-tweaks"   - make an image for suitable of development
#                    e.g. ssh root access has a blank password
# There are other application targets too, see meta/classes/poky-image.bbclass 
# and meta/packages/tasks/task-poky.bb for more details.

EXTRA_IMAGE_FEATURES = "tools-debug tools-profile tools-testapps debug-tweaks"

# The default IMAGE_FEATURES above are too large for the mx31phy and 
# c700/c750 machines which have limited space. The code below limits
# the default features for those machines.
EXTRA_IMAGE_FEATURES_c7x0 = "tools-testapps debug-tweaks"
EXTRA_IMAGE_FEATURES_mx31phy = "debug-tweaks"
EXTRA_IMAGE_FEATURES_mx31ads = "tools-testapps debug-tweaks"

# A list of packaging systems used in generated images
# The first package type listed will be used for rootfs generation
# include 'package_deb' for debs
# include 'package_ipk' for ipks
# include 'package_rpm' for rpms
#PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
PACKAGE_CLASSES ?= "package_rpm package_ipk"

# mklibs library size optimization is more useful to smaller images, 
# and less useful for bigger images. Also mklibs library optimization can break the ABI compatibility, so should not be applied to the images which are tobe
# extended or upgraded later.
#This enabled mklibs library size optimization just for the specified image.
#MKLIBS_OPTIMIZED_IMAGES ?= "poky-image-minimal"
#This enable mklibs library size optimization will be for all the images.
#MKLIBS_OPTIMIZED_IMAGES ?= "all"

# A list of additional classes to use when building the system
# include 'image-mklibs' to reduce shared library files size for an image
# include 'image-prelink' in order to prelink the filesystem image
# include 'image-swab' to perform host system intrusion detection
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
USER_CLASSES ?= "image-mklibs image-prelink"

# POKYMODE controls the characteristics of the generated packages/images by
# telling poky which type of toolchain to use.
#
# Options include several different EABI combinations and a compatibility 
# mode for the OABI mode poky previously used. 
#
# The default is "eabi"
# Use "oabi" for machines with kernels < 2.6.18 on ARM for example.
# Use "external-MODE" to use the precompiled external toolchains where MODE
# is the type of external toolchain to use e.g. eabi.
# POKYMODE = "external-eabi"

# Uncomment this to specify where BitBake should create its temporary files.
# Note that a full build of everything in OpenEmbedded will take GigaBytes of hard
# disk space, so make sure to free enough space. The default TMPDIR is
# <build directory>/tmp
#TMPDIR = "${POKYBASE}/build/tmp"

# The following are used to control options related to debugging.
#
# Uncomment this to change the optimization to make debugging easer, at the 
# possible cost of performance.
# DEBUG_BUILD = "1"
#
# Uncomment this to disable the stripping of the installed binaries
# INHIBIT_PACKAGE_STRIP = "1"
#
# Uncomment this to disable the split of the debug information into -dbg files
# INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
#
# When splitting debug information, the following controls the results of the
# file splitting.
#
#  .debug (default):
#    When splitting the debug information will be placed into
#    a .debug directory in the same dirname of the binary produced:
#      /bin/foo -> /bin/.debug/foo
#
#  debug-file-directory:
#    When splitting the debug information will be placed into
#    a central debug-file-directory, /usr/lib/debug:
#      /bin/foo -> /usr/lib/debug/bin/foo.debug
#
#    Any source code referenced in the debug symbols will be copied
#    and made available within the /usr/src/debug directory
#
PACKAGE_DEBUG_SPLIT_STYLE = '.debug'
# PACKAGE_DEBUG_SPLIT_STYLE = 'debug-file-directory'

# Uncomment these to build a package such that you can use gprof to profile it.
# NOTE: This will only work with 'linux' targets, not
# 'linux-uclibc', as uClibc doesn't provide the necessary
# object files.  Also, don't build glibc itself with these
# flags, or it'll fail to build.
#
# PROFILE_OPTIMIZATION = "-pg"
# SELECTED_OPTIMIZATION = "${PROFILE_OPTIMIZATION}"
# LDFLAGS =+ "-pg"

# Uncomment this if you want BitBake to emit debugging output
# BBDEBUG = "yes"
# Uncomment this if you want BitBake to emit the log if a build fails.
BBINCLUDELOGS = "yes"

# Set this if you wish to make pkgconfig libraries from your system available 
# for native builds. Combined with extra ASSUME_PROVIDEDs this can allow 
# native builds of applications like oprofileui-native (unsupported feature).
#EXTRA_NATIVE_PKGCONFIG_PATH = ":/usr/lib/pkgconfig"
#ASSUME_PROVIDED += "gtk+-native libglade-native"

ENABLE_BINARY_LOCALE_GENERATION = "1"

# The architecture to build SDK items for, by setting this you can build SDK
# packages for architectures other than the host i.e. building i686 packages
# on an x86_64 host.
# Supported values are i686 and x86_64
#SDKMACHINE ?= "i686"

# Poky can try and fetch packaged-staging packages from a http, https or ftp
# mirror. Set this variable to the root of a pstage directory on a server.
#SSTATE_MIRRORS ?= "\
#file://.* http://someserver.tld/share/sstate/ \n \
#file://.* file:///some/local/dir/sstate/"

# Set IMAGETEST to qemu if you want to build testcases and start 
# testing in qemu after do_rootfs.
#IMAGETEST = "qemu"

# By default test cases in sanity suite will be ran. If you want to run other 
# test suite or specific test case(e.g. bat or boot test case under sanity suite), 
# list them like following.
#TEST_SCEN = "sanity bat sanity:boot"

#Because of the QEMU booting slowness issue(see bug #646 and #618), autobuilder
#may suffer a timeout issue when running sanity test. We introduce variable
#TEST_SERIALIZE here to reduce the time on sanity test. It is by default set 
#to 1. Poky will start image and run cases in the same image without reboot 
#or kill. If it is set to 0, the image will be copied and tested for each 
#case, which will take much time.
#TEST_SERIALIZE = "1"

# Set GLIBC_GENERATE_LOCALES to the locales you wish to generate should you not
# wish to perform the time-consuming step of generating all LIBC locales.
# NOTE: If removing en_US.UTF-8 you will also need to uncomment, and set
# appropriate values for IMAGE_LINGUAS and LIMIT_BUILT_LOCALES
# WARNING: this may break localisation!
#GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8"
# See message above as to whether setting these is required
#IMAGE_LINGUAS ?= "en-gb"
#LIMIT_BUILT_LOCALES ?= "POSIX en_GB"

# This value is currently used by PSEUDO to determine if the recipe should
# build both the 32-bit and 64-bit wrapper libraries on a 64-bit build system.
#
# PSEUDO will attempt to determine if a 32-bit wrapper is necessary, but 
# it doesn't always guess properly.  If you have 32-bit executables on 
# your 64-bit build system, you likely want to set this to "0", 
# otherwise you could end up with incorrect file attributes on the 
# target filesystem.
#
# Default to not build 32 bit libs on 64 bit systems, comment this
# out if that is desired
NO32LIBS = "1"

# If you do not use (or have installed) gnome-terminal you will need to
# uncomment these variables and set them to the terminal you wish to use
# when resolving patches which cannot be applied
# Supported shell prefixes for *_TERMCMD and *_TERMCMDRUN ARE:
# GNOME, SCREEN, XTERM and KONSOLE
#TERMCMD = "${KONSOLE_TERMCMD}"
#TERMCMDRUN = "${KONSOLE_TERMCMDRUN}"

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-20  3:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-19  6:17 Build Yocto image for EeePC901 Li, Simon
2011-07-19 18:36 ` Darren Hart
2011-07-20  2:49   ` Li, Simon
2011-07-20  3:00     ` Darren Hart

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.