From: Hao Zhang <hzhang@ti.com>
To: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH] keystone: recovery kernel: Add dependency on device tree compiler
Date: Mon, 22 Jun 2015 11:33:37 -0400 [thread overview]
Message-ID: <55882AD1.3030500@ti.com> (raw)
In-Reply-To: <1434638886-30181-1-git-send-email-hzhang@ti.com>
Ping.
On 6/18/2015 10:48 AM, hzhang@ti.com wrote:
> From: Hao Zhang <hzhang@ti.com>
>
> Signed-off-by: Hao Zhang <hzhang@ti.com>
> ---
> .../recovery-kernel/recovery-kernel_1.0.bb | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/meta-arago-extras/recipes-kernel/recovery-kernel/recovery-kernel_1.0.bb b/meta-arago-extras/recipes-kernel/recovery-kernel/recovery-kernel_1.0.bb
> index 6e4f9c7..3fc631b 100644
> --- a/meta-arago-extras/recipes-kernel/recovery-kernel/recovery-kernel_1.0.bb
> +++ b/meta-arago-extras/recipes-kernel/recovery-kernel/recovery-kernel_1.0.bb
> @@ -1,7 +1,10 @@
> DESCRIPTION = "Recovery kernel building for Keystone EVM"
> LICENSE = "GPLv2"
>
> -PR = "r3"
> +# recovery kernel needs devtree compiler to add padding bytes
> +DEPENDS += "dtc-native"
> +
> +PR = "r4"
> COMPATIBLE_MACHINE = "keystone"
> BRANCH = "v3.10.72/master"
> SRCREV = "b9bad8fccc5f9c6bcd78363982b3249a15f193fb"
>
prev parent reply other threads:[~2015-06-22 15:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-18 14:48 [PATCH] keystone: recovery kernel: Add dependency on device tree compiler hzhang
2015-06-22 15:33 ` Hao Zhang [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=55882AD1.3030500@ti.com \
--to=hzhang@ti.com \
--cc=meta-arago@arago-project.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.