]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
image_ipk.bbclass: deploy ipkg conf files.
authorRene Wagner <rw@handhelds.org>
Tue, 25 Jul 2006 20:05:52 +0000 (22:05 +0200)
committerRene Wagner <rw@handhelds.org>
Tue, 25 Jul 2006 20:05:52 +0000 (22:05 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/classes/image_ipk.bbclass

index 293776dd393e3b00e178b7159df32d0812326eb1..d42134f8669912c11fb85c9a254c5b7f60be3c0c 100644 (file)
@@ -104,4 +104,7 @@ insert_feed_uris () {
        echo "Building feeds for [${DISTRO}].."
                
 ${DISTRO_FEEDS_COMMANDS}
+
+       mkdir -p ${DEPLOY_DIR}/ipkg_confs/${MACHINE}
+       cp -f ${IMAGE_ROOTFS}/etc/ipkg/*conf ${DEPLOY_DIR}/ipkg_confs/${MACHINE}
 }