[OE-core] [PATCH 0/1] archiver.bbclass: Amend the problem for moving tarballs in ${DL_DIR} to ${DEPLOY_DIR}/source when enable archiver

Xiaofeng Yan xiaofeng.yan at windriver.com
Wed Apr 11 06:15:14 UTC 2012


From: Xiaofeng Yan <xiaofeng.yan at windriver.com>

When running "bitbake core-imamge-minmal", error information like the following  will appear:
ERROR: Error executing a python function in
/buildarea2/yzhao-test/poky-test/meta/recipes-core/zlib/zlib_1.2.6.bb:
IOError: [Errno 2] No such file or directory:
'/buildarea2/yzhao-test/poky-test/build-archive/downloads/zlib-1.2.6.tar.bz2'

An absolute path from variable "file" pointed to tarballs in ${DL_DIR}  cause this problem. So return base-name of "file" for fixing this bug here.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: xiaofeng/2272
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=xiaofeng/2272

Thanks,
    Xiaofeng Yan <xiaofeng.yan at windriver.com>
---


Xiaofeng Yan (1):
  archiver.bbclass: Amend the problem for moving tarballs in ${DL_DIR}
    to ${DEPLOY_DIR}/source when enable archiver

 meta/classes/archiver.bbclass |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)





More information about the Openembedded-core mailing list