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 <[email protected]> wrote: > 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 > <[email protected]> wrote: >> >> 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 "package-management" >> in >> IMAGE_FEATURES if you want apt/dpkg and the package manager data to be >> installed into the image itself. >> >> Cheers, >> Paul >> >> -- >> >> Paul Eggleton >> Intel Open Source Technology Centre > > > > > -- > Thanks & Regards, > Sandeep G R > > > _______________________________________________ > yocto mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/yocto > _______________________________________________ yocto mailing list [email protected] https://lists.yoctoproject.org/listinfo/yocto
