[oe-commits] org.oe.dev dsplink : Package sample programs and install them on Davinci images.

crofton commit oe at amethyst.openembedded.net
Thu Jul 3 14:27:19 UTC 2008


dsplink : Package sample programs and install them on Davinci images.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: af851f4509aae0ba4c539361ee5e09b515f331f8
ViewMTN: http://monotone.openembedded.org/revision/info/af851f4509aae0ba4c539361ee5e09b515f331f8
Files:
1
conf/machine/davinci-dvevm.conf
conf/machine/davinci-sffsdr.conf
packages/dsplink/dsplink.inc
Diffs:

#
# mt diff -r47f50b0caeb4ce0ed68e21f71ad68ae79e309be3 -raf851f4509aae0ba4c539361ee5e09b515f331f8
#
#
#
# patch "conf/machine/davinci-dvevm.conf"
#  from [fc1df96b8886e6db104be2687885c7947b76452d]
#    to [b12fca91f474fdad55b2f5419ce9fc3dbbff3621]
# 
# patch "conf/machine/davinci-sffsdr.conf"
#  from [be522fecc7b21c6304b0e1afb6a2572c608667a7]
#    to [504a47e0a86faf044909ca61b0e288a4b53514f6]
# 
# patch "packages/dsplink/dsplink.inc"
#  from [b86d9cd44a780cd1295db0a8c03477bd56444236]
#    to [d492fe354f65326c479a4c150bb2067756c5f296]
#
============================================================
--- conf/machine/davinci-dvevm.conf	fc1df96b8886e6db104be2687885c7947b76452d
+++ conf/machine/davinci-dvevm.conf	b12fca91f474fdad55b2f5419ce9fc3dbbff3621
@@ -22,6 +22,7 @@ MACHINE_FEATURES = "kernel26 pcmcia usbh
 
 MACHINE_FEATURES = "kernel26 pcmcia usbhost alsa"
 
+MACHINE_EXTRA_RDEPENDS = "dsplink"
 MACHINE_EXTRA_RRECOMMENDS = "dsplink-module"
 
 require conf/machine/include/tune-arm926ejs.inc
============================================================
--- conf/machine/davinci-sffsdr.conf	be522fecc7b21c6304b0e1afb6a2572c608667a7
+++ conf/machine/davinci-sffsdr.conf	504a47e0a86faf044909ca61b0e288a4b53514f6
@@ -25,6 +25,7 @@ MACHINE_FEATURES = "kernel26 serial"
 
 MACHINE_FEATURES = "kernel26 serial"
 
+MACHINE_EXTRA_RDEPENDS = "dsplink"
 MACHINE_EXTRA_RRECOMMENDS = "dsplink-module"
 
 require conf/machine/include/tune-arm926ejs.inc
============================================================
--- packages/dsplink/dsplink.inc	b86d9cd44a780cd1295db0a8c03477bd56444236
+++ packages/dsplink/dsplink.inc	d492fe354f65326c479a4c150bb2067756c5f296
@@ -66,6 +66,10 @@ do_install () {
 do_install () {
 	install -d ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp
 	cp ${S}/gpp/BUILD/EXPORT/RELEASE/dsplinkk.ko ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/dsp/
+
+	install -d ${D}/${bindir}
+	install ${S}/gpp/BUILD/EXPORT/RELEASE/mpcsxfergpp ${D}/${bindir}
+	install ${S}/gpp/BUILD/EXPORT/RELEASE/ringiogpp   ${D}/${bindir}
 }
 
 pkg_postinst_${PN}-module () {
@@ -82,6 +86,7 @@ FILES_${PN}-module  = "${sysconfdir} /li
 
 PACKAGES =+ "${PN}-module"
 FILES_${PN}-module  = "${sysconfdir} /lib/modules"
+FILES_${PN} = "${bindir}/mpcsxfergpp ${bindir}/ringiogpp"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}" 
 






More information about the Openembedded-commits mailing list