From: Bruce Ashfield <bruce.ashfield@windriver.com>
To: Insop Song <insop.song@gmail.com>
Cc: Yocto Project Discussion <yocto@yoctoproject.org>,
zhenhua.luo@freescale.com, Darren Hart <darren.hart@intel.com>
Subject: Re: How NOT to include kernel image to the rootfs?
Date: Sun, 23 Jun 2013 23:29:45 -0400 [thread overview]
Message-ID: <51C7BD29.6060607@windriver.com> (raw)
In-Reply-To: <CACzyEJ97cTe5x7OOqQVjkCeUa1NBv750-=y=7tSWgcaoQnEa7A@mail.gmail.com>
On 13-06-23 7:08 PM, Insop Song wrote:
> Hi,
>
> - Question
> "How NOT to include kernel image to the rootfs?"
>
> - Background
> In our application, we use u-boot to load kernel and rootfs from nand
> flash separately.
>
> I don't want to include kernel image inside /boot as I don't need it
> over there.
> I could untar the rootfs, remove, and tar it up again, but I would like
> to find a way within the yocto framework.
>
> I was not able to find a way by looking up the recipies and googling on
> this topic.
>
> Could any one help me?
Have you tried clearing RDEPENDS_kernel-base ?
From kernel.bbclass:
# Allow machines to override this dependency if kernel image files are
# not wanted in images as standard
RDEPENDS_kernel-base ?= "kernel-image"
Cheers,
Bruce
>
> Thank you,
>
> Insop
next prev parent reply other threads:[~2013-06-24 3:29 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-23 23:08 How NOT to include kernel image to the rootfs? Insop Song
2013-06-24 3:29 ` Bruce Ashfield [this message]
2013-06-24 8:54 ` Insop Song
2013-06-24 9:04 ` Anders Darander
2013-06-24 9:12 ` Luo Zhenhua-B19537
2013-06-24 12:05 ` Insop Song
2013-06-24 8:55 ` Nicolas Dechesne
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=51C7BD29.6060607@windriver.com \
--to=bruce.ashfield@windriver.com \
--cc=darren.hart@intel.com \
--cc=insop.song@gmail.com \
--cc=yocto@yoctoproject.org \
--cc=zhenhua.luo@freescale.com \
/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.