[oe-commits] org.oe.dev em8300: add driver and guitools for DXR3 and Hollywood+ MPEG1/2 decoder cards

koen commit oe at amethyst.openembedded.net
Sun Apr 13 12:30:11 UTC 2008


em8300: add driver and guitools for DXR3 and Hollywood+ MPEG1/2 decoder cards

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 9941dd9f36f4f02487031d7659b8ccbd23df1984
ViewMTN: http://monotone.openembedded.org/revision/info/9941dd9f36f4f02487031d7659b8ccbd23df1984
Files:
1
packages/em8300
packages/em8300/files
packages/em8300/em8300_0.16.3.bb
packages/em8300/files/kernel-source-dir.diff
Diffs:

#
# mt diff -r2129627862caba2989adc92ac7743bda23d46fe0 -r9941dd9f36f4f02487031d7659b8ccbd23df1984
#
#
#
# add_dir "packages/em8300"
# 
# add_dir "packages/em8300/files"
# 
# add_file "packages/em8300/em8300_0.16.3.bb"
#  content [2047065a6046d813c635c2d79b0632a50ce8a58b]
# 
# add_file "packages/em8300/files/kernel-source-dir.diff"
#  content [4d616db78a90f4d6957a52e25cdbc5490be7f149]
#
============================================================
--- packages/em8300/em8300_0.16.3.bb	2047065a6046d813c635c2d79b0632a50ce8a58b
+++ packages/em8300/em8300_0.16.3.bb	2047065a6046d813c635c2d79b0632a50ce8a58b
@@ -0,0 +1,47 @@
+DESCRIPTION = "Drivers and utils for DXR3/Hollywood+ mpeg decoder cards""
+DEPENDS = "gtk+"
+
+# Be sure to have the I2C bitbanging interface enabled in your kernel config
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/dxr3/${PN}-${PV}.tar.gz \
+           file://kernel-source-dir.diff;patch=1 \
+          "
+
+inherit module-base autotools
+
+do_configure_prepend() {
+        sed -i -e s:SEDME:${STAGING_KERNEL_DIR}:g modules/Makefile
+}
+
+do_compile_append() {
+       cd ${S}/modules
+       oe_runmake KERNEL_PATH=${STAGING_KERNEL_DIR}   \
+                  KERNEL_SRC=${STAGING_KERNEL_DIR}    \
+                  KERNEL_VERSION=${KERNEL_VERSION}    \
+                  CC="${KERNEL_CC}" LD="${KERNEL_LD}" 
+       cd ${S}
+}
+
+do_install_append() {
+       cd ${S}/modules
+       unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS
+       oe_runmake DEPMOD=echo INSTALL_MOD_PATH="${D}" CC="${KERNEL_CC}" LD="${KERNEL_LD}" modules_install
+       cd ${S}
+} 
+
+PACKAGES =+ "em8300-modules"
+FILES_em8300-modules = "${base_libdir}/modules"
+
+pkg_postinst_append () {
+        if [ -n "$D" ]; then
+                exit 1
+        fi
+        depmod -a
+        update-modules || true
+}
+
+pkg_postrm_append () {
+        update-modules || true
+}
+
+
============================================================
--- packages/em8300/files/kernel-source-dir.diff	4d616db78a90f4d6957a52e25cdbc5490be7f149
+++ packages/em8300/files/kernel-source-dir.diff	4d616db78a90f4d6957a52e25cdbc5490be7f149
@@ -0,0 +1,11 @@
+--- /tmp/Makefile	2007-12-26 20:28:11.474790960 +0100
++++ em8300-0.16.3/modules/Makefile	2007-12-26 20:28:57.938122985 +0100
+@@ -19,7 +19,7 @@
+ 
+ ifeq ($(KERNELRELEASE),)
+ 
+-KERNEL_LOCATION := /lib/modules/$(shell uname -r)/build
++KERNEL_LOCATION = SEDME 
+ 
+ # If you are using external i2c modules, you should set
+ # EM8300_I2C_LOCATION to the source directory of the modules.






More information about the Openembedded-commits mailing list