Task RDEPENDS vs. IMAGE_INSTALL
Matt Darland
mdarland at pager.net
Fri Jun 13 14:47:15 UTC 2008
I have a task with an RDEPENDS clause:
RDEPENDS_task-xxx-yyy = "\
avahi-autoipd \
tzdata-americas \
some-other-stuff \
"
And an IMAGE_INSTALL:
IMAGE_INSTALL += "task-xxx-yyy"
When building the image, avahi-autoipd and tzdata-americas won't get
installed, unless I explicitly add them to the IMAGE_INSTALL variable. Some
packages work, and some won't (like the above example). What exactly are the
semantics of RDEPENDS, and when something gets placed in the image?
----
Thanks,
Matt Darland
More information about the Openembedded-users
mailing list