summaryrefslogtreecommitdiffstats
path: root/meta/classes/rootfs_ipk.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
-rw-r--r--meta/classes/rootfs_ipk.bbclass14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass
index 6ce3e5d908..dbe1c798a6 100644
--- a/meta/classes/rootfs_ipk.bbclass
+++ b/meta/classes/rootfs_ipk.bbclass
@@ -118,20 +118,6 @@ save_postinsts () {
118 done 118 done
119} 119}
120 120
121rootfs_ipk_write_manifest() {
122 manifest=${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.manifest
123 cp ${IMAGE_ROOTFS}${OPKGLIBDIR}/opkg/status $manifest
124
125 sed '/Depends/d' -i $manifest
126 sed '/Status/d' -i $manifest
127 sed '/Architecture/d' -i $manifest
128 sed '/Installed-Time/d' -i $manifest
129 sed '/Auto-Installed/d' -i $manifest
130 sed '/Recommends/d' -i $manifest
131 sed '/Provides/d' -i $manifest
132 sed '/Conflicts/d' -i $manifest
133}
134
135remove_packaging_data_files() { 121remove_packaging_data_files() {
136 rm -rf ${IMAGE_ROOTFS}${OPKGLIBDIR}/opkg 122 rm -rf ${IMAGE_ROOTFS}${OPKGLIBDIR}/opkg
137 # We need the directory for the package manager lock 123 # We need the directory for the package manager lock