From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [74.127.214.27] (helo=localhost) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Q59lh-0007mi-Et for openembedded-core@lists.openembedded.org; Thu, 31 Mar 2011 06:46:02 +0200 Received: by localhost (Postfix, from userid 1001) id 2F528D402E; Thu, 31 Mar 2011 00:36:38 -0400 (EDT) From: Ben Gardiner To: Richard Purdie , openembedded-core@lists.openembedded.org Date: Thu, 31 Mar 2011 00:36:35 -0400 Message-Id: X-Mailer: git-send-email 1.7.0.4 In-Reply-To: References: Cc: Bernhard Reutner-Fischer Subject: [PATCH 0/3] port oe-dev ,ubifs.img link support X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Mar 2011 04:46:02 -0000 I made some changes in oe-dev to normalize the link names used for the ubifs images created when the type is ubifs vs. when the type is UBI. The changes we two-fold: make symlinks to either .rootfs. or .img and use the .img extension for the ubifs images when they are intermediate for UBI image generation as well as the final target. The changes were accepted by Tom Rini for oe-dev and Denys Dmytriyenko for arago. I've only just begun following the oe-core list and I noticed your (Richard's) changes to introduce image_type.bbclass to oe-core. When I looked closer at the changes I could see that there had been no sync-up from oe-dev to oe-core since the changes I mentioned above. This changeset should align oe-core with those recent changes in oe-dev; the changes I made were dependent on Bernhard's change to replace the symlink target with 'ln -f' instead of 'rm'ing it first; so I ported his commit also. I'm sorry to say that there has been no testing of these changes with oe-core. I would be interested in trying a test build... but I must admit I don't know what MACHINE+DISTRO+image to try as a simple test build. Ben Gardiner (2): image_types.bbclass: add link to .rootfs. or ..img image_types.bbclass: use .ubifs.img extension in IMAGE_CMD_ubi Bernhard Reutner-Fischer (1): image_types.bbclass: rm symlink destination via ln meta/classes/image_types.bbclass | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-)