From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (5751f4a1.skybroadband.com [87.81.244.161]) by mail.openembedded.org (Postfix) with ESMTP id D493E60589; Mon, 28 Dec 2015 13:18:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id tBSDIK5g017440; Mon, 28 Dec 2015 13:18:57 GMT Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id vxuD9es2AQmH; Mon, 28 Dec 2015 13:18:57 +0000 (GMT) Received: from hex ([192.168.3.34]) (authenticated bits=0) by dan.rpsys.net (8.14.4/8.14.4/Debian-4.1ubuntu1) with ESMTP id tBSDIpRP017471 (version=TLSv1/SSLv3 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 28 Dec 2015 13:18:53 GMT Message-ID: <1451308731.4129.23.camel@linuxfoundation.org> From: Richard Purdie To: openembedded-architecture , openembedded-core Date: Mon, 28 Dec 2015 13:18:51 +0000 In-Reply-To: <1451307640.4129.16.camel@linuxfoundation.org> References: <1451307640.4129.16.camel@linuxfoundation.org> X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Subject: Re: [Openembedded-architecture] RFC: Split do_rootfs into image specific tasks? 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: Mon, 28 Dec 2015 13:18:58 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit To put this in a different why which people might be able to relate to, this changes: do_rootfs into: do_rootfs do_image do_image_ext4 do_image_tar do_image_complete (for IMAGE_FSTYPES = "tar.bz2 ext4") Cheers, Richard