From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: Alex J Lennon <ajlennon@dynamicdevices.co.uk>
Cc: yocto@yoctoproject.org
Subject: Re: How to include RPM database into target image?
Date: Mon, 31 Dec 2012 22:05:50 +0000 [thread overview]
Message-ID: <17626842.21drbRVtj6@helios> (raw)
In-Reply-To: <50DF3EE1.5050001@dynamicdevices.co.uk>
Hi Alex,
On Saturday 29 December 2012 19:05:05 Alex J Lennon wrote:
> I'm building a distro based on Yocto for a Raspberry Pi but I don't seem
> to have the RPM database / sample feeds installed on the target image.
>
> Having hunted around and googled I can't spot the environment variable or
> recipe I presumably need to set/include.
You only need to ensure that "package-management" is present in
IMAGE_FEATURES. You can do this from local.conf by adding the following to it:
EXTRA_IMAGE_FEATURES += "package-management"
This will ensure the package manager's database (RPM if you've selected RPM
packaging) is preserved, but won't set up any sample feeds. The latter would
need to be done manually or via ROOTFS_POSTPROCESS_COMMAND.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
next prev parent reply other threads:[~2012-12-31 22:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-29 19:05 How to include RPM database into target image? Alex J Lennon
2012-12-31 22:05 ` Paul Eggleton [this message]
2013-01-01 18:12 ` Alex J Lennon
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=17626842.21drbRVtj6@helios \
--to=paul.eggleton@linux.intel.com \
--cc=ajlennon@dynamicdevices.co.uk \
--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.