From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by mail.openembedded.org (Postfix) with ESMTP id 0C02D607A5 for ; Tue, 26 Jul 2016 17:45:41 +0000 (UTC) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 26 Jul 2016 10:45:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,426,1464678000"; d="scan'208";a="1002927102" Received: from yctb01.ostc.intel.com (HELO yctb01.otcr.intel.com) ([10.54.69.55]) by orsmga001.jf.intel.com with ESMTP; 26 Jul 2016 10:45:43 -0700 From: mariano.lopez@linux.intel.com To: openembedded-core@lists.openembedded.org Date: Tue, 26 Jul 2016 09:38:55 +0000 Message-Id: X-Mailer: git-send-email 2.6.6 Subject: [PATCHv2 0/2] Allows to copy symlinks to DUTs with testimage X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jul 2016 17:45:44 -0000 From: Mariano Lopez Currently when using the install functionality in the DUT without package manager, if you copy a symlink the function will fail. These series will change the behaviour and will allow to recreate the symlinks in the DUT. Changes in v2: - Use oe.path.copytree instead of shutil.copytree - Don't create function oeqa_copy, not needed anymore [YOCTO #9932] The following changes since commit 039f47ad197a9a53109c9f3deadd9c35e62c056d: uclibc: remove meta-yocto-bsp append (2016-07-26 08:56:32 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib mariano/bug9932v2 http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=mariano/bug9932v2 Mariano Lopez (2): oeqa/oetest.py: Allow to export packages using symlinks oeqa/utils/sshcontrol.py: Allows to copy symlinks to target meta/classes/testexport.bbclass | 24 +++++------------------- meta/lib/oeqa/oetest.py | 17 +++++++++++++---- meta/lib/oeqa/utils/sshcontrol.py | 9 +++++++-- 3 files changed, 25 insertions(+), 25 deletions(-) -- 2.6.6