[oe-commits] org.oe.dev rootfs_ipk.bbclass: Emergency addition to fix image generation where ipkg is still the package manager included in the image.

rwhitby commit oe at amethyst.openembedded.net
Tue Mar 25 01:11:48 UTC 2008


rootfs_ipk.bbclass: Emergency addition to fix image generation where ipkg is still the package manager included in the image.

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: aff156eb3c821fe61a4b7788e1da432c621d1383
ViewMTN: http://monotone.openembedded.org/revision/info/aff156eb3c821fe61a4b7788e1da432c621d1383
Files:
1
classes/rootfs_ipk.bbclass
Diffs:

#
# mt diff -r224361c92f343abb72e0ab516a332f63dace3f78 -raff156eb3c821fe61a4b7788e1da432c621d1383
#
#
#
# patch "classes/rootfs_ipk.bbclass"
#  from [c319cef6215ceb9e757092d0eb6ea8303cbaacad]
#    to [f2e739e3ef76b513c9eded6b230ecdd3e8f71886]
#
============================================================
--- classes/rootfs_ipk.bbclass	c319cef6215ceb9e757092d0eb6ea8303cbaacad
+++ classes/rootfs_ipk.bbclass	f2e739e3ef76b513c9eded6b230ecdd3e8f71886
@@ -60,6 +60,9 @@ fakeroot rootfs_ipk_do_rootfs () {
 
 	rm -f ${IMAGE_ROOTFS}${libdir}/opkg/lists/*
 	
+	# Keep this line until package manager selection is implemented
+	ln -s opkg ${IMAGE_ROOTFS}${sysconfdir}/ipkg
+	
 	${ROOTFS_POSTPROCESS_COMMAND}
 	
 	log_check rootfs 	






More information about the Openembedded-commits mailing list