[oe-commits] acid-burn : dm7025.conf: also move gstreamer binaries from /usr/bin/ to jffs2.

git version control git at git.openembedded.org
Thu Sep 3 08:06:10 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dreambox
Commit: 81af9e9f3ca0e5a915981b6495b904bff40567eb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=81af9e9f3ca0e5a915981b6495b904bff40567eb

Author: acid-burn <acidburn at opendreambox.org>
Date:   Tue Sep  1 22:41:17 2009 +0200

dm7025.conf:  also move gstreamer binaries from /usr/bin/ to jffs2.

---

 conf/machine/dm7025.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/conf/machine/dm7025.conf b/conf/machine/dm7025.conf
index bffcae5..9550a9d 100755
--- a/conf/machine/dm7025.conf
+++ b/conf/machine/dm7025.conf
@@ -88,6 +88,7 @@ IMAGE_CMD_jffs2 = "\
 			install -d ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}/delta/${i%%/extra}; \
 			mv $i ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}/delta/${i%%/extra}; \
 		done; \
+		mv usr/bin/gst* ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}/delta/usr/bin; \
 		mv usr/lib/*gst* ${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}/delta/usr/lib; \
 		cat ${IMAGE_ROOTFS}/etc/fstab | sed 's/^\/dev\/mtdblock\/2/\/dev\/root/;' > ${IMAGE_ROOTFS}/etc/fstab_neu; \
 		mv -f ${IMAGE_ROOTFS}/etc/fstab_neu ${IMAGE_ROOTFS}/etc/fstab; \





More information about the Openembedded-commits mailing list