From: Saul Wold <sgw@linux.intel.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH oe-core] linux-dtb: add dtb into deploy cache package
Date: Thu, 22 Dec 2011 13:55:43 -0800 [thread overview]
Message-ID: <4EF3A75F.1070705@linux.intel.com> (raw)
In-Reply-To: <1324549428-22664-1-git-send-email-b19537@freescale.com>
On 12/22/2011 02:23 AM, b19537@freescale.com wrote:
> From: Zhenhua Luo<b19537@freescale.com>
>
> > current dtb is not included in the deploy cache package, dtb is missing
> when build kernel from caches
>
> Signed-off-by: Zhenhua Luo<b19537@freescale.com>
> ---
> meta/recipes-kernel/linux/linux-dtb.inc | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/meta/recipes-kernel/linux/linux-dtb.inc b/meta/recipes-kernel/linux/linux-dtb.inc
> index 7ec7584..f6f5f81 100644
> --- a/meta/recipes-kernel/linux/linux-dtb.inc
> +++ b/meta/recipes-kernel/linux/linux-dtb.inc
> @@ -25,3 +25,9 @@ do_install_append() {
> fi
> }
>
> +do_deploy_append() {
> + install -d ${DEPLOYDIR}
> + install -m 0644 ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.dtb ${DEPLOYDIR}/${KERNEL_IMAGE_BASE_NAME}.dtb
> + cd ${DEPLOYDIR}
> + ln -sf ${KERNEL_IMAGE_BASE_NAME}.dtb ${KERNEL_IMAGE_SYMLINK_NAME}.dtb
> +}
What machines did you test this on? Is it possible that some kernels do
not generate .dtb files?
Sau!
next prev parent reply other threads:[~2011-12-22 22:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-22 10:23 [PATCH oe-core] linux-dtb: add dtb into deploy cache package b19537
2011-12-22 21:55 ` Saul Wold [this message]
2011-12-23 2:52 ` Luo Zhenhua-B19537
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=4EF3A75F.1070705@linux.intel.com \
--to=sgw@linux.intel.com \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox