From: John Ernberg <john.ernberg@actia.se>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Removing rootfs from SDK
Date: Thu, 4 Jun 2015 09:30:49 +0000 [thread overview]
Message-ID: <55701AD1.3060300@actia.se> (raw)
Hi
We're trying to optimize the SDK generated by bitbake -c populate_sdk.
Currently we're trying to remove the kernel, modules and other
executables which we have no use for, most of it could be removed using
IMAGE_INSTALL = "" and IMAGE_FEATURES = "".
Due to us using 2 different kernel module sets, we're using
IMAGE_INSTALL_append_[machine] additions to IMAGE_INSTALL which are not
cleared by the IMAGE_INSTALL = "" setting.
I've tried to do IMAGE_INSTALL_remove using the same variable that we
use to populate the IMAGE_INSTALL_append, but that doesn't work. I can
however remove each individual package added by IMAGE_INSTALL_append.
Due to the number of packages added by IMAGE_INSTALL_append this is not
really feasible.
Is there a way to clear IMAGE_INSTALL_append without doing an
IMAGE_INSTALL_remove per package? Alternatively clearing it using a
python loop without needing to know the name of each package.
We're also seeing busybox getting included into the SDK without anything
showing a dependency on it from running bitbake -g -c populate_sdk.
What could be going on with that?
We're using poky daisy 11 and Yocto 1.6.1.
Thank you in advance.
Best regards // John Ernberg
next reply other threads:[~2015-06-04 9:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-06-04 9:30 John Ernberg [this message]
2015-06-12 12:43 ` Removing rootfs from SDK Paul Eggleton
2015-06-15 5:39 ` John Ernberg
2015-06-15 8:59 ` Paul Eggleton
2015-06-16 14:05 ` John Ernberg
2015-06-16 14:11 ` Paul Eggleton
2015-06-16 14:20 ` John Ernberg
2015-06-16 14:24 ` Paul Eggleton
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=55701AD1.3060300@actia.se \
--to=john.ernberg@actia.se \
--cc=yocto@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.