On 12 December 2012 11:13, Tim Coote <tim+yoctoproject....@coote.org> wrote:
> I'm trying to add package management to a yocto build. My preference would be 
> yum/rpm on a rh/centos/fedora distro (as that's the distro used elsewhere), 
> but I don't think that's feasible.
>
> I've added:
> [code]
> IMAGE_FEATURES += "package-management"
> IMAGE_INSTALL_append += " apt perl"
> [/code]

Why are you adding apt when you said you wanted rpm?

Just ensure IMAGE_FEATURES has package-mangement and set
PACKAGE_CLASSES to "package_rpm".

Ross
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to