rootfs_ipk.bbclass: Emergency addition to fix image generation where ipkg is still...
authorRod Whitby <rod@whitby.id.au>
Tue, 25 Mar 2008 00:49:41 +0000 (00:49 +0000)
committerRod Whitby <rod@whitby.id.au>
Tue, 25 Mar 2008 00:49:41 +0000 (00:49 +0000)
classes/rootfs_ipk.bbclass

index c8e068f..6f74ac2 100644 (file)
@@ -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