From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooper@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH 3/3] arago-image.inc: Make sure all filesystems include kernel image
Date: Mon, 9 Sep 2013 16:07:17 -0400 [thread overview]
Message-ID: <20130909200716.GC2503@edge> (raw)
In-Reply-To: <1378747771-6201-3-git-send-email-fcooper@ti.com>
On Mon, Sep 09, 2013 at 12:29:31PM -0500, Franklin S. Cooper Jr wrote:
> * Switch from danny to dylan causes file systems to no longer include
> kernel-image package.
> * This package is very important for newer versions of U-boot that expects the
> kernel to be read from the filesystem.
NAK, this makes it global and unconditional for all our images. Some of them
need not have a kernel image in the rootfs!
This maybe one of the bugs I've been chasing for lately, that breaks my
nightly builds... I'll let you know the resolution soon.
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> ---
> .../recipes-core/images/arago-image.inc | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/meta-arago-distro/recipes-core/images/arago-image.inc b/meta-arago-distro/recipes-core/images/arago-image.inc
> index 7cab56a..66a2cc5 100644
> --- a/meta-arago-distro/recipes-core/images/arago-image.inc
> +++ b/meta-arago-distro/recipes-core/images/arago-image.inc
> @@ -16,6 +16,7 @@ VIRTUAL-RUNTIME_login_manager = "tinylogin shadow"
> ARAGO_IMAGE_EXTRA_INSTALL ?= ""
>
> IMAGE_INSTALL += " \
> + kernel-image \
> packagegroup-core-boot \
> bash \
> ${ARAGO_IMAGE_EXTRA_INSTALL} \
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2013-09-09 20:07 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-09 17:29 [PATCH 1/3] kernel.bbclass: Pull in kernel.bbclass from oe-core dylan Franklin S. Cooper Jr
2013-09-09 17:29 ` [PATCH 2/3] kernel.bbclass: Pull in tweaks from oe-core patch to local copy Franklin S. Cooper Jr
2013-09-09 18:22 ` Denys Dmytriyenko
2013-09-16 19:12 ` Cooper Jr., Franklin
2013-09-16 21:38 ` Denys Dmytriyenko
2013-09-09 17:29 ` [PATCH 3/3] arago-image.inc: Make sure all filesystems include kernel image Franklin S. Cooper Jr
2013-09-09 20:07 ` 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=20130909200716.GC2503@edge \
--to=denys@ti.com \
--cc=fcooper@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.