All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Silvio F." <silvio@port1024.net>
To: meta-freescale@yoctoproject.org
Subject: Re: [PATCH] support for more kernel image types than just only uImage
Date: Tue, 23 Apr 2013 14:50:32 +0200	[thread overview]
Message-ID: <20130423125032.GC27202@sfrouter> (raw)
In-Reply-To: <20130423124257.GB27202@sfrouter>

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 -----------------------------------


      parent reply	other threads:[~2013-04-23 12:50 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-23 12:42 [PATCH] support for more kernel image types than just only uImage Silvio
2013-04-23 12:47 ` Daiane Angolini
2013-04-23 12:55   ` Silvio F.
2013-04-23 13:06     ` Daiane Angolini
2013-04-23 15:57     ` Daiane Angolini
2013-04-23 17:33       ` Otavio Salvador
2013-04-23 12:50 ` Silvio F. [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130423125032.GC27202@sfrouter \
    --to=silvio@port1024.net \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.