generic-poky/meta
Roy.Li 0acde33c75 sstate.bbclass: fix parallel building issue
sstate_package creates hardlink from sysroot to SSTATE_BUILDDIR, then
sstate_create_package will store SSTATE_BUILDDIR into a archive file by
tar, but once other packages install the same file into sysroot, the
creating the archive file will fail with below error:

    DEBUG: Executing shell function sstate_create_package
    tar: x86_64-linux/usr/share/aclocal/xorg-macros.m4: file changed as we read it

This kind of error is harmless, use --ignore-failed-read to ignore it.
The error in tar occurs when the timestamp of the file changes and this
can happen when the number of symlinks change. The file will be included
in the archive.

[YOCTO #5122]

(From OE-Core rev: 4b3e353a532c7b68b0bb86df4a2fcc44f8bb3ef2)

Signed-off-by: Roy.Li <rongqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2013-09-14 08:20:59 +01:00
..
classes sstate.bbclass: fix parallel building issue 2013-09-14 08:20:59 +01:00
conf ia32-base: only depend on GL if opengl DISTRO_FEATURE enabled 2013-09-11 23:31:00 +01:00
files device_table-minimal.txt: use user/group names instead of uid/gid 2013-08-16 11:14:34 +01:00
lib lib/oeqa/runtime: smart: limit channel add to useful ones 2013-09-11 23:31:00 +01:00
recipes-bsp u-boot, u-boot-fw-utils-cross, u-boot-mkimage: Upgrade to 2013.07 2013-09-10 16:02:23 +01:00
recipes-connectivity bluez4/5: Add EXCLUDE_FROM_WORLD = 1 2013-09-11 23:31:00 +01:00
recipes-core uclibc: Add missing DEPENDS on kern-tools-native 2013-09-11 11:05:05 +01:00
recipes-devtools python-smartpm: Add an attempt install mode 2013-09-11 11:06:11 +01:00
recipes-extended libnewt-python: Don't write a whiptail package 2013-09-12 08:23:42 +01:00
recipes-gnome gtk+3: pull forward the gtk+2 hardcoded libtool patch 2013-08-30 16:23:47 +01:00
recipes-graphics weston: as weston-launch depends on PAM, control it with a PACKAGECONFIG 2013-09-11 23:35:45 +01:00
recipes-kernel linux-yocto/3.10: bump kver to 3.10.11 2013-09-10 22:58:32 +01:00
recipes-lsb4 libpng12: rename libpng_1.2.50 to libpng12 2013-04-09 13:16:53 +01:00
recipes-multimedia gstreamer-plugins: Change anonymous python structure 2013-09-10 22:58:33 +01:00
recipes-qt meta-toolchain-qt: include the proper cross-canadian package 2013-09-10 22:58:33 +01:00
recipes-rt rt-tests: add Upstream-Status for cyclictest patch 2013-07-29 13:09:03 +01:00
recipes-sato midori: excluded from mips64 temporarily 2013-09-11 11:05:05 +01:00
recipes-support ptest-runner: trivial fixes and refine 2013-09-11 11:07:59 +01:00
site apr_cv_mutex_recursive=yes added to apr_1.4.6.bb to make rosnodes work 2013-07-05 15:34:22 +01:00
COPYING.MIT
recipes.txt meta/recipes.txt: add recipes-lsb4 2013-04-10 09:23:17 +01:00