Re: [yocto] How to bring up apt and dpkg packages on yocto

2013-10-30 Thread Khem Raj
This seems more of multilib issue with dpkg provided you have configured multilib correctly in your distro/local.conf for ppc64. One test would be that you use default packaging/opkg and see if that works to isolate the issue On Mon, Oct 28, 2013 at 8:26 AM, Sandeep G.R grsandee...@gmail.com

Re: [yocto] How to bring up apt and dpkg packages on yocto

2013-10-28 Thread Paul Eggleton
On Tuesday 22 October 2013 08:10:15 Sandeep G.R wrote: I have selected PACKAGE_CLASSES ?= package_rpm package_deb and IMAGE_FSTYPE is tar.gz package_deb must be listed first in PACKAGE_CLASSES if you wish to use it for constructing your image. You will also need to have

Re: [yocto] How to bring up apt and dpkg packages on yocto

2013-10-28 Thread Sandeep G.R
Hi Paul, I have made those changes as PACKAGE_CLASSES ?= package_deb IMAGE_FEATURES += package-management IMAGE_INSTALL_append += dpkg but ended with an error and attached a log file for reference. I have attached the log for reference. On Mon, Oct 28, 2013 at 5:05 AM, Paul Eggleton

Re: [yocto] How to bring up apt and dpkg packages on yocto

2013-10-22 Thread Sandeep G.R
Hi, I have selected PACKAGE_CLASSES ?= package_rpm package_deb and IMAGE_FSTYPE is tar.gz On Mon, Oct 21, 2013 at 11:05 PM, Gaurang Shastri gmshas...@gmail.comwrote: hi, what packaging method you have selected while creating your image ?? //Gaurang Shastri On Tue, Oct 22, 2013

[yocto] How to bring up apt and dpkg packages on yocto

2013-10-21 Thread Sandeep G.R
Hi All, I have ported Embedded Linux using yocto opensource for Freescale QorIQ T4240QDS processor. I need to bring up apt and dpkg on T4240QDS using yocto. For this i need to modify in some .conf or .bb files. Can you please let me know in which files i need to do these changes in order to

Re: [yocto] How to bring up apt and dpkg packages on yocto

2013-10-21 Thread Gaurang Shastri
hi, what packaging method you have selected while creating your image ?? //Gaurang Shastri On Tue, Oct 22, 2013 at 4:36 AM, Sandeep G.R grsandee...@gmail.com wrote: Hi All, I have ported Embedded Linux using yocto opensource for Freescale QorIQ T4240QDS processor. I need to bring up apt