Previously if ONLINE_PACKAGE_MANAGEMENT="none" but one had
FEED_DEPLOYDIR_BASE_URI set, it tried to create files in a non-existing
dir in the image (there is no /etc/opkg/ if no online package management
is requested).
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
rootfs_${IMAGE_PKGTYPE}_do_rootfs
- insert_feed_uris
+ [ "${ONLINE_PACKAGE_MANAGEMENT}" != "none" ] && \
+ insert_feed_uris
${IMAGE_PREPROCESS_COMMAND}