On 05/16/2018 06:31 PM, Rahul jangra wrote:
> Hi
> i am facing the so many issues to creating .deb base yocto raspberry pi
> image now i am getting this error.
> someone can help me how to resolve this error.
>
> ERROR: core-image-full-cmdline-1.0-r0 do_rootfs: Unable to install
> packages. Comman
> I've added in local.conf both:
> PACKAGE_CLASSES = "package_rpm"
> IMAGE_FEATURES += "package-management"
I have the following in my poky x86-64 build. in .../poky/build/local.conf:
PACKAGE_CLASSES ?= "package_rpm"
EXTRA_IMAGE_FEATURES ?= "debug-tweaks package-management"
Should I add the line:
If I can please ask one last on this issue:
We decided to try "smart", but it seems that its mirrors list are all
empty.
Can you please point me as to how to fill the mirror list (I tried to
search on this, but haven't found information) ?
Thank you very much,
Ran
On Thu, Nov 9, 2017 at 5:11 P
I now see that I have smart:
root@lec-imx6:~# smart
Usage: smart command [options] [arguments]
I was not familiar with "smart" command before, so that is good enough.
The image is based on fsl-image-qt5 image (lec-imx6 from adlink)
Thanks,
Ran
On Thu, Nov 9, 2017 at 5:01 PM, Burton, Ross wrot
What release? Until recently we used smart not yum.
Ross
On 9 November 2017 at 14:56, Ran Shalit wrote:
> I've added in local.conf both:
> PACKAGE_CLASSES = "package_rpm"
> IMAGE_FEATURES += "package-management"
>
> Yet, I don't have yum command, only rpm command.
>
> Regards,
> Ran
>
> On Thu
I've added in local.conf both:
PACKAGE_CLASSES = "package_rpm"
IMAGE_FEATURES += "package-management"
Yet, I don't have yum command, only rpm command.
Regards,
Ran
On Thu, Nov 9, 2017 at 1:25 PM, Burton, Ross wrote:
> (adding yocto@ back to CC)
>
> I don't know where you saw that but that is ve
(adding yocto@ back to CC)
I don't know where you saw that but that is very wrong.
Set PACKAGE_CLASSES to the package manager that you want to use. If you
want to use opkg, then PACKAGE_CLASSES should be package_ipk (historical
naming). If you want opkg to be present in the images ensure
IMAGE_
Set PACKAGE_CLASSES to package_deb, and then ensure IMAGE_FEATURES includes
package-management.
Ross
On 8 November 2017 at 19:16, Ran Shalit wrote:
> Hello,
>
> Is there a way to add "apt-get" command (and package manager) in yocto ?
>
> Thank you,
> Ran
> --
> _
Well, I think you're missing the point of using Yocto. The idea is to
create your own distribution and manage it yourself...so don't expect a
mainstream Yocto apt repository for your target machine (RPi).
You can either include those missing libraries on your build and reflash
your RPi or set up a