aboutsummaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-08-22 15:36:26 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-08-22 15:36:26 +0000
commit608e42daa4e931314897006e09ff873b3dbc0482 (patch)
tree93e04dc881e7d7f7e2d4d438c8ea67ff650d6e39 /classes
parent6602f6b4a8156b4ec37412b84c5f65171126d213 (diff)
downloadopenembedded-608e42daa4e931314897006e09ff873b3dbc0482.tar.gz
rootfs_ipk.bbclass, package-index: With the fixed ipkg-utils there is no need to remove the old Packages file when regenerating the Packages index.
This gives a big speed improvement when regenerating images as it doesn't have to open every ipk for its metadata. (from poky) from .dev
Diffstat (limited to 'classes')
-rw-r--r--classes/rootfs_ipk.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/rootfs_ipk.bbclass b/classes/rootfs_ipk.bbclass
index 247282cb50..2b8e1ca770 100644
--- a/classes/rootfs_ipk.bbclass
+++ b/classes/rootfs_ipk.bbclass
@@ -36,8 +36,6 @@ real_do_rootfs () {
insert_feed_uris_t
else
if [ -z "${DEPLOY_KEEP_PACKAGES}" ]; then
- rm -f ${DEPLOY_DIR_IPK}/Packages
- touch ${DEPLOY_DIR_IPK}/Packages
ipkg-make-index -r ${DEPLOY_DIR_IPK}/Packages -p ${DEPLOY_DIR_IPK}/Packages -l ${DEPLOY_DIR_IPK}/Packages.filelist -m ${DEPLOY_DIR_IPK}
fi
echo "src oe file:${DEPLOY_DIR_IPK}" > ${T}/ipkg.conf