From: "Aníbal Limón" <anibal.limon@linux.intel.com>
To: Raghavendra Kakarla <Raghavendra.Kakarla@inedasystems.com>,
"yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: Re: Usage of apt-get package in yocto
Date: Wed, 20 May 2015 10:38:44 -0500 [thread overview]
Message-ID: <555CAA84.30805@linux.intel.com> (raw)
In-Reply-To: <1432112441117.48793@inedasystems.com>
[-- Attachment #1: Type: text/plain, Size: 848 bytes --]
Hi Raghavendra,
On 20/05/15 04:01, Raghavendra Kakarla wrote:
> Hi,
>
>
> I have some requirement with apt-get in yocto genearted rootfs.
>
>
> I built the yocto source code with enabling the apt package.
>
>
> But after booting the image on my machine and run the "apt-get" command for installing some package it gives the following error.
>
>
> Could not open the file /var/lib/dpkg/status open(2: no such a file or directory).
>
> The package lists or status files could not be parsed or opened.
This error is because you need to add package-management to
EXTRA_IMAGE_FEATURES in local.conf,
PACKAGE_CLASSES ?= "package_deb"
EXTRA_IMAGE_FEATURES = "debug-tweaks package-management"
Regards,
alimon
>
>
> Could you please help me for resolving this issue.
>
>
> Regards,
>
> Raghavendra K.
>
>
>
[-- Attachment #2: Type: text/html, Size: 1478 bytes --]
next prev parent reply other threads:[~2015-05-20 15:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-20 9:01 Usage of apt-get package in yocto Raghavendra Kakarla
2015-05-20 15:38 ` Aníbal Limón [this message]
2015-05-21 5:10 ` Raghavendra Kakarla
2015-05-21 8:42 ` Burton, Ross
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=555CAA84.30805@linux.intel.com \
--to=anibal.limon@linux.intel.com \
--cc=Raghavendra.Kakarla@inedasystems.com \
--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.