From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 32477E014D1 for ; Tue, 23 Apr 2013 05:50:35 -0700 (PDT) Received: from frontend1.mail.m-online.net (unknown [192.168.8.180]) by mail-out.m-online.net (Postfix) with ESMTP id 3Zw4JV4XVZz4KK8X for ; Tue, 23 Apr 2013 14:50:34 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3Zw4JV3Fnbzbbhl for ; Tue, 23 Apr 2013 14:50:34 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.8.180]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id PX-w9n0Uwv6D for ; Tue, 23 Apr 2013 14:50:32 +0200 (CEST) Received: from port1024.net (ppp-188-174-22-65.dynamic.mnet-online.de [188.174.22.65]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPS for ; Tue, 23 Apr 2013 14:50:32 +0200 (CEST) Received: from sfrouter.localdomain ([127.0.0.1] helo=localhost) by port1024.net with esmtp (Exim 4.80.1) (envelope-from ) id 1UUcg4-0007TF-8e for meta-freescale@yoctoproject.org; Tue, 23 Apr 2013 14:50:32 +0200 Date: Tue, 23 Apr 2013 14:50:32 +0200 From: "Silvio F." To: meta-freescale@yoctoproject.org Message-ID: <20130423125032.GC27202@sfrouter> References: <20130423124257.GB27202@sfrouter> MIME-Version: 1.0 In-Reply-To: <20130423124257.GB27202@sfrouter> User-Agent: Mutt/1.5.21 (2011-07-01) Subject: Re: [PATCH] support for more kernel image types than just only uImage X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2013 12:50:36 -0000 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, sorry for no text in the last mail. Please review and/or apply Cheers, Silvio > --- > classes/image_types_fsl.bbclass | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/classes/image_types_fsl.bbclass b/classes/image_types_fsl.bbclass > index b803aef..b894495 100644 > --- a/classes/image_types_fsl.bbclass > +++ b/classes/image_types_fsl.bbclass > @@ -118,7 +118,7 @@ generate_imx_sdcard () { > BOOT_BLOCKS=$(LC_ALL=C parted -s ${SDCARD} unit b print \ > | awk '/ 1 / { print substr($4, 1, length($4 -1)) / 1024 }') > mkfs.vfat -n "${BOOTDD_VOLUME_ID}" -S 512 -C ${WORKDIR}/boot.img $BOOT_BLOCKS > - mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/uImage-${MACHINE}.bin ::/uImage > + mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}.bin ::/${KERNEL_IMAGETYPE} > > # Copy boot scripts > for item in ${BOOT_SCRIPTS}; do > @@ -221,7 +221,7 @@ generate_mxs_sdcard () { > | awk '/ 2 / { print substr($4, 1, length($4 -1)) / 1024 }') > > mkfs.vfat -n "${BOOTDD_VOLUME_ID}" -S 512 -C ${WORKDIR}/boot.img $BOOT_BLOCKS > - mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/uImage-${MACHINE}.bin ::/uImage > + mcopy -i ${WORKDIR}/boot.img -s ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGETYPE}-${MACHINE}.bin ::/${KERNEL_IMAGETYPE} > if test -n "${KERNEL_DEVICETREE}"; then > for DTS_FILE in ${KERNEL_DEVICETREE}; do > DTS_BASE_NAME=`basename ${DTS_FILE} | awk -F "." '{print $1}'` > -- > 1.8.2.1 > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale -- -- S. Fricke ---------------------------------------- silvio@port1024.net -- Diplom-Informatiker (FH) TEL: 0049-177-4675014 Linux-Entwicklung JABBER: silvio@conversation.port1024.net -- Ina-Seidel-Bogen 45, D-81929 Muenchen -----------------------------------