All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denys@ti.com>
To: Christian Litjes <cflitjes@gmail.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: Patch loadaddr for linux-ti-staging_4.4.bb
Date: Fri, 19 Aug 2016 21:55:58 -0400	[thread overview]
Message-ID: <20160820015558.GH18333@edge> (raw)
In-Reply-To: <CA+1SGi9iTiTOAt77B7kZXzD+QUGbiQ7g6rKZJFo0BUyPGrqnog@mail.gmail.com>

On Thu, Aug 04, 2016 at 09:07:34AM +0100, Christian Litjes wrote:
> Hi,
> 
> I've been using the linux-ti-staging_4.4.bb recipe from the master. When I
> decided to swap back to the stable krogoth. The build failed because
> uImages are not supported anymore because the LOADADDR was missing.

LOADADDR was dropped couple months ago both in krogoth and master, as zImage 
and/or fitImage formats are preferred over uImage. If you still need to use 
uImage, please set LOADADDR in either .bbappend or machine/local.conf.

-- 
Denys


> From 5f57bce61317da76b42389a658475dd00b207278 Mon Sep 17 00:00:00 2001
> From: Christian Litjes <christianlitjes@hotmail.com>
> Date: Thu, 4 Aug 2016 08:59:21 +0100
> Subject: [PATCH 1/1] Added missing LOADADDR to support building uImages again
> 
> ---
>  recipes-kernel/linux/linux-ti-staging_4.4.bb | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb
> index 0200715..6772c3e 100644
> --- a/recipes-kernel/linux/linux-ti-staging_4.4.bb
> +++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb
> @@ -67,6 +67,8 @@ KERNEL_DEVICETREE_k2e-evm = "keystone-k2e-evm.dtb"
>  KERNEL_DEVICETREE_k2g-evm = "keystone-k2g-evm.dtb"
>  KERNEL_DEVICETREE_k2l-evm = "keystone-k2l-evm.dtb"
>  
> +KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}"
> +
>  COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap3|omap4|keystone"
>  
>  S = "${WORKDIR}/git"
> -- 
> 2.7.4
> 

> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti



      reply	other threads:[~2016-08-20  1:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-04  8:07 Patch loadaddr for linux-ti-staging_4.4.bb Christian Litjes
2016-08-20  1:55 ` Denys Dmytriyenko [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=20160820015558.GH18333@edge \
    --to=denys@ti.com \
    --cc=cflitjes@gmail.com \
    --cc=meta-ti@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.