[poky] "ONLINE" package-management

Paul Eggleton paul.eggleton at linux.intel.com
Wed Nov 23 01:30:25 PST 2011


On Wednesday 23 November 2011 10:22:12 David MOUSSAUD wrote:
> I'm migrating my projects from old OE to poky.
> I used to set the variable ONLINE_PACKAGE_MANAGEMENT = "full" in my image
> file.
> The impact was that some scripts were executed at the first start of my
> rootfs (create user for openssh, dbus, ....)
> 
> I could not find the equivalent for poky/yocto.
> 
> I've set the IMAGE_FEATURES += "package-management" in the file
> core-image-minimal.bb but it does not have any  impact on the rootfs
> generated.

That is the correct equivalent, however it will not work with core-image-
minimal because it sets its own IMAGE_INSTALL rather than using the one from 
core-image that implements the IMAGE_FEATURES logic. You may wish to create 
your own image based upon core-image-base.bb instead since that uses the 
default IMAGE_INSTALL.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



More information about the poky mailing list