From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id ACC2E60125 for ; Wed, 5 Aug 2015 09:10:01 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.15.1/8.15.1) with ESMTPS id t7599xqW029264 (version=TLSv1 cipher=AES128-SHA bits=128 verify=FAIL); Wed, 5 Aug 2015 02:09:59 -0700 (PDT) Received: from [128.224.162.235] (128.224.162.235) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.3.235.1; Wed, 5 Aug 2015 02:09:59 -0700 Message-ID: <55C1D2CF.4010308@windriver.com> Date: Wed, 5 Aug 2015 17:09:35 +0800 From: He Zhe User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: References: In-Reply-To: X-Originating-IP: [128.224.162.235] Cc: bruce.ashfield@windriver.com Subject: Re: [PATCH v3 0/1] Yocto Bug #6945 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: Wed, 05 Aug 2015 09:10:03 -0000 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Ping. On 08/04/2015 05:17 PM, zhe.he@windriver.com wrote: > From: He Zhe > > - Add KERNEL_IMAGETYPES to support building packaging and installing > multi types of kernel images, such as zImage uImage, at one time. > - KERNEL_IMAGETYPE works as it did. > - v2: Update with the latest oe-core > - v3: Add KERNEL_IMAGETYPES, leave KERNEL_IMAGETYPE as is. > > Thank Richard for his great suggestion. > > He Zhe (1): > kernel: Add KERNEL_IMAGETYPES to build multi types of kernel at one > time > > meta/classes/kernel-fitimage.bbclass | 21 +++--- > meta/classes/kernel-grub.bbclass | 46 ++++++++---- > meta/classes/kernel-uimage.bbclass | 22 +++--- > meta/classes/kernel.bbclass | 128 +++++++++++++++++++++++--------- > meta/conf/documentation.conf | 1 + > meta/recipes-kernel/linux/linux-dtb.inc | 15 ++-- > 6 files changed, 159 insertions(+), 74 deletions(-) >